﻿html{

}
body{
	background: #D1E0C7;
}
img {margin:0px;	padding:0px;}
p {margin:.25em;}
h1, h2, h3, h4, h5, h6{margin: .1em 0;}
#page {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	padding: 5px;
	margin: 0 auto;
	width: 780px;
	height: auto;
	background: #D1E0C7;
}
#content-left{
	position: relative;
	float:left;
	width: 150px;
	background: #D1E0C7;
	color: #333333;
	padding: 0px;
}
#content-right{
	position: relative;
	margin: 0 0 0 150px;
	width: 620px;
	height:auto;
	background: #D1E0C7;
}
#top-left-banner{
	position: relative;
	width: 150px;
	height: auto;
	padding:0;
	margin: 0 0 5px 0;
}	

#navigation{
	position:relative;
	width: 150px;
	height: auto;
	clear:left;
}
#bottom-left-banner{
	position:relative;
}
#top-right-banner {
	position: relative;
	width: 600px;
	height: 150px;
	border-collapse:collapse;
}
#main-content{
	position:relative;
	padding: 10px 0 10px 30px;
	text-align:center;
}
