﻿
#frame 
{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom: 0px;
	padding:0px;
	padding-top:0px;
	text-align:left;
	background-color: #fff;
}

#header
{
	height: 80px;
}
#headernavigation
{
	height: 45px;
	margin-top:0px;
	margin-bottom: 0px;
}
#bodyheader
{
	height: 115px;
	margin-top:0px;
	margin-bottom: 0px;
	background-color: #fff;
}
#body
{
	padding-top: 0px;
	margin-top:0px;
}
#footer
{
	height: 30px;
}
