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

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

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

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

a:hover {
	text-decoration: underline;
}

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

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

#container {
   position: relative; 
   margin: 0 auto;
   width: 808px;
   text-align: left;
   background: #f5f5f5;
}

/* intro */

#header {
   background: url('header.jpg');
   border: #eeeeee solid 2px;
   height: 75px;
   color: #FFFFFF;
      	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
		border: solid #dddddd 2px;

   
  
}

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

#header slogan {
	position: center;
	font-size: 25px;
}


#mainpost {
   float: left;
   width: 620px;
   margin-bottom: 30px;
   padding: 5px;
   background-color: #ffffff;
   color: #000000;
      	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	border: solid #dddddd 2px;
}

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


#supportingText {padding-left:5px;background:#f5f5f5;float:right;width:165px;   	
-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius:15px;
	-khtml-border-radius:15px;
	border-radius:15px;
	border: solid #dddddd 2px;}
#supportingText h3 {font-size:14px;text-decoration:underline;font-weight:normal;color: #000;}
#supportingText li{font-size:12px;list-style:none;text-decoration:underline;margin-left:4px;}
#supportingText a{color:#000;font-weight:normal;}

#footer {clear: both;text-align: center; font-size: 70%; margin-top: 20px; color: #333;}
#ads {float:left;}


