* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   background: #f5f5f5;
   color: #000; 
   text-align: center; 
   min-width: 600px; 
   font-family: lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 1.2;
   font-size: 10px;
}

a, a:link, a:visited {
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #222222;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 560px;
   text-align: left;
   background: #ffffff;
   padding: 20px;
   border: solid #dddddd 5px;
}

/* intro */

#header {
   background: url('/images/header.jpg');
   border: #eeeeee solid 2px;
   height: 80px;
   width: 546px;
   color: #FFFFFF
   float:center;
  
}

#header h3 {
	color:#ffffff;
    font-size: 12px;
    padding:5px;
}


#content {
   float: left;
   width: 540px;
   margin-bottom: 30px;
   padding: 10px;
   background-color: #ffffff;
   color: #222222;
}
#content h2 {font-size:11px; padding:5px;} 
 
#content p {
   background: #ffffff;
}

#content h3 {
   color: #000;
   margin-bottom: 10px;
}

#content li {padding-bottom: 10px;}

#navigation {;width:400px;margin-left:auto;margin-right:auto;border-bottom: solid #dddddd 1px;}
#navigation H3 {text-align: left;font-size:10px;margin-top:5px;}
#navigation li {list-style:none;font-size:9px;}
#navleft {padding:2px;float:left;}
#navright {padding:2px;float:right;}

#footer {clear: both;text-align: center;font-size:10px;padding-top: 20px; color: #333;}

#ads {float: left}




