html, body{ 
	margin:0; 
	padding:0; 
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	background-color: #E4DBB8;
}

/* Link styles */

a:link {
	color:#675D2B;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #3A335F;
}

/* Main content container */
 
#pagewidth{ 
	width:750px; 
	text-align:left;  
	margin: 10px auto;
} 

/* Page header */
 
#header{
	position:relative; 
	height: 60px; 
	width:100%;
}

/* Top horizontal navigation */

#topnav {
	margin: 0;
	padding: 0;
	background-color: #9D8D40;
	height: 25px;
}

/* Main content column */
 
#maincol{
	background-color: #D6C794;  
	float: right; 
	display:inline; 
	position: relative; 
	width: 738px;
	font-size: 14px;
	line-height: 150%;
	padding: 5px;
	border-left: 1px solid #9D8D40;
	border-right: 1px solid #9D8D40;
 }
 
/* Header styles */

h1 {
	font-size: 140%;
	margin: 0.2em 0;
}

h2 {
	font-size: 110%;
	margin: 0.2em 0;
}

.breadcrumb {
	font-size: 70%;
}
 
/* Page foooter */

#footer{
	background-color:#9D8D40; 
	clear:both;
	color: #FFF;
	text-align: right;
	font-size: 80%;
	padding: 3px;
 }
 
 /* Category table */
 
 .cat_table td img {
 	display: block;
	border: 1px solid #9D8D40;
}

.img_border {
	border: 1px solid #9D8D40;
}

/* News items */

.newsbox {
	border-bottom: 1px solid #9D8D40;
	float: left;
	width: 99%;
	padding: 4px 2px;
	margin: 4px 0;
}

.newsbox img {
	float: right;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  