@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #122742;
	background-repeat: repeat-x;
	background-position: center 163px;
	background-image: url(images/BKG_grad.png);
	line-height: 16px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}


 /*  ----- HEADER -----  */


#HEADERContainer {
	width:auto;
	height:163px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/HDR_horzRptr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#HEADERleft {
	width:530px;
	height:163px;
	position:relative;
	float: left;
	background-image: url(images/HDR_Main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#HEADERright {
	width:175px;
	height:163px;
	position:relative;
	float: right;
	background-image: url(images/HDR_Right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


 /*  ----- CONTENT -----  */


#CONTENTContainer {
	width:951px;
	height:405px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
}

#CONTENTleft {
	width:52px;
	height:405px;
	position:relative;
	background-image: url(images/PB_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#CONTENTcenter {
	width:843px;
	height:405px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/PB_mid.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
}

#CONTENpicture {
	width:464px;
	height:405px;
	position:relative;
	float: left;
}

#CONTENtype {
	height:350px;
	position:relative;
	width: 320px;
	float: left;
	padding-left: 19px;
	padding-top: 55px;
}

#CONTENTright {
	width:56px;
	height:405px;
	position:relative;
	background-image: url(images/PB_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}


 /*  ----- BOTTOM -----  */


#BOTTOMContainer {
	width:auto;
	height:auto;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
