@charset "UTF-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background:url(../images/bg_body.jpg) repeat-x 0 0 #200507;
	font-family: Helvetica, Arial, sans-serif;
}

h1#headline {margin:0 0 .5em 0; color:#A61827;}
h1 {font-size:20px;}
h2 {font-size:18px; margin:1em 0 .4em;}
h3, h4, h5, h6 {font-size:1em; margin:1em 0 .1em;}
p {margin:0 0 1em 0; text-align:justify;}
	p img {margin:0 10px;}

a {color:#27A3D4;font-weight:bold;}
a:visited {color:#27A3D4;}


#banner {width:830px; height:134px; margin:20px auto 0; }

#trunk {width:830px;margin:20px auto 100px;}

	/* Side Bar Structural Layout */
	#sidebar {width:204px; float:left; background:url(../images/border-transparent.png) right 0 repeat-y;}
		#sidebar_top {height:20px; background:url(../images/sidebar_top.jpg) 0 0 no-repeat;}
		#sidebar_content {width:200px; background:url(../images/sidebar_bg.jpg) 0 0 repeat-x; min-height:520px; float:left;}
		#sidebar_bottom {height:24px; background:url(../images/sidebar_bottom.png) 0 0 no-repeat; margin-bottom:-24px;clear:both;}
	/* Side Bar Navigation List (ul#navigation) Layout */
		ul#navigation {padding:0 15px; margin:0; list-style:none; line-height:1.8em; font-weight:bold;}
			#navigation a, #navigation a:visited {color:#000; text-decoration:none;}
			#navigation a:hover, #navigation a:focus, #navigation a:active {text-decoration:underline;}
			#navigation ul {margin:0 0 0 1.5em; padding:0;font-size:.8em;}
				#navigation li li {color:#333;list-style:disc;}
				#navigation li li a, #navigation li li a:visited {color:#333;}
 
	#main {width:610px; margin-left:16px; float:left ;background:url(../images/border-transparent.png) 600px 0 repeat-y;font-size:14px;}
		#main_top {height:20px; background:url(../images/content_top.jpg) 0 0 no-repeat;}
		#main_content {width:560px; background:url(../images/content_bg.jpg) 0 0 repeat-x #FFF; min-height:520px; padding:0 20px 1px; margin-bottom:-1px;}
		#main_bottom {margin:0 0; height:24px; background:url(../images/content_bottom.png) 0 0 no-repeat;}


#footer {
	clear:both; 
	padding:15px 10px 30px 0;
	margin:0 auto;
	width:820px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:1.1em;}
	#footer img#nh_logo {float:right;}
	
