body	{
	margin:0 0 0 10px;
	background: url(../images/body_bg.jpg);
}

#container {
	width: 900px;
	background: url(../images/body_bg.jpg);
}

#banner {
	background: #06104E url(../images/logo_temp_900.jpg) no-repeat;
	height: 180px;
	width: 800px;
}

#menu {
	background: black url(../images/indentbg.gif) center center repeat-x;
	height:13px;
	width: 800px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFBE75;
	font-weight: bold;
}

#content {
	height:auto;
	overflow: auto;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	background: url(../images/content_bg.jpg);
	font-weight: bold;
}

#footer {
	height:15px;
	width: 800px;
	white-space: nowrap;
	color: #515DA7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;	
	text-align: center;
	letter-spacing: 2px;
	background: url(../images/footer_bg.jpg);
}

a:Link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #A9DBFA;
	background: #044E7C;
}

#pobox {
	position:absolute;
	left:335px;
	top:80px;
	white-space: nowrap;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

#loginWindow {
	position:relative;
	left:185px;
	top:100px;
	width: 800px;
	white-space: nowrap;
	color: #FFBE75;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}