body{
 font-family: arial;
 font-size: 12px;
 background: white;
 margin: 0;
 padding: 0;
 text-align: center; /* for IE */;
 height: 100%; 
 width: 100%; 
 border: 0;
}
#site_logo {
	font-size: 30px; font-weight: bold;
	color: #898989;
	padding-top: 5px; padding-bottom: 15px;
	text-transform: uppercase;
}
table { font-size: 11px; }
form { margin: 0; }
img { border: 0; font-size: 0; line-height: 0; }
input, select {font-size: 11px; }

.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 */
}
.container_content{
  	clear: both;
	text-align: left; /* counter the body center */
}
.content_spacer {
	line-height: 0; font-size: 0;
	clear: both;
}
.clear {
	clear: both; 
}


/* 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;
}
	
	
	
	

	
