@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
}
#outer-container {
	width:800px;
	margin:auto;
	padding-left:93px;
}
#container {
	width:762px;
}
#nav {
	width:762px;
}
#scroller {
	width:533px;
	float:left;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
#content {
	clear:both;
	padding:11px 10px 0px 10px;
	width:742px;
}
#footer {
	clear:both;
	width:702px;
	padding:30px;
}
#footer_left {
	width:140px;
	float:left;
}
#footer_right {
	width:520px;
	float:left;
	text-align:right;
}
.column_div {
	width:240px;
	float:left;
}
#sub_menu {
	width:300px;
	float:right;
	margin:2px;
	padding:5px;
	text-align: right;
}
#interior_container {
	width : 762px;
}
#left_content {
	float: left;
	width: 250px;
}
#right_content {
	float: left;
	width: 480px;
	padding-left: 14px;
	padding-right: 15px;
}
#landing_bottom {
	clear:both;
	width:742px;
}
