
/*******************************************************************************
********************************************************************************
**
* - GENERAL
*
* - PAGE CONTAINERS
*
* - HEADER
*
* - CONTENT
*
* - FOOTER
**
********************************************************************************
 ******************************************************************************/




/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	color: #000000;
	line-height: 1.4;
	font-family: "Univers Light Condensed", Helvetica, sans-serif;
	font-size: 150%;
	text-align: center;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #B266B2;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -1500em;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-right: -1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: pointer;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* HEADER ------------------------------------------------------------------- */

#header
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: right;
}

h1
{
	position: absolute;
	left: 0;
	top: 8px;
}

h1 img
{
	display: block;
}

#header p
{
	font-size: 125%;
	position: relative;
	margin: 0 1em 0 0;
	line-height: 50px;
}