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: 0px;
	border: 0px;
	margin-left: 6px;
	margin-right: 10px;
	padding-top: 5px;
	text-align: right;
}
div#logo img{
	margin: 0;
	border: 0;
}

img.left{
	float: left;
	border: 0;
}


 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:right;
	width:160px;
}

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: #000000;
	line-height: 140%;
}
 h2 {
	font-size: 14px;
	color: #383929;
	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: #FF66CC;
	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: #FF66CC;
	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: #FF66CC;
	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;
}

/* LINKS */
div#logo a:link{
	color: #666;
	text-decoration: none;
}
div#logo a:visited{
	color: #666;
	text-decoration: none;
}
div#logo a:hover{
	color: #009900;
	text-decoration: none;
}


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

#main-content a:link {
	color:#990066;
	text-decoration: none;
}
#main-content a:visited  {
	color:#990066;
	text-decoration: none;
}
#main-content a:hover      {
	color: #FF66CC; 
	text-decoration: none;
}


div#footer a:link {
	color:#990066;
	text-decoration: none;
}
div#footer  a:visited  {
	color:#990066;
	text-decoration: none;
}
div#footer  a:hover      {
	color: #FF66CC; 
	text-decoration: none;
}

#content h1{
    margin-left: 0px;
    margin-right: 0px;
}
#content h2{
    margin-left: 0px;
    margin-right: 0px;
}
#content p{
    margin-left: 0px;
    margin-right: 0px;
}