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

html, body { height: 100%; margin: 0; padding: 0; background-color: #0a1b08; }
body{font-family: Georgia, "Times New Roman", Times, serif;font-size:11px;line-height:18px;color:#294e23; }
a{color:#294e23;}

img, div, ul, li, h1, h2 { 
behavior: url(includes/general/iepngfix.php); 
}

#bg {position:fixed; top:0; left:0; width:100%;}

div#container {
   position: absolute;
   top: 0; left: 0px;         /* place it where you want     */
   width: 100%;
   background:url(../images/nybb_bg_container.png) center top no-repeat;
}


div#header {
	height:110px;
	margin:0 auto;
	background-image: url(../images/nybb_header.png);
	background-position:center;
	background-repeat:repeat-y;
	width:980px;
}

div#wrap {
	margin:0 auto;
	width:980px;
	background:url(../images/nybb_bg_wrap.png);
}

div#menu {
	float:left;
	width:450px;
	height:600px;
	background:url(../images/nybb_menu.png) no-repeat;
}

div#menu_inner {
	margin-top:50px;
	margin-left:267px;
	width:183px;
}

div#content {
	float:right;
	padding:0 15px;
	width:500px;
	min-height:560px;
	background:url(../images/nybb_content_bg.jpg) no-repeat;
}

div#footer_wrap {
	height:145px;
	clear:both;
	width:980px;
	margin:0 auto;
	background:url(../images/nybb_bg_wrap.png) no-repeat;
}

div#footer {
	height:25px;
	clear:both;
	width:550px;
	margin:0;
	padding:70px 0 50px 430px;
	background:url(../images/nybb_footer.png);
	font-size:10px;
	text-align:center;
	color:#000;
}


h1 {
	background:url(../images/h1_marker.png) no-repeat;
	padding:0 0 0 30px;
	color:#121b54;
	font-size:17px;
	line-height:25px;
	height:30px;
}

h2 {
	background:url(../images/h2_marker.png) no-repeat;
	padding:0 0 0 30px;
	color:#121b54;
	font-size:14px;
	line-height:22px;
	height:20px;
}
