@charset "UTF-8";
/* CSS Document */


body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#59503F;
	font-size: 9px;	
	}
	
#container {
	margin:0px auto;
	width:1000px;
	height:991px;
	background-image:url(images/aboutbackground.jpg);
	background-repeat: no-repeat;
	text-align: left;
	top: auto;
}

#textwrap{
	height: 538px;
	width: 744px;
	margin-left:128.5px;
	background-image:url(images/aboutbground.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index:2;
	top: 300px;

}

#navbar{
	width:744px;
	height:39px;
	margin-top:261px;
	margin-left:129.5px;
	text-align: center;
	position: absolute;
	background-image:url(images/navbar.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	padding-right: 10px;
		
	}


	


 #navlist li{
	list-style:none;
	display: inline;
	margin-right:10px;
	margin-top: 10px;
	list-style-type: none;
	padding: 6px 15px 4px 15px;
	font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:18px;
	font-variant:small-caps;
	
	
}

#portrait{
width: 516px;
height: 538px;
margin-top:-10px;
margin-left: 218px;
background-color:#000000;
color:#FFFFFF;
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-top:10px;
padding-left:10px;
font-size: 13px;
}

#pic{
width: 200px;
height: 183px;
float: right;
margin-top: -10px;
}
#scroll{
	width: 200px;
	height: 275px;
	position: absolute;
	z-index: 8;
	left: 265px;
	top: 150px;
}

#footer{
width: 744px;
height: 35px;
top: 835px;
margin-left: 129.5px;
text-align: left;
position: absolute;
font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#59503F;
}

#footer a:link { color:#333300; font-size:14px;text-decoration:none;font-variant:small-caps; }
#footer a:visited { color:#333300; font-size:14px;text-decoration:none;font-variant:small-caps; }
#footer a:hover  {color: #000000; text-decoration:none;font-variant:small-caps;}

	
 a:link { color:#FFFFCC; text-decoration:none; }
a:visited {
	color:#FFFFCC;
	text-decoration:none;
}
 a:hover {color: #000000; text-decoration:none;}
	
