/*
Coded by oh-doll.net
http://www.oh-doll.net
*/


/*Main Stylings*/
	body {
	padding:0;
	background-repeat: repeat;  
	background-image:url('bg.jpg'); 
	background-color: #b7b7b7; 
	background-attachment: fixed;
	color:#564d46;  
	font-family: Verdana;
	font-size:7.5pt;}

a {
	color:#433a32;
	text-decoration:none;}

a:hover {
	color:#34c1d2;
	text-decoration:none;}

/*Other*/
.newsheader {
	color: #fff;  
	font-size: 10pt; 
	font-family:Verdana; 
	line-height: 13pt;
	text-align: center;
	text-transform: uppercase; 
	margin:0;
	padding-right: 15px;
	background: #e2e2e2;}

.sideheader {
	color: #abc770;  
	font-size: 7pt; 
	font-family:Verdana; 
	line-height: 13pt;
	text-align: right;
	text-transform: lowercase; 
	margin:0;
	padding-right: 15px;
	background: #f8f5f5 url(corner_bottom_right.gif) bottom right no-repeat;}

h1 {
	font-size:18px; 
	font-weight:bold; 
	color:#83807e;}

h2 {
	font-size:18px; 
	font-weight:bold; 
	color:#908d8b;}

h3 {
	font-size:18px; 
	font-weight:bold; 
	color:#9a9795;}

/*Latest News*/
dl {
	margin:1em auto;
	width: 140%;
	font-size: 90%;}

dt {
	float: RIGHT;
	width: 120px;
	background-color:#e1e1e1;}

dd {
	margin: 0 0 1.4em 68px;
	background-color: #f5f5f5;}

dd.image {
	float: left;
	margin: 0;}

