body{
 font-family: arial, helvetica, verdana, sans-serif;
 font-size: 12px;
 background-color: #fff;
 margin: 0; padding: 0;
 text-align: center; /* for IE */
}
.page_container{
	width: 935px;
}
#container_full_page{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
}
.container_header{
	text-align: left; /* counter the body center */
	margin-bottom: 10px;
}
.container_content{
	clear: both;
	text-align: left; /* counter the body center */
}
	
.content_column_1_of_1{
    float:left;
	width: 100%;
}
.content_column_1_of_2{
    float:left;
	width: 200px;
}
.content_column_1_of_3{
    float:left;
	width: 200px;
}
.content_column_2_of_3{
	float:left;
    width: 440px;   /* align to header & footer */
	margin-left: 10px;
}
.content_column_2_of_2{
    float: right;
	width: 725px;   /* align to header & footer */
}
#column_content_3{
	float: right;
	width: 275px;
}
	
	
	
	
	
	

	
