/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #dbe5bb repeat-x top;
	color: #000000;
	font: .75em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #0d4d02;
	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{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.4em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: transparent;
	margin: 0 auto;
	width: 775px;
	
}
/*=== Header ===*/
#header{
	height: 83px;
	margin: 0 auto;
	overflow: hidden;
	width: 775px
}
#header .content{
	color: #a4b46c;
	float: right;
	font-size: 25px;
	line-height: 25px;
	padding: 16px 0 0;
	text-align: right
}
#header .content a{
	color: #a4b46c
}
#header .content em{
	font-size: 20px;
	font-style: normal
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	margin: 0 0 1px;
	text-indent: -9999px;
	width: 495px
}
#header h1 a{
	display: block;
	height: 83px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/







/*=== Title Placeholder ===*/
/*
.title img{
	display: block
}
*/



/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 13px 14px;
	background: #ffffff
}
/*=== Sub Columns ===*/
.subcols{
	background: #fff url(../images/subcols-bgr.gif) repeat-x top;
	height: 1%;
	padding: 0 14px 10px
}
.subcols h2{
	color: #ffffff;
	font-size: 18px;
	line-height: 34px;
	margin: 0 0 .6em
}
.subcols .col3 h2{
	padding: 0 0 0 15px
}
.subcols .col5 h2{
	padding: 0 0 0 15px
}
.col1{
	float: left;
	font-size: 1.4em;
	margin: 14px 0 0;
	position: relative;
	width: 410px;
	
}
.col2{
	float: right;
	width: 315px
}
.col3{
	float: left;
	width: 218px
}
.col4{
	float: left;
	margin: 0 0 0 15px;
	width: 310px
}
.col5{
	float: right;
	width: 155px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	margin: 0 0 1em
}
/*- List2 -*/
.list2 ul{
	background: #f5f6f2;
	padding: 10px 0 10px 20px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block; 
}
.ads img{
	float: left
}
/*=== Footer ===*/
#footer{
	color: #0d4d02;
	font-size: .9em;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 775px
}
#footer a{
	color: #0d4d02
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.ar{
	text-align: right
}
