BODY{
background:#131313;
font-family:"verdana";
color:#FFFFFF;
vertical-align:top;
text-align:left;
}

#container{
width:90%;
margin-left:auto;
margin-right:auto;
}

#top, #bottom{
width:100%;
height:25px;
line-height:25px;
}

	#top{
	background:#b0b0b0 url(./images/top_bg.png) repeat-x;
	border-bottom:1px solid #000000;
	}
	
	#bottom{
	background:#b0b0b0 url(./images/bottom_bg.png) repeat-x;
	border-top:1px solid #000000;
	}
	
	.left{
	float: left;
	text-indent:18px;
	}
	
	#top .left{
	background:transparent url(./images/top_l.png) 0 0 no-repeat;
	}
	
	#bottom .left{
	background:transparent url(./images/bottom_l.png) 0 0 no-repeat;
	}
	
	.right{
	width:25px;
	float: right;
	text-align: center;
	}
	
	#top .right{
	background:transparent url(./images/top_r.png) 100% 0 no-repeat;
	}
	
	#bottom .right{
	background:transparent url(./images/bottom_r.png) 100% 0 no-repeat;
	}
	
#masthead{
width:100%;
height:130px;
background:#0a0a0a url(./images/brobanner.png) center left no-repeat;
}

#menubar{
width:100%;
height:36px;
line-height:36px;
background:#703c09 url(./images/nav_bg.png);
vertical-align: middle;
}

#menubar_l{
background:url(./images/nav_l.png) transparent center left no-repeat;
float:left;
text-indent:45px;
}

#menubar_r{
background:url(./images/nav_r.png) transparent center right no-repeat;
float:right;
width:45px;
}
	
	#menubar .nlink {
	margin: 0px;
	height: 36px;
	vertical-align: middle;
	font-weight: bold;
	text-indent:0;
	}
	
	#menubar .nlink li{
	list-style:none;
	float:left;
	vertical-align: middle;
	margin:0;
	}
	
	#menubar .nlink a{
	display:block;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	text-decoration:none;
	height:36px;
	line-height:36px;
	}
	
	#menubar .nlink a:hover{
	background:#875018 url(./images/nav_hov.png);
	}

#content{
width:100%;
background:#050e3b;
}

.text{
width:auto;
font-size:10pt;
padding:15px;
}

.text a:link, .text a:visited{
color:#d28333;
text-decoration: none;
}

.text a:hover{
color: #d28333;
text-decoration: underline;
}

.header{
font-size:13pt;
color:#a4a4e3;
}