body {
	margin: 20px 0px;
	padding: 0px;
	background: #B2B2B2;
	
	
}

#container
{
	padding: 15px;
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0px auto;
	}

#header
{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 750px;
	}

#content
{
	height: auto;
	width: 720px;
	background-color: #DBDBDB;
	float: left;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	line-height: 20px;
	}

#content2
{
	height: auto;
	width: 720px;
	background-color: #DBDBDB;
	float: left;
	padding: 15px;
	margin: 0px 0px 15px 0px;
	}



#footer
{
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 750px;
	background-color: #666666;
	clear: both;
	}

#navcontainer
{
	margin: 0px;
	padding: 0px;
	height: 50px;
	font: 18px Arial, sans-serif;
	width: 750px;
	list-style-type: none;
	background-image: url(images/navbarbgnd.gif);
	background-repeat: repeat-x;
}

#navlist 
{
	padding: 0px;
	margin: 0px;
	height: 50px;
	list-style-type: none;
	float:right;
}
#navlist li
{
	padding: 10px 0px 10px 0px;
	margin: 0px;
	width: auto;
	list-style-type: none;
	float:left;
	}

#navlist li a, #navlist li a:link
{
	color: #8C8C8C;
	text-decoration: none;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

#navlist li a:hover
{
color: #8C8C8C;
border-bottom: 3px solid #bf0000;
cursor: pointer;
float:left;
}

#navlist li a#current, #navlist li a#current:link
{
color: #8C8C8C;
cursor: default;
font-weight: normal;
border-bottom: 3px solid #bf0000;
float:left;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #bf0000;
float:left;
}
#content img {
	margin: 0px;
	float: left;
	border: 5px solid #FFFFFF;
}
#cv {
	width: 500px;
	margin: 0px 0px 0px 0px;
	float: left;
	color:#8B8B8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	
}

#cv a {
	color: #bf0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

#cv a:visited {
  color: #bf0000;
}

#cv a:hover {
	text-decoration: none;
}

#cv a:active {
	color: #bf0000;
}
#cv h2 {
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;}
#textbox {
	width: 395px;
	margin: 0px 0px 0px 15px;
	float: left;
	color:#8B8B8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	
}

#textbox a {
	color: #bf0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#textbox a:visited {
  color: #bf0000;
}

#textbox a:hover {
	text-decoration: none;
}

#textbox a:active {
	color: #bf0000;
}
#textbox h2 {
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;}
