/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
table#structure
{
	background-color: #F6EFE5;
	margin: 0px;
	width: 800px;
}

td#homeleft
{
	width: 400px;
	background-color: #F0E5D3;
	border-right: 1px solid #A6A6A6;
}

div#homecontent
{
	padding: 20px;
}


td#homecenter
{
	width: 159px;
	padding: 20px;
	border-right: 1px solid #A6A6A6;
}

td#homeright
{
	width: 159px;
	padding: 20px;
}

img#homehead
{
	padding: 1px;
	border-bottom: 1px solid #A6A6A6;
}

img.hometitle
{
	margin-bottom: .5em;
}