@charset "UTF-8";
/* Page Header */
h1, h2, h3, h4 {
	margin:0px;
	font-weight:normal;
	color:#336666;
	}
h1 {
	font-size:29px;
	padding:25px 0px 15px 0px;
	margin:0px;
	text-transform:none;
	}
h2 {
	font-size:24px;
	padding:15px 0px 5px 0px;
	
	}
h3 {
	font-size:20px;
	}
h4 {
	font-size:17px;
	}

#page_content_whole input[type=image] {
	margin: 15px 0px 0px 0px;
}

#maincontent { 
	float:left;
	width: 950px;
	margin:0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#featured {
	margin-bottom:10px;
	width:170px;
	float:left;
	}
#main {
	margin-bottom:5px;
	width:525px;
	float:right;
	padding:5px 35px 0px 30px;
}
.divider {
	clear:both;
	padding:10px 0px 10px 0px;

