body{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: white;
	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{
	clear: both;
	text-align: left; /* counter the body center */
	margin-bottom: 10px;
}
.container_content{
  	clear: both;
	text-align: left; /* counter the body center */
}

/* column width */	
.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;   
	margin-left: 10px;
}
.content_column_2_of_2{
  	float: right;
	width: 725px; 
}
#column_content_3{
	float: right;
	width: 275px;
}