div#container {
	width: 790px;
	margin: 0px auto 10px auto;
	padding: 0;
}
 
#header {
	height: 100px;
	background-image: url(/images/carlson_logo.png);
	/*background-image: url(images/carlson_logo.gif);*/
	background-repeat: no-repeat;
}

div#header h1	{
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 10px;
	padding-top: 100px;
	overflow: hidden;
	height: 0px !important; /* for most browsers */
	height /**/:100px; /* for pre 6.0 IE Win */
	}

#content_container {
	padding: 0;
	margin: 5px 20px 20px 20px;
	clear:both;
	}
 
#main_content {
	width: 500px;
	float:left;
	margin-bottom: 20px;
	}
	
#sidebar {
	float:right;
	width: 220px;
	font-size: 1.1em;
	}
	
#sidebar p {
	padding: 0 0 10px 0;
	line-height: 1.3em;
	}
	
#low_boxes {
	margin: 20px;
	clear:both;
	}
	
#sub-page #main_content {
	width: 445px;
	float:left;
	margin-bottom: 20px;
	}

#sub-page #sidebar {
	float:right;
	width: 275px;
	font-size: 1.2em;
	}
	
#full-page #main_content {
	width: 100%;
	}
	
.first-column {
	width: 45%;
	float: left;
	}
	
.second-column {
	width: 45%;
	float: right;
	}