html
{
	height: 100%;
} 
body 
{
	height: 100%;
	text-align:center;
	background: #EBEBEB;
	margin: 0px;
	height: auto;
	background-image:url(file:///C|/Documents and Settings/Graham/My Documents/Websites/broadland2/graphics/background.gif);
	background-repeat: repeat-x;
}
#frame
{
	position:relative;
	top: 20px;
	left: 2px;
	width:760px;
	height: 100%;  
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	overflow: visible;
	border: 5px solid #fff;
	background-color: #F8F8F8;
	background-position:center;
}
#logo 
{
	position: relative;
	top: 20px;
	left: 2px;
	width: 760px;
	margin-bottom: 12px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contentleft
{
	width:170px;
	height:100%;
	padding:0px;
	float:left;
	background-color:#878773;
}
#contentlarge {
	width:585px;
	height:100%;
	padding:0px;
	float:right; 
}