/* CSS Document */
body {
	text-align:center;
	min-width: 770px;
	background-image: url('Background.gif');
	background-repeat: repeat;
	background-position:center;
	}
	
a:link {
color:#FFFFFF
}
a:visited {
color:#999999
}
a:hover {
color:#FF6600
}
a:active {
color: #999999;
}
	
#background{
	position:absolute;
	top:160px;
	height: 15px;
	width:770px;
	background-color:#000000;
	}

#topborder{
	width:770px;
	height:5px;
	background-color:#FF6600;
	position:absolute;
	top:10px;
	}
	
#header{
	position:relative;
	width:770px;
	height:90px;
	top:5px;
	background-color: #000000;
	background-image: url(Images/demain-header.gif);
	}
	
#banner{
	position:relative;
	top:5px;
	width:770px;
	height:125px;
	}

#topnav{
	position:relative;
	top:5px;
	width:770px;
	height:40px;
	background-image:url(Images/nav_pad.gif);
	background-repeat:repeat-x;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#000000;
	}

#leftnav{
	position:relative;
	top:5px;
	width:205px;
	height:520px;
	padding-top:10px;
	padding-right:5px;
	left:-280px;
	background-color:#000000;
	text-align:left;
	}
	
#content_head{
	position:relative;
	top:-515px;
	width:560px;
	left:105px;
	height:30px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	background-color: #666666;	
	}
	
#content{
	position:relative;
	top:-515px;
	width:545px;
	height:auto;
	font-family: arial;
	font-size: 12px;
	background-color:#000000;
	color: #FFFFFF;
	padding-left:215px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	}

/*#left_spacer{
	position:relative;
	left:-280px;
	width:210px;
	top:-675px;
	height:205px;
	background-color:#000000;
	}
	*/
	
#footer{
	position:relative;
	top:-515px;
	height:30px;
	width:770px;
	background-image: url(Images/footer.gif);
	}
	
