#header {
	position:absolute;
	left:0px;
	top:0px;
	width:650px;
	height:100px;
	z-index:auto;
	background-image: url(Images/titleBar.jpg);
	background-color: #000000;
}
#titlebar {
	position:absolute;
	left:0px;
	top:100px;
	width:650px;
	height:50px;
	z-index:2;
	background-image: url(Images/menuBar.jpg);
	background-color: #000000;
}
#section {
	position:absolute;
	left:0px;
	top:150px;
	width:650px;
	height:52px;
	z-index:3;
	background-color: #1F2022;
	background-image: url(Images/sectionbar.jpg);
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}	
#main {
	position:absolute;
	left:0px;
	top:204px;
	width:650px;
	height:497px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #000000;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	text-indent: 0px;
	vertical-align: middle;
}
#bottom {
	position:absolute;
	left:0px;
	top:701px;
	width:650px;
	height:68px;
	z-index:5;
	background-image: url(Images/bottomBar.jpg);
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}
#content {
	margin: auto;
	height: 768px;
	width: 650px;
	position: relative;
	border: 2px none #666666;
	z-index: auto;
	background-color: #3f4042;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
body{
	background-image: url(images/bgtop-bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
}

BODY{
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#666666;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#000000;
	scrollbar-3dlight-color:#666666;
	border: 0px 0 #FFFFFF;
}

