/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg) #c2bca3 no-repeat center top;
	color: #463838;
	font: .8em Georgia,"Times New Roman", Times, serif
}
a{
	color: #463838;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2, h3{
	color: #555249;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 1em
}
h3{
	font-size: 1.6em;
	margin: 0 0 .2em
}
p{
	line-height: 1.8em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png);
	margin: 0 auto;
	width: 814px
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png) repeat-y right;
	height: 94px;
	margin: 0 auto;
	width: 814px
}
#header .content{
	float: right
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	margin: 22px 0 0 -53px;
	position: absolute;
	text-indent: -9999px;
	width: 182px
}
#header h1 a{
	display: block;
	height: 89px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/

/*

.nav1{
	float: right;
	font-size: 12px;
	height: 22px;
	padding: 70px 10px 0 0;
	text-transform: uppercase
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 16px;
	padding: 0 10px
}
.nav1 li.last{
	background: none
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 li.active a{
	text-decoration: underline
}

*/

/*=== Title Placeholder ===*/
.title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 30px 20px 60px 50px
}
.col1{
	float: left;
	width: 320px
}
.col2{
	float: right;
	margin: 10px 0 0;
	text-align: right;
	width: 418px
}
.col2 p{
	padding: 0 13px 0 0
}
.col3{
	float: left;
	width: 268px
}
.col4{
	float: left;
	width: 305px
}
.col5{
	float: left;
	width: 186px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 .3em
}

.news {
	width: 650px;
	height: 400px;
	padding: 5px;
	border: solid 1px gray;
	overflow-x:hidden;overflow-y:auto
	}
	
/*=== Footer ===*/
#footer{
	background: url(../images/footer-bgr.png);
	color: #2b2f31;
	font-size: .85em;
	height: 1%;
	margin: 0 auto .5em;
	padding: 13px 15px 13px 35px;
	width: 764px
}
#footer a{
	color: #2b2f31;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
#footer h2{
	background: url(../images/hl-dot.gif) repeat-x bottom;
	color: #485860;
	font: bold 1.9em "Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 .7em;
	padding: 0 0 .2em;
	text-transform: uppercase
}
#footer li{
	padding: 0 0 .6em
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	height: 10px;
	margin: 0 auto;
	overflow: hidden;
	width: 814px
}
/*- Copyright Info -*/
#copyr{
	color: #2b2f31;
	font-size: .8em;
	text-align: center
}
#copyr a{
	color: #2b2f31;
	text-decoration: none
}
#copyr a:hover{
	text-decoration: underline
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

.listy li{
list-style-type: disc;
margin-left: 25px;
padding-bottom: 5px
}













