/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:107px;
	z-index:1;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#TopLeft {
	position:absolute;
	left:0px;
	top:0px;
	width:24px;
	height:580px;
	z-index:2;
}
#Logo {
	position:absolute;
	left:70px;
	top:0px;
	width:366px;
	height:90px;
	z-index:3;
}
#TopNav {
	position:absolute;
	left:583px;
	top:0px;
	width:368px;
	height:47px;
	z-index:3;
}
#TopBar {
	position:absolute;
	left:451px;
	top:32px;
	width:132px;
	height:15px;
	z-index:3;
}
#MainBodyWrapper {
	position:absolute;
	left:24px;
	top:109px;
	width:532px;
	z-index:3;
	background-image: url(img/main_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#MainBodyContent {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}