/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/snow5.gif) #000000 repeat;
	color: #656565;
	font: .85em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #463838;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h1, h2{
	color: #404040;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em
}
h2{
	color: #656565;
	font-size: 1.4em;
	font-weight: bold
}
p{
	line-height: 1.4em;
	padding: 0 0 1em
}
/*=== Centered Layout ===*/
#centerwrap{
	background: url(../images/page-bgr.jpg) #f5f6f6 center no-repeat;
	height: 375px;
	margin: 0 auto;
	position: relative;
	width: 100%
}
#content{
	font-size: 14px;
	height: 375px;
	margin: 0 auto;
	overflow: hidden;
	width: 704px
}
/* \*/
#centerwrap{
	left: 0;
	margin: -195px 0 0;
	position: absolute;
	top: 50%
}
/*=== Logo ===*/
#logo{
	height: 160px;
	margin: 0 0 .5em;
	overflow: hidden;
	width: 160px
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 1.1em;
	text-align: center;
	text-transform: none
	}
.nav1 li{
	margin: 0 0 2px
}
.nav1 li a{
	color: #a6a6a6;
	display: block;
	height: 22px;
	line-height: 22px
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #463838;
	text-decoration: none
}
/*=== All Columns ===*/
.col1{
	float: left;
	height: 375px;
	overflow: hidden;
	width: 249px
}
.col2{
	float: left;
	height: 335px;
	margin: 0 0 15px 20px;
	padding: 25px 0 0;
	width: 235px;
	overflow-x:hidden;overflow-y:auto
}
.col3{
	float: right;
	height: 350px;
	margin: 0 20px 15px 0;
	overflow: hidden;
	padding: 10px 0 0;
	width: 160px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
