#container 
{
	width:960px; 
	margin-left:auto;  
	margin-right:auto; 
	margin-top: 0px;
	text-align:left; 
	position:relative;
	height:100%;
	/* border: 1px solid #6F5200; */
}

#top
{
	width: 960px;
	height: 240px;
	/* border: 1px solid #000; */
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	}

#left
{
	width: 375px;
	height: 515px;
	/* border: 1px solid #000; */
	float: left;
	position: absolute;
	left: 0px;
	top: 240px;
	background: transparent;
	clear: left;
}
	
#content {
	width: 585px;
	height: 963px;
	/* border: 1px solid #000; */
	position: absolute;
	left: 375px;
	top: 230px;
}

#frontpagebox1 {
	position:relative;
	left:0px;
	width:312px;
	background:transparent;
	float: left;
	clear: left;
	border-right: 1px solid #6F5200;
	border-top: 1px solid #6F5200; 
	
}

#frontpagebox2 {
	position:relative;
	background:transparent;
	width:312px;
	float: left;
	border-top: 1px solid #6F5200;
	

}

#footer {
	position: absolute;
	width: 600px;
	background:transparent;
	float: left;
	clear: left;
	border-top: 1px solid #6F5200;
	bottom: 0;
	right: 0;
}
