@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #000;
	background-image: url(images/yellow-gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#man {
	background-image: url(images/man.jpg);
	background-repeat: no-repeat;
	background-position: 10% 100px;
	margin: 0 auto;
}

#menu {
	margin: 10px;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	text-align: center;
	padding: 0 0px;
	margin: 10px 0 5px 0;
}
#footerlinks {
	color: #666;
	margin: 10px 0 0 0;
}
.quotefrom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 0 0 20px 0;
}
.dotted {
	background-image: url(images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: 5px 0;
	height: 1px;
}
.featured {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #2652a0;
	margin: 20px 0;
}
.graydot {
	color: #999;
}
#footerlinks a:link, #footerlinks a:visited {
	color: #930;
	text-decoration: none;
}
#copyright {
	font-size: 10px;
	color: #666;
}
a:link, a:visited {
	color: #600;
}
a:hover, a:visited:hover {
	color: #033;
}


#footerlinks a:hover, #footerlinks a:visited:hover {
	color: #EF3924;
	text-decoration: underline;
}
#footer {
	margin: 10px auto;
	width: 810px;
	padding: 0 0 0 30px;
	color: #333;
	font-size: 11px;
}
h2 {
	font-size: 16px;
	color: #333;
	margin: 5px 0;
}
.people {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
#details {
	font-size: 11px;
	color: #666;
	width: 400px;
	border-top: 1px solid #900;
	padding: 7px 0;
	margin: 30px 0;
}
a.nav:link, a.nav:visited {
	color: #003;
	padding: 2px;
	width: 150px;
	text-align: center;
	font-size: 12px;
	}
a.nav:hover, a.nav:visited:hover {
	color: #900;

	}

