/* CSS Document */

body {
	margin-top: 0px;
	padding: 0px;
	background-color:#5A524A;
	background-image:url(images/2.jpg);
	background-position:center;	
	background-repeat:repeat;
	background-attachment:fixed;
	}
	
#content{
	margin: auto;
	text-align: left;
	width: 980px;
	position: relative;
	}
	
#header{
	width: 980px;
	height:auto
	position: absolute;
	left: 0px;
	background-image: url(images/1x1headerBG.jpg);
	background-repeat: repeat;
	border: ;
	}
	
#photo{
	width: 686px;
	height: 326px;
	position: absolute;
	top: 176px;
	left: 0px;
	background-color:#000000;
	z-index: 8;
	}	
	
#banner{
	width:980px;
	height: auto;
	position: relative;
	left:;
	top:;
	padding:;
	background-color: #FFFFFF;
	border: ;
	text-align:center;
	border-top: 2px solid #CCCCCC;	
	border-bottom: 2px solid #CCCCCC;		
	}
	
#info{
	width: 980px;
	height: 385px;
	position: absolute;
	top: 502px;
	left: 0px;
	padding-left:0px;
	padding-top: 5px;
	padding-right:;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: repeat;
	border-top:2px #333333 solid;
	}
	
#credits{
	width: 980px;
	position: absolute;
	top: 925px;
	left: 0px;
	padding-top: 5px;
	background-color: #000000;
	border: ;
	}
	
#footer{
	width: 980px;
	height: 36px;
	left: 0px;
	padding-top: 12px;
	background-image: url(images/1x1headerBG.jpg);
	background-repeat: repeat;
	border: ;
	}
	
#headernav{
	width: 260px;
	height: 70px;
	position:absolute;
	top: 0px;
	left: 714px;
	background-image: url(images/1x1headerBG.jpg);
	}	
	
#oldnav{
	width: 279px;
	height: 321px;
	position: absolute;
	top: 176px;
	left: 686px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;	
	background-position: center;
	background-color:#333333;		
	z-index: 10;
	}
	
#nav{
	width: 980px;
	height: 35px;
	position: absolute;
	top: 141px;
	left: 0px;
	background-image: url(titlebar.png);
	background-position: center;
	background-repeat: repeat;
	padding-left: 0px;
	padding-top: 0px;
	z-index:100;
	}			
	
#ins{
	width: 980px;
	height: 120px;
	position: absolute;
	top: 285px;
	left: 0px;
	padding-bottom:15px;
	padding-top:;
	background-color:#FFFFFF;
	border-top:thin;
	border-color:#999999;
	z-index:99;
	}
		
p{
	font-family: Arial;
	font-size: 14px;
	color: #183D67;
	}
	
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #183D67;
	}
	
a{
	font-family: Arial;
	font-size: 12px;
	color: #F0EDDF;
	text-decoration: underline;
	font-weight:bold;
	}
	
a:hover{
	font-family: Arial;
	color: #B69B53;
	text-decoration: underline;
	font-weight:bold;
	}
	

h1{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
	}				
