body {
	margin:0;
	padding:0;
	background: rgb(240,240,240);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color:#333;
}
/* global container */
#wrapper{ width: 918px; /*min-height:1500px;*/ margin:0px auto;background:#FFF url(gfx/bodybg.png) repeat-y; }
#super{ width:100%; background:#FFF url(gfx/bodybg.png) repeat-y; margin:0; padding:0;}
#cb{ margin-right:9px; margin-left:8px; width: 900px;  }

#left{ float:left; width: 190px; margin:0 auto; padding:3px; font-size:11px; }
#right{ float:right; width: 180px; margin:0 auto; padding:3px; font-size:11px; }

/* Header */
#header{
	width:900px;
	height:140px;
	margin:0 auto;
	background:#000 url(gfx/header.jpg) no-repeat right;	
}

/* Content */
#content{ width: 490px; float:left; margin: 0 auto; background: #fff url(gfx/bg.jpg) repeat-y left; padding:10px 5px 10px 10px; color:#000; }
#content p {
	margin: 0;
	padding:5px 0;	
	color:#000;
	line-height:1.8em;
	font-size:0.85em;
}
#left p{ clear:both; margin:4px; }
#content ul{ list-style-type:square; }
/* Footer */

#left ul{
	margin-left:13px;
	padding:5px 0px;
	/*list-style: square;*/
}
#left ul ul{ margin-left: 16px;}
/*
#left li{ height:25px; width:190px; padding-left: 5px; border-bottom:1px solid #CCC; }*/
#left ul { margin-bottom: 1em }
#left ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#left ul ul ul { border-bottom: none; margin-bottom: 0; }



#left a {
	height:20px;
	text-decoration: none;
	font-weight: bold;
	margin-left:10px;
}
#left a:hover, 
#left a:active
#left li.current_page_item a:link,
#left li.current_page_item a:visited,
#left li.current_page_item a:hover,
#left li.current_page_item a:active{ text-decoration:underline; color: rgb(120,20,20);}
#left #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/feed.gif) no-repeat 10px 50%;
	border: none;
}

.abox{
	width:210px;
	height:210px;
	float:left;
	margin:5px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#4D6600;
}
h2{font-size:1.5em;line-height:1.5em;}
h3{font-size:1.3em;line-height:1.2em;}
p, blockquote, ul, ol {
	margin-top: 0;
	line-height:1.8em;
}
img.left{
	float:left;
	margin:0 1em 1em 0;
}
img.right{
	float:right;
	margin:0 0 1em 1em;
}
a:link, a:visited{
	color: #4D6600;
	/*border-bottom: 1px dotted #558F00;*/
	text-decoration: none;
}
a:hover, a:active {
	color: #900a09;
	border-bottom: 1px solid #326434;
}
h1 a:link, h1 a:visited {
	color:rgb(197,30,58);
	border-bottom: 1px dotted #558F00;
	text-decoration:none;
}
h1 a:hover, h1 a:active{
	color: #4D6600;
	border-bottom: 1px solid #326434;
}
a img{
    border:0;
    padding-bottom:3px;
}
a:link img, a:visited img{ border-bottom:1px dotted;}
a:hover img, a:active img{ border-bottom:1px solid;}
.clear{
	clear: both; 
	height: 1px;
}
#footer{ clear:both; width:100%; height:47px; background:#CCC; text-align:center;}
#footer a,#footer a:hover,#footer a:link,#footer a:visited, #footer a:active{ color: #4D6600 !important; text-decoration:none !important; font-size:9px; padding:0px; margin:0px auto; border:none; }
div.lkcont li{ float: left; width: 110px; }