@charset "utf-8";
/* BodyOptions.org - Layout and structure */

#container {
	width:1010px;
	margin:0px auto 0px auto;
    padding:0px;
    background-color:#fff;
	border:1px solid #555;
	border-top:none;
	border-bottom:none;
}

#header {
    height:105px;
    width:100%;
    margin:0px;
    padding:0px;
	background-color:#fff;
}

#col_lt {
	width:630px;
	float:left;
}

#col_rt {
	width:380px;
	float:right;
}

#splash {
    width:630px;
    height:550px;
	background-color:#fff;
}

#primary {
    width:380px;
}

#content {
    width:630px;
}

#ad_block {
    width:380px;
}

#social {
    width:380px;
}

#footer {
  
}

.clear {
	width:100%;
	clear:both;
}
