/* CSS Print Document */


div#container {
	width: auto !important;
	}
	
#navigation, #nav, #flashcontent, #flash, #banner, #sub-nav, #footer {
	display: none;
	}
 
#header {
	background-image: url(images/carlson_logo.gif);
	background-repeat: no-repeat;
	}

div#header h1	{
	font-size: small;
	}

#content_container {
	padding: 0;
	margin: 5px 20px 20px 20px;
	clear:both;
	}
 
#main_content {
	width: 60%;
	padding-right: 10px;
	font-size: 11pt;
	}
	
#sidebar {
	width: 30%;
	float:right;
	
	}
	
#sidebar p {
	padding: 0 0 10px 0;
	line-height: 1.3em;
	}
	
#low_boxes {
	margin: 20px;
	clear:both;
	}
	
#sub-page #main_content {
	width: auto;
	float:left;
	margin-bottom: 20px;
	}

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