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

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

#wrapper {margin-left:auto;margin-right:auto;width:750px;}
p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

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: 745px;
   text-align: left;
   background: #ffffff;
   padding: 5x;
   border: solid #dddddd 5px;
}

/* intro */

#header {
   background: #ffffff;
   height: 75px;
   color: #FFFFFF
   padding:10px;
  
}

#header h3 {
	color:#ffffff;
	position: center;
    font-size: 34px;
    padding:18px;
}

#content {
   float: left;
   width: 700px;
   margin-bottom: 30px;
   padding: 10px;
   background-color: #fff;
   color: #222222;
}

#content p {
   background: #fff;
   padding:10px;
}

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


#navigation {
   clear: both;
}

#navigation p {
   padding: 10px;
   background: #eeeeee;
}

#navigation h3 {
   margin-bottom: 10px;
   height: 25px;
   width: auto;
   background-color: #f5f5f5;
   color: #222222;
   border: solid #dddddd 1px;
   text-align: center;
}

#navigation .p1 {
   color: #3044B5;
}

#footer {
   clear: both;
   text-align: center; 
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #3044B5 1px;
   padding-top: 20px;
   color: #333;
}

#ads {float:left;}


