body {
	text-align:center;
	background:url('images/bg.png') repeat-x;
	font:13px Georgia;
}
#wrap {
	margin:20px auto 0;
	width:960px;
	text-align:left;
}
.floatleft {
margin:0 10px 10px 0;
float:left;
}

/* HEADERS */
h1, h2, h3 { font-weight:normal; margin:0 0 10px; }
h1 { font-size:24px; }
h2 { font-size:22px; }
h3 { font-size:18px; }
p { margin:0 0 15px; }
a { color:#0f2f4a; }

/* HEADER */
#header { background:url('images/header.jpg') no-repeat; height:192px; }
#header img { margin:65px 0 0 50px; }
	
/* NAV */
#nav { background:url('images/nav.png') repeat-x; height:39px; }
#nav ul {}
#nav ul li { display:inline; }
#nav ul li a { font-size:14px; display:block; float:left; height:39px; line-height:39px; color:#FFF; text-decoration:none; margin:0 0 0 20px; }
#nav ul li a:hover, #nav ul li a.current { color:#a8c6e0; }
#nav #search { background:url('images/search.png') no-repeat; float:right; width:261px; }
#nav #search form { width:227px; margin:7px 0 0 20px; }
#nav #search input.text { background:url('images/search_bar.png') no-repeat; border:0 none; width:180px; height:18px; float:left; color:#154166; padding:2px; }
#nav #search input.submit { background:url('images/search_submit.png') no-repeat; height:22px; border:0 none; color:#d1e0ed; float:right; }

/* MAIN */
#main { background:url('images/content.png') repeat-y; }
#main #content { float:left; width:699px; }
#main #content p { line-height:20px; }
#main #sidebar { float:right; width:261px; background:url('images/sidebar.png') no-repeat; }
#main #sidebar ul li { font-size:14px; }
#main #sidebar ul li a { color:#222; text-decoration:none; display:block; border-bottom:1px solid #DDD; padding:0 0 5px 15px; margin:0 0 10px; }
#main #sidebar ul li a.arrow {
	 background:url('images/right.png') no-repeat;
}
#main #sidebar ul li a:hover { color:#666; }
#main #sidebar ul li ul { margin:0 0 0 15px; }
#main #sidebar ul li ul li a { font-size:12px; background:none;}
#main #sidebar .inner, #main #content .inner { padding:20px; }

/* FOOTER */
#footer { background:url('images/footer.png') repeat-x; height:38px; color:#FFF; line-height:38px; padding:0 10px; font-size:12px; }
#footer a { color:#c6e3fb; }

/* OTHER */
.clear { clear:both; font-size:0; }
.left { float:left; margin:0 10px 10px 0;}
.right { float:right; }
.dd { display:none; }