@charset "utf-8";
body {
	margin: 0px;
	/* background-image: url(images/pagebg.gif); */
	/* background-repeat:repeat-y */

}
#portrait {
	position:absolute;
	left: 20%;
	bottom: 0%;
}
#container {
	width:480px;
	position:absolute;
	left: 45%;
	top: 25%;
}
#links {
	width:300px;
	margin-left:130px;
	margin-top:10px;
}

#container #links p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
}
#container #links .sectionheads
{
	font-weight:bold;
	color:#000000;
}
a:link {
	color: #c83d00;
	text-decoration: none;
}
a:visited {
	color: #c83d00;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
}
