/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #ffffff;
	color: #785e3c;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 40px 0 0
}
a{
	color: #785e3c;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .8em;
	text-transform: uppercase
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 801px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat bottom;
	height: 118px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 388px
}
#header h1 a{
	display: block;
	height: 94px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	height: 15px;
	margin: 70px 0 0;
	text-indent: -9999px;
	width: 360px
}
#nav1 li{
	float: left;
	padding: 0 0 0 18px;
}
#nav1 li a{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	display: block;
	height: 15px
}
#nav1 li a:hover{
	text-decoration: none
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 38px
}
#nav1 li#n01 a:hover{
	background-position: 0 -15px
}
#nav1 li#n02 a{
	background-position: -56px 0;
	width: 72px
}
#nav1 li#n02 a:hover{
	background-position: -56px -15px
}
#nav1 li#n03 a{
	background-position: -146px 0;
	width: 93px
}
#nav1 li#n03 a:hover{
	background-position: -146px -15px
}
#nav1 li#n04 a{
	background-position: -257px 0;
	width: 85px
}
#nav1 li#n04 a:hover{
	background-position: -257px -15px
}
/*- Nav2 -*/
.nav2 ul{
	margin: -10px 0 .2em;
	position: relative
}
.nav2 li{
	margin: 0 0 3px;
	padding: 0 0 0 23px
}
.nav2 li a{
	color: #cfdc92
}
/*=== All Columns ===*/
#columns{
	background: #785e3d;
	height: 1%;
	margin: 2px 0 0;
	padding: 10px 10px 10px 25px
}
/*=== Left Column ===*/
#leftcol{
	color: #ffffff;
	float: left;
	width: 165px
}
/*=== Center Column ===*/
#centercol{
	background: #ffffff;
	float: right;
	height: 1%;
	padding: 13px;
	width: 550px
}
#centercol h2{
	margin: 0 0 .3em
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: #cfdd92;
	font-size: 1.1em;
	height: 1%;
	padding: 14px 15px
}
/*- Brackets -*/
.bkt{
	background: url(../images/bkt-top.gif) no-repeat top;
	height: 101px;
	margin: 0 0 13px;
	overflow: hidden
}
.bkt.bot{
	background: url(../images/bkt-bot.gif) no-repeat top;
	height: 75px;
	overflow: hidden
}
/*=== Pics, Ads etc. ===*/
.ads{
	height: 1%;
	margin: 0 0 13px
}
.ads img{
	display: block
}
/*=== Footer ===*/
#footer{
	color: #785e3c;
	height: 50px;
	padding: 7px 0 0
}
#footer a{
	color: #785e3c
}
#footer .fr{
	font-size: 1.2em
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
