/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #080808;
	color: #000000;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #945e02;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #d4d0c8 1px solid;
	border-left: 2px solid #969696;
	border-top: 2px solid #969696;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #333333;
	font-size: 2.2em;
	margin: 0 0 .5em
}
h3{
	color: #6b1420;
	font-size: 1.4em;
	margin: 0 0 .8em
}
h4{
	color: #b3770f;
	font-size: 1.4em;
	margin: 0 0 1em
}
h4 em{
	color: #000000;
	font-size: .8em;
	font-style: normal;
	font-weight: normal
}
p{
	line-height: 1.7em;
	padding: 0 0 1.3em
}
/*=== Layout ===*/
#container{
	background: url(../images/bgr.jpg) #f3efdf no-repeat center top
}
#page{
	margin: 0 auto;
	width: 960px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.jpg) no-repeat center top;
	height: 124px;
	overflow: hidden
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 415px
}
#header h1 a{
	display: block;
	height: 98px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	clear: both;
	font: bold 11px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 26px
}
.nav1 li{
	float: left;
	line-height: 26px;
	margin: 0 3px 0 0
}
.nav1 li a{
	background: url(../images/nav1-normal.gif) no-repeat top;
	color: #ffffff;
	display: block;
	float: left;
	text-align: center;
	width: 82px
}
.nav1 li a:hover,
.nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat top;
	color: #444444;
	text-decoration: none
}
/*- Nav1-Sub -*/
.nav1-sub{
	clear: both;
	font: 11px "Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 30px
}
.nav1-sub li{
	background: url(../images/nav1-sub-sep.gif) no-repeat right;
	float: left;
	line-height: 30px;
	padding: 0 30px
}
.nav1-sub li.last{
	background: none
}
.nav1-sub li a{
	color: #000000;
	display: block;
	float: left
}
.nav1-sub li a:hover,
.nav1-sub li.active a{
	color: #ce902b;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	font-size: 11px
}
.nav2 li{
	margin: 0 0 1px;
}
* html .nav2 li{
	margin: 0 0 -2px;
	position: relative;
}
.nav2 li a{
	background: url(../images/ico-arrow2.gif) #d1cab0 no-repeat 19px 9px;
	color: #2f2f20;
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 28px;
}
.nav2 li a span{
	float: left;
	height: 24px;
	overflow: hidden;
	width: 159px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: url(../images/ico-arrow2.gif) #ce902b no-repeat 19px 9px;
	text-decoration: none
}
.nav2 li a span.ndate{
	float: right;
	font-size: 9px;
	padding: 0 15px 0 0;
	text-transform: uppercase;
	width: auto
}
.nav2 li a span.ndate em{
	background: #f3f3dd;
	font-style: normal;
	padding: 1px 3px
}
/*=== Title Placeholder ===*/
.title{
	background: url(../images/title.jpg) no-repeat top;
	clear: both;
	color: #ffffc1;
	font-size: 12px;
	height: 111px;
	margin: 0 0 1em;
	overflow: hidden;
	padding: 105px 405px 0 30px
}
.title a, .title strong{
	color: #ffffff
}
.title p{
	padding: 0
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 35px 0 0;
	padding: 0 0 15px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 240px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 700px
}
#centercol h2{
	border-bottom: 1px solid #c5c5a8;
	padding: 0 0 .2em
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	font-size: 11px;
	margin: 0 0 .5em
}
.box .top{
	background: url(../images/box-top.gif) repeat-x top;
	border: 1px solid #000000;
	clear: both;
	height: 25px;
	margin: 0 0 1px;
	overflow: hidden;
	padding: 0 0 0 15px
}
.box .top h3{
	background: url(../images/ico-arrow.gif) no-repeat 0 8px;
	color: #f3f3f3;
	font-size: 12px;
	line-height: 25px;
	padding: 0 0 0 15px
}
.box .top h3 a{
	color: #fff
}
.box .content{
	background: #d1cab0;
	height: 1%;
	padding: 10px 15px
}
/*- Box2 -*/
.box2{
	background: #f9f9e4;
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	height: 1%;
	padding: 15px 20px
}
.box2 p{
	color: #056888;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	padding: 1em 0 0
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	background: url(../images/search-bgr.gif) no-repeat top;
	float: right;
	font-size: 11px;
	height: 52px;
	margin: 16px 0 0;
	padding: 20px 0 0 55px;
	width: 261px
}
.search a{
	color: #000000
}
.search input{
	float: left;
	margin: 0 0 5px;
	width: 195px
}
.search input.btn{
	margin: 0 0 5px 10px;
	width: auto
}
.btn-advsearch{
	clear: both;
	font-weight: bold
}
/*- Form1 Setup -*/
.form1{
	margin: 0 0 1em
}
.form1 div{
	margin: 0 0 5px
}
.form1 label{
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px
}
.form1 input{
	width: 200px
}
/* Form1 Buttons */
.form1 .submit{
	margin: 0;
	text-align: right
}
.form1 input.btn{
	width: auto
}
.form1 .btn-forgot{
	margin: 0
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pic.fl img{
	margin-right: 10px
}
/*=== Footer ===*/
#page-bot{
	background: url(../images/page-bot.gif) repeat-x top
}
#footer{
	color: #fedc3b;
	font: .95em"Trebuchet MS",Arial, Helvetica, sans-serif;
	height: 90px;
	margin: 0 auto;
	padding: 18px 0 0;
	width: 960px
}
#footer a{
	color: #ffffff
}
#footer ul{
	margin: 0 0 .5em -.6em;
	position: relative
}
#footer li{
	background: url(../images/footer-li-sep.gif) no-repeat right;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
#footer li.last{
	background: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
.bgred, .bggrey{
	background: #b70d0d;
	color: #ffffff;
	display: inline;
	font-size: .85em;
	font-weight: bold;
	margin: 0 3px 10px 0;
	padding: 1px 5px
}
.bggrey{
	background: #333333;
	color: #ffffff
}

#maindate {
	text-align:center;
	font-weight:bold;
}