body{
	background: #000;
	font: 80%/1.6em 'Lucida Sans',Verdana,sans-serif;
	margin:0;
	color:#333;
}
#wrap{
	margin:0 auto;
	height:500px;
	width: 916px;
}


#head{
	background: url('i/top.png') no-repeat;
	height: 116px;
}
#head h1.title{
	margin:0;
	padding: 105px 0 0 20px;
	font-variant:small-caps;
	color:#fff;	
}
#head ul.navbar{
	margin:0;
	padding: 0 0 0 25px;
}
#head ul.navbar li{
	float:left;
	list-style-type:square;
}

ul#navlist
{
padding: 0;
margin: 95px 60px 0 0;
list-style-type: none;
float: right;
width: 500px;
color: #fff;
	font-size: 85%;
}

ul#navlist li { display: inline; }

ul#navlist li a
{
float: right;
width: 5em;
color: white;
padding: 0em 1em;
text-decoration: none;
	text-align: center;
}

ul#navlist li a:hover
{
/*background-color: #369;*/
color: red;
}

ul#navlist li a.here
{
/*background-color: #369;*/
color: red;
}

#leftnav
{
float: left;
width: 250px;
margin: 0;
padding: 1em;
}

#leftnav p
{
margin: 0 0 1em 0;
}

}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
	color: #000000;
}

#main{
	background: url(i/main_bg.png) repeat-y center;
	margin:0 0;
	width:916px;
	padding: 0 0 0 0px;
	overflow:hidden;
}

#splash{
	background: url('i/title.png') no-repeat;
	padding: 55px 70px 0 0;
	text-align:right;
	display: block;		/*margin: 0 0 0 12px;*/
}
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 5px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 20px 20px 60px;
	text-align: left;
	overflow:hidden;
	/*background: url('i/content_sep.png') repeat-y;*/
	background-position: 48% 0%;
	
}
#content h2{
	color:#900;
	margin:0px 0 5 0;
	font-size: 1em;
	line-height:20px;
	background: url('i/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;

}
#content h1{
	color:#900;
	margin:0px 0 5 0;
	font-size: 1em;
	line-height:20px;
	background: url('i/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;

}

#content a{
	margin: 0 10px 10px 0px;
	text-align: left;
	overflow:hidden;
	color: #000000;
	text-decoration: none;
}

#content a:hover
{
border-bottom: 1px dotted maroon;
}

#footer a:link
{
/*background-color: #369;*/
color: #800000;
	text-decoration: none;
}

#footer a:visited
{
/*background-color: #369;*/
color: #800000;
	text-decoration: none;
	}
	
#footer a:hover
{

color: #fff;
	text-decoration: none;
}


#footer a:active
{
/*background-color: #369;*/
color: #800000;
	text-decoration: none;
}

#footer{
	/*clear:both;*/
	background: url('i/bot_bg.png') center no-repeat;
	height: 85px;
	padding: 0 20px 0 0;
	text-align:right;
	color:#999;
}

#footer2{
	clear:both;
	background: url(i/main_bg.png) repeat-y center;
	height: auto;
	padding: 0 20px 0 0;
	color:#999;
	text-align: center;
}



#footer p{
	margin:0;
	padding: 13px 60px 0 0;
	color: maroon;
	font-size: 80%;
}


#content div.box{
	width:210px;
	margin: 0 0px 20px 5px;
	float:left;
	padding-right: 20px;
	padding-left: 10px;
	display: inline;
}

#content div.boxfixed{
	width:210px;
	margin: 0 0px 20px 15px;
	float:left;
	padding-right: 20px;
	padding-left: 10px;
	position:fixed;
	display: inline;
}

#content div.box2{
	width:510px;
	margin: 0 55px 20px 5px;
	float:left;
	padding-left: 10px;
	padding-top: 0;
	border-left: 1px dotted maroon;
	display: inline;
}

#content div.box2_right{
	width:510px;
	margin: 0 55px 20px 5px;
	float:right;
	padding-left: 10px;
	padding-top: 0;
	border-left: 1px dotted maroon;
	display: inline;
}

#content div.box2_right_maxhigh{
	width:510px;
	margin: 0 55px 20px 5px;
	float:right;
	padding-left: 10px;
	padding-top: 0;
	clip:rect(0px 50px 200px 0px)
	visibility: hidden;
	overflow: scroll;
	height: 500px;
	border-left: 1px dotted maroon;
	display: inline;
}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}


