/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff repeat-x top;
	color: #000000;
	font: .85em Arial,Verdana,Helvetica,Sans-Serif;
	letter-spacing: 1px
}
a{
	color: #590a07;
	text-decoration: underline
}
a:hover{
	color: #000000
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 1em;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.5em;
	margin: 0 0 .8em
}
p{
	line-height: 1.3em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 765px
}
/*=== Header ===*/
#header{
	height: 196px
}
/*- Logo -*/
.logotitle{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 584px
}
.logotitle a{
	display: block;
	height: 196px
}
.logotitle a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	float: right;
	font-size: 1.3em;
	padding: 47px 0 0;
	text-align: right
}
.nav1 li{
	margin: 0 0 .8em
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y left;
	display: table-cell;
	display: block;
	height: 1%;
	height: auto !important;
	height: 450px;
	margin: 35px 0 0;
	min-height: 450px;
	padding: 5px 0 15px
}
/*=== Left Column ===*/
#leftcol{
	color: #5f0305;
	float: left;
	font-size: 1.2em;
	margin: -5px 0 0;
	text-align: right;
	width: 202px
}
#leftcol p{
	line-height: normal;
	padding: .5em
}
/*=== Center Column ===*/
#centercol{
	float: right;
	padding: 0 10px 0 0;
	width: 505px
}
#centercol h1{
	font-size: 1.2em
}
#centercol h2{
	font-size: 1.1em;
	margin: 10px 0 10px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
hr{
	border-top: 1px solid #b90004;
	clear: both;
	height: 1px;
	margin: .5em 0 1.3em;
	width: 100%
}
.ads img{
	display: block;
	margin: 0 0 1.5em;
	float: right
}
