/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #ffffff top repeat-x;
	color: #333333;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #860220;
	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: #333333;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 .5em
}
h3, h4{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 .5em
}
p{
	line-height: 1.8em;
	padding: 0 0 2em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 16px;
	width: 799px
}
#page-top, #page-bot{
	height: 18px;
	margin: 0 auto;
	overflow: hidden;
	width: 831px
}
#page-top{
	background: url(../images/page-top.png) top no-repeat
}
#page-bot{
	background: url(../images/page-bot.png) top no-repeat
}
/*=== Header ===*/
#header{
	height: 100px;
	margin: 0 auto;
	width: 831px
}
#header .content{
	color: #221e1f;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding: 55px 15px 0 0;
	text-align: right
}
#header .content a{
	color: #221e1f
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 280px
}
#header h1 a{
	display: block;
	height: 100px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-bgr.gif) repeat-x;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 51px
}
.nav1 ul{
	padding: 7px 0 0 11px
}
.nav1 li{
	float: left;
	line-height: 44px;
	padding: 0 4px 0 0
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 0 0 13px;
	text-decoration: none
}
.nav1 li a span{
	display: block;
	float: left;
	height: 44px;
	padding: 0 13px 0 0
}
.nav1 li a:hover, .nav1 li.active a{
	background: url(../images/nav1-hover.gif) left no-repeat;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none
}
.nav1 li.active a span, .nav1 li a:hover span{
	background: url(../images/nav1-hover.gif) right no-repeat 
}
/*- Nav2 -*/
.nav2{
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 1em
}
.nav2 li{
	background: url(../images/hl-dot.gif) bottom repeat-x;
	height: 27px;
	margin: 0 0 2px;
	padding: 0 0 3px
}
.nav2 li a{
	color: #333333;
	display: block;
	line-height: 27px;
	padding: 0 0 0 10px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #ebebeb;
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 20px 0 0;
	padding: 0 0 15px 8px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 192px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 28px;
	width: 385px
}
#centercolhome{
	float: left;
	margin: 0 0 0 28px;
	width: 520px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 165px
}
#rightcolhome{
	float: right;
	width: 565px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 20px
}
.pichome img{
	display: inline;
	margin: 0 10px 0 0
}
/*=== Footer ===*/
#footer{
	color: #221e1f;
	font-size: .85em;
	height: 25px;
	margin: 0 auto;
	width: 799px
}
#footer a{
	color: #221e1f
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}

