html, body { 
	margin: 0px; 
	padding: 0px; 
	text-align:center;
	}
	
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#pagewidth {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	background-color: #00a2b3;
	padding-top: 1px;
	padding-bottom: 1px;
	}
	
#header {
	width: 580px;
	text-align: center;
	padding-top: 10px;
	}
	
#content-container {
	background-color: #fdc684;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
	#content {
		width: 329px;
		float: left;
		font-family: "Times New Roman", Times, serif;
		font-size: .9em;
		text-align: center;
		border-right: 1px dotted #f7931d;
		padding: 10px 0;
		}
		
		#content h1 {font-size: 1.3em;}
		#content h2 {font-size: 1.1em;}
		
		#content .bold {font-weight: bold;}
		
	#content1 {
		width: 250px;
		float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		color: #990000;
		padding: 10px 0;
		}
		
		#content1 p {
			font-size: .75em;
			line-height: 1.5em;
			padding: 0 10px;
			text-align: left;
			}
			
		#content1 h1 {font-size: 0.9em;}
		
		#content1 .monthbar {
			font-size: .75em;
			display: block;
			padding: 3px;
			background-color: #f7931d;
			color: #FFFFFF;
			font-weight: bold;
			text-align: left;
			}
			
		#content1 a {
			color: #990000;
			}
	
#footer {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
