html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div#container
{width: 775px;
position:absolute;
left: 50%;
margin-left: -387px;
top: 20px;
	}

div#headerleft{
	float: left;
	width: 385px;
	height: 148px;
	background: url(images/logo.jpg) no-repeat;
	}
div#headerright{
	
	float: right;
	height: 148px;
	
	}
div#navcontainer{
clear:both;
border-bottom: 1px solid #F5FAFA;
}
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #B7AFA3;
color: #F5FAFA;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #B7AFA3;
color: #F5FAFA;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #E8D0A9;
color: #F5FAFA;
}

div#leftcol{
width: 180px;
height: 400px;
background-color: #B7AFA3;
float: left;
margin: 0;
padding: 0;
border: 0;
}
div#centercol{
	
	width: 415px;
	background-color: #F5FAFA;
	float: left;
	height: 400px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	
	
	
	
}
div#centercol p{
color:#B7AFA3;
color: black;
font-family: "arial", sans-serif;
padding: 5px 10px;
font-size: .8em;

}
div#centercol p a {

color: #6D929B;
}
div#centercol h3{
padding: 5px 10px;
}



div#rightcol{
	width: 180px;
	height: 400px;
	background-color: #B7AFA3;
	float: left;
	margin: 0;
padding: 0;
}


object{
padding: 95px 15px;
}
div#footer{
clear: both;
background-color: #B7AFA3;
border-top: 1px solid white;
text-align: right;
}
div#footer p{
margin: 0;
padding: 0;
color: #F5FAFA;
}
p.special{
	margin: 0 10px 0 10px;
	border: 1px solid #C1DAD6;
}

div.himage img {
	margin-top: 136px;

}
div.vimage img {
	margin-top: 64px;

}
div.smallvimage img{
padding: 95px 15px;
}
div#fullwidth{
width: 100%;
background-color: #B7AFA3;
height: 400px;
overflow-y: auto;

}
div#fullwidth table{padding: 10px 0 0 25px;
}
.textcontent{
padding: 0;
margin: 0;
border: 1px red solid;
}
.textcontent p{
	padding: 0;
	margin: 0;
	border: 1px red solid;
}