/* Body and Resets */
html, body {margin:0; padding:0;}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#233e5f;
	background:#e9e7e3;
}

/* Header */
#header {
	width:100%;
	height:198px;
	background:url('../images/header_bg.png');
}
#header_subset {
	width:961px;
	margin:0 auto 0 auto;
}

/* Primary */
#primary {
	width:960px;
	margin:0 auto 0 auto;
	padding:12px 0 0 60px;
	font-size:16px;
}

#primary a {
	background:url('../images/nav_bullet.png') left center no-repeat;
	padding:0 20px 0 13px;
	color:#fff;
	text-decoration:none;
}
#primary a:hover {
	text-decoration:underline;
}

/* Content Container */
#container {
	width:956px;
	min-height:700px;
	background:url('../images/content_bg.png');
	margin:0 auto 0 auto;
	position:relative;
	padding:0;
}
#content_footer {
	background:url('../images/content_bg_footer.png') no-repeat;
	width:956px;
	height:33px;
	margin:0 auto 30px auto;
	padding:0;
}
#content {
	width:630px;
	padding:30px 0 0 40px;
}
#content p {
	font-size:16px;
	line-height:28px;
	padding:0;
	margin:10px 0 20px 0;
}
#content li {
	font-size:16px;
	line-height:32px;
	list-style:url('../images/bullet.png');
}

/* Sidebar */
#sidebar {
	background:url('../images/sidebar_bg.png') no-repeat;
	width:280px;
	height:608px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	position:absolute;
	top:30px;
	right:-20px;
	text-align:center;
	font-size:16px;
	line-height:22px;
}
#sidebar h1, #sidebar h2, #sidebar h3 {
	font-weight:normal;
}
#sidebar div {
	padding:25px;
}
#sidebar a {
	color:#fff;
}

/* Footer */
#footer {
	width:100%;
	height:333px;
	background:url('../images/footer_bg.png');
	color:#fff;
}
#footer_subset {
	margin:0 auto 0 auto;
	width:956px;
	padding:50px 0 0 0;
}
#closure {
	background:#032443;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#footer a {
	color:#fff;
}

/* Misc */
a {
	color:#007aff;
}
a:hover {
	color:#0061cb;
}
