﻿#body{
	background:#584543 url('../images/tile.png') repeat scroll left top;
	padding: 10px 5px 10px 5px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
#container{
	margin-left: auto;
	margin-right: auto;
}
#tableseto{
	display: table;
	width: 100%;
	height: auto;

}
#tablesett{
	display: table;
	width: 100%;
	height: auto;

}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
#logo{
	display: table-row;
	width: 100%;
	height: auto;
}
#logoimg{
	display: table-cell;
	width: 25%;
	height: auto;
}
#logospacer{
	display: table-cell;
	width: 75%;
	height: auto;
}
img.logo{
	height: 158px;
	width: 210px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
#navrow{
	display: table-row;	
	width: 800px;
}

span.nav{
	display: table-cell;
	width: 25%;
	height: 200px;
}
img.nav{
	width: 225px;
	height: 200px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
#bodyrow{
	display: table-row;
	width: 100%;
}

#bodycell{
	display: table-cell;
	width: 75%;
	padding: 7px 7px 7px 7px;
	background: #FEFEC3 url('../images/body.png') no-repeat scroll left top;
	height: 6in;
	width: 4in
}
#newscell{
	display: table-cell;
	width: 25%;
	padding: 7px 7px 7px 7px;
	background: #FBFBEA url('../images/news.png') no-repeat scroll 3in 5in;

}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
#footer{
	width: 100%;
	height: 100px;
	background-image: url('../images/footer.png');
	background-position: 800px 100px;

}
/*------------------------------------------------------------------------------------------------------------------------------------------*/

