body {
	text-align: left;
	font-family: Georgia, Arial, Verdana, sans-serif;
}

/*div {							
	border: solid 1px #f00;
}

For troubleshooting div layouts
*/

h2, h4 {
	color: #FF0000;
	text-align: center;
	margin: 1px;
}
	
#container {						
	width: 780px;
	margin: 0 auto;
	text-align: left;
/*	background-color: MediumSeaGreen;*/
}	
	
#banner {
	overflow: hidden;
	text-align: center;
	height: 100px;
}

#content {
	width: 50%;
	height: 1%;
	text-align: justify;
	overflow: hidden;
}
	
#sidebar-left {
	float: left;
	width: 20%;
	padding: 2%;
}
	
#sidebar-right {
	float: right;
	width: 20%;
	padding: 2%;
}

#banner-bottom {
	overflow: hidden;
	text-align: center;
	height: 150px;	
}
