/* CSS Document */
body{margin:0px}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
}

#header {
			margin: 0 0 0px 0;
	 	}


#header_a {
			margin: 0 0 0px 0;
	 	}

		
			
#side-a {
	float: left;
	width: 205px;
	 
}


#side-b {
	float: right;
	width: 190px;
	 


}

#content { 
	float: left;
	width: 490px;
 }
 
#content_a { 
	float: left;
	width: 490px;
 }
 
#content_b_two_column { 
	float: left;
	width: 680px;
 }
 
 
 

#footer {
	clear: both;
	 
}