/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg);
	color: #000000;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #ad913d;
	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: #ad913d;
	font-size: 1.1em;
	margin: 0 0 1em;
	text-transform: uppercase
}
h3{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 22px;
	width: 922px
}
#page-top, #page-top2, #page-bot{
	margin: 0 auto;
	overflow: hidden;
	width: 966px
}
#page-top{
	background: url(../images/page-top.png) no-repeat top;
	height: 24px
}
#page-top2{
	background: url(../images/page-top2.png) repeat-y;
	height: 75px
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 63px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) repeat-x top;
	height: 185px
}
/*- Logo -*/
#header h1{
	margin: 0 auto;
	text-indent: -9999px;
	width: 400px
}
#header h1 a{
	display: block;
	height: 185px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1 img{
	display: block;
	margin: 0 0 5px
}
.nav1 a{
	display: block; 
	height: 40px;
	position: relative;
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.jpg) no-repeat right bottom;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 385px;
	min-height: 385px;
	padding: 0 0 0 18px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 132px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 55px 0 0 67px;
	width: 630px
}
/*=== Footer ===*/
#footer{
	padding: 6px 0 0 220px
}
#footer img{
	border: 1px solid #8a8686
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

