 a.main:link, a.main:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #FFFF00;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
a.main:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 12pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333333;
    }
a.links:link, a.links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #3333CC;
    }
a.links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #333333;
    }
	
#container	{
	width: 760px;
	background-image: url(images/bgcontent.jpg);
	background-repeat: repeat;
	float: none;
	left: 50%;
	position: absolute;
	margin-left: -380px;
	padding-top: 10px;
	border: thin solid #333333;
}
#header	{
	background-image: url(images/biography_02.jpg);
	background-repeat: no-repeat;
	height: 64px;
	float: none;
}

#navcontainer ul {
	margin: 0;
	list-style-type: none;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#navcontainer ul li {
    display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	color: #fff;
	padding-right: 4px;
}

#navcontainer ul li a:hover {
    color: #fff;
    background-color: #555;
}
#content	{
	padding: 15px;
}
body {
	background-color: #101010;
	background-image: url();
	color: #FFFFFF;
}

.style2 {color: #CCCCCC}
