body { 
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 100%; 
	font-family: verdana, arial, sans-serif;
	font-size: 10px; 
	color: #383929; 
	text-decoration: none ;
}

/* DIVS */
div#main{
	background: #FFF;
	width: 912px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
div#logo {
	height: 6px;
	border: 0px;
}

 div#header {
	color: #fff;
	background-color: #333;
	border: 0;
	width: 900px;
	height: 100px;
	margin-right:auto;
	margin-left:auto;
	background:url('img/header.jpg');
}
 div#subheader {
	color: #fff;
	border: 0;
	width: 900px;
	height: 10px;
	margin-right:auto;
	margin-left:auto;
}
div#container {
	width:900px;
	margin:0 auto;
	text-align:left;
}
	
div#navigation {
	float:left;
	width:180px;
}
		
div#wrapper {
	 float:left;
	 width:735px;
}
		
div#main-content {
	float:right;
	width:550px;
	background:url('img/back3.gif');
}
		
div#googleAds {
	float:left;
	width:160px;
}
div#googleAdsPrim {
	margin-left:6px;
	margin-top: 30px;
	
}
div.googles{
	margin-left:6px;
}

div#footer {
	clear: both;
	text-align:center;
	border: 0px;
	color: #333;
	font-size: 10px;
}

div#content {
	margin-left: 6px;
	margin-right: 6px;
	line-height: 140%;
	font-size: 11px;
}

div#counter {
	text-align: center;
}

div#links {
	margin: 0px;
	margin-top: 15px;
	line-height: 180%;
	font-size: 10px;
}
div#links p{
	margin-top: 2px;
	font-size: 10px;
}
/* TEXT */
 h1 {
	font-size: 16px;
	margin: 6px;
	color: #0060AE;
	line-height: 140%;
}
 h2 {
	font-size: 14px;
	color: #0060AE;
	line-height: 140%;
	margin: 6px;
}

p {
	font-size: 11px;
	margin: 6px;
	line-height: 140%;
	color: #383929;
}

/* DL MENU */

dl {
	width: 180px;
	padding: 0px;
	background: #FFFFFF;
	border: 0px;
	margin: 0px;
}
dd {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}
dd a {	
	display: block;
	padding: 6px;
	margin: 0px;
	margin-bottom: 1px;
	background: #E2E2E2;
	height: 1%;
	line-height: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold; 
}
dd a:hover {	
	border: 0px;
	background: #0060AE;
	margin-bottom: 1px;
	color: #FFF;
}

dd.sub {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
}
dd.sub a {	
	display: block;
	border-left: 4px solid #ccc;
	padding: 6px;
	margin: 0px;
	margin-bottom: 1px;
	background: #F1F1F1;
	height: 1%;
	line-height: 14px;
	color: #666;
	text-decoration: none;
	font-weight: bold; 
}
dd.sub a:hover {	
	border: 0px;
	border-left: 4px solid #ccc;
	background: #0060AE;
	margin-bottom: 1px;
	color: #FFF;
}

img.boxed {
	margin-right: 6px; 
	margin-left: 6px; 
	margin-top: 6px; 
	padding: 4px; 
	background: #FFFFFF;
	border: 1px solid #666666; 
}

div#links a:link{
	color: #666;
	text-decoration: none;
}
 div#links a:visited{
	color: #666;
	text-decoration: none;
}
 div#links a:hover{
	color: #009900;
	text-decoration: none;
}

 a.title:link{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.title:visited{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
 a.title:hover{
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
