/* Site Grid by BoxedCSS.com */

#container {
	width:780px;
	margin:0 auto;
	background:#054c42 url(images/container_border_gray.png) repeat-y;
	color:#2d2d2d;
	}
#header {
	position:relative;
	width:770px;
	height:125px;
	clear:both;
	background:#001c43 url(images/head_bgnd.png) repeat-x;
	margin:0 5px;
	}
.headerflag {position:absolute;
top:9px;
left:1px;}
#headerC {
	float:left;
	width:363px;
	height:125px;
	margin-left:203px;	
	background:#001c43 url(images/cartwright_logo9flattened.png) no-repeat center;
	}
#nav {
	font-size:.9em;
	width:767px;
	height:1em;
	clear:both;
	text-align:center;
	margin:0 6px;
	padding:10px 0 12px 0;
    float:left;
    background:#001c43 url(images/nav_bgnd.jpg) repeat;
    line-height:normal;
	}
	
#sidebar {
	font-size:1em;
	width:175px;
	float:left;
	background:#EFF6FF;
	margin-top:15px;
	margin-left:20px;
	}
#content {
	font-size:1em;
	width:550px;
	float:right;
	background:#EFF6FF;
	margin-top:15px;
	margin-right:15px;
	}
#footer {
	font-size:.9em;
	width:730px;
	clear:both;
	background:#054C42;
	margin:10px 10px 0px 10px; 
	padding:10px 10px 0 10px;
	}
