#content-header {
	background:url('/assets/images/boxes/content-header-green-bar-bg.gif') bottom repeat-x;
	padding-left:20px;
	}
	
	#content-header-content {
		padding-bottom:70px;

		}

/* content header styles. used primarily for background images and text width */

#content-header .confidentiality {
	background:url('/assets/images/confidentiality/logo.jpg') bottom right no-repeat;
	margin-right:50px;
	padding-right:170px;
	}
	
#content-header .hiv-services {
	background:url('/assets/images/hiv-services/hiv.jpg') bottom right no-repeat;
	margin-right:50px;
	padding-right:170px;
	}
#content-header .chlamydia-screening {
	background:url('/assets/images/chlamydia/chlamydia.gif') bottom right no-repeat;
	margin-right:50px;
	padding-right:260px;
	}
#content-header .links {
	background:url('/assets/images/links/links.gif') bottom right no-repeat;
	margin-right:50px;
	padding-right:170px;
	}	
#content-header .young-people {
	background:url('/assets/images/young-people/young-people.gif') bottom right no-repeat;
	margin-right:50px;
	padding-right:170px;
	}
#content-header .contact-us {
	background:url('/assets/images/contact-us/contact-us.jpg') bottom right no-repeat;
	margin-right:20px;
	padding-right:300px;
	}
#content-header .contraception {
	background:url('/assets/images/features/contraception.jpg') bottom right no-repeat;
	margin-right:20px;
	padding-right:300px;
	}		
#content-header .prevention {
	background:url('/assets/images/features/prevention.jpg') bottom right no-repeat;
	margin-right:20px;
	padding-right:300px;
	}				
/* main content area */	
 
#main-content {
	padding:0 20px;
	} 

#main-content #left-column {
	width:600px;
	/*background:red;*/
	float:left;
	margin-right:10px;
	}
	
#main-content #right-column {
	width:300px;
	background:blue;
	float:right;
	margin-top:10px;
	}

#bottom-feature-area {
	padding:15px 0px 0 0px;
	clear:both;
	}
	
	