body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2; 
	margin:0;
	padding:0;
	font-family:arial,  helvetica, sans-serif;
	font-size:9pt;
	color:#000;
	background:#97BE25;
}

#container {
	width:860px;
	margin:20px auto 20px auto;
	border:1px solid #000;
	background:#fff;
	
}

#header {
	
	height:80px;
	background:url(images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:10px solid #77a13d;
	background:#77a13d;
}

#header a {
    color:#eee;
}
/*
#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}
*/
#header #topleft {
	color:#fff;	
	float:left;
	padding: 10px 10px 5px 10px;
}

#header #topleft h1 {
	color:#eee;
	font-size:22pt;
	margin:0;
	padding: 10px 10px 5px 10px;
	letter-spacing:2px;
}

#header #topleft h3 {
	color: #eee;
	font-size:12pt;
	margin:0;
	padding:0px 10px 10px 10px;
	letter-spacing:2px;
	
}

#header #topright 
{
    float:right;    	
	width:500px;
	padding: 0px 10px 0px 10px;
	text-align:right;
	color:#fff;
}

#content {
	width:600px;
	padding:10px;
	float:right;
	
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	/*color:#333;*/
	color: #386060;
	font-size:12pt;
	padding-bottom:2px;
	padding-top:2px;
}

#content p {
	color:#444;
	line-height:175%;	
	font-size:12px;	
}

#forms {
	width:550px;	
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.italicfont 
{
 font-size:11px;
 color:#333; 
 font-style:italic;
}

#photos {
	width:430px;
	height:344px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
	text-align:center;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	/* color:#060; */
	color: #386060;
	text-indent:30px;
	text-decoration:none;	
	border:none;
}

#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}

#sidebar ul li .hott 
{
    background-image:,url(images/hot-12x16.png);
    background:url(images/hot-12x16.png) top left no-repeat #f2f7e9;    
    color:#da2a2a;

    /* background:url(images/hot-12x16.png) 26px top no-repeat #f2f7e9;	   */
	
}

.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

.widget h3
{
    color:#060;	
	font-size:12pt;
}

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

#footer a {	
	color:#fff;
	font-size:8pt;
	
}

a {
	color: #da2a2a;
	font-weight:normal;
}

a:hover {
	/*background:#FFFFDD;*/
}