#wrap {width:100%; background:#f0f0f0;}
#container {margin-left:auto;margin-right:auto;width:600px;background: #ffffff;border: solid #dddddd 2px;font-family:verdana;}

/* intro */

#header {color:#000000; background: #1EB53A;
	text-align:center;
    font-size: 34px;
    width:600px;
    float:center;
}
#header a{color:#000000; text-decoration:none;font-weight:bold;}

#content {
   float: center;
   width: 580px;
   margin-bottom: 30px;
   padding: 10px;
   background-color: #ffffff;
   color: #000000;
   text-align:left;
}

#content a{color:#000000; text-decoration:none;font-weight:bold;}
#content p {
   background: #ffffff;
      font-size:10px;

}

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


#navigation {
width:600px;}

#navigation li {
   padding: 10px;
   background: #ffffff;
}

#navigation h3 {
   margin-bottom: 10px;
   padding-top: 15px;
   height: 25px;
   width: auto;
   background-color: #ffffff;
   color: #222222;
   border-top: dotted #000000 2px;
   text-align: center;
}


#footer {
   text-align: center; 
   font-size: 10px;
   margin-top: 20px;
   margin-bottom: 20px;
   border-top: dotted #000000 2px;
   padding-top: 20px;
   color: #333;
}

#ads {float:center}


