#wrapper {
	position:absolute;
	width:815px; 
	height:auto; 
	margin:30px 0px 0px 100px;
}

#header {
	width: 815px;
	margin: 0px 0px;

	/* top, right, bottom, left */

}

#topmenu {
	width: 815px;
	height: 34px; 
	margin: 0px 0px;
	background-color: #006d85;
}

#submenu {
	width: 815px;
	height: 34px; 
	margin: 0px 0px;
	background-color: #dddddd;
}

#header img {
	margin: 0px 0px 17px 0px;
}

#banner
{
	margin: 5px 0px 5px 0px;
}

#banner img
{
	width: 815px;
}

#ctl00_breadcrumb
{
	background-color: #ddd;
	width: 100%;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	height: 17px;
	padding-top: 3px;
	margin: 0px 0px 0px 0px;
}
#ctl00_breadcrumb a
{
	color: #73777b;
}
#ctl00_breadcrumb a:hover
{
	color: #006d85;
}