@charset "utf-8";

body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #d5cc9a;
	color: #514E39;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
}
#wrapper {
	height: 1000px;
	width: 960px;
	clip: rect(0px,auto,0px,auto);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(pictureperfect.jpg);
	background-repeat: no-repeat;
}
#nav {
	width: 780px;
	padding-left: 170px;
	padding-top: 45px;

}
#person {
	height: 647px;
	width: 547px;
	position: absolute;
	margin-left: 431px;
	top: 94px;
}
#content {
	background-color: #F4F2E5;
	width: 400px;
	position: absolute;
	top: 300px;
	height: 420px;
	overflow: auto;
	padding-left: 11px;
	padding-top: 20px;
}
#content img {
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}

#footer {
	height: 200px;
	top: 741px;
	position: absolute;
	width: 960px;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}

#footer_left {
	width: 400px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 140px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 11px;
}
#footer_right {
	width: 500px;
	height: 140px;
	margin-top: 40px;
	margin-bottom: 20px;
	float: right;
}
#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #AEAA7D;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
}

#navlist a:link#current, #navlist a:visited#current
{
	padding-bottom: 10px;
	background: transparent;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#navlist a:hover
{
	padding-bottom: 10px;
	background: transparent;
	color: #f1eab1;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f1eab1;
}

