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

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

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

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

a:hover {
	text-decoration: underline;
}

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

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

#container {
   position: relative; 
   margin: 0 auto;
   width: 900px;
   text-align: left;
   background: #ffffff;
   padding: 25px;
   border: dotted #dddddd 1px;
}

/* intro */

#header {
   background: #eeeeee;
   border: #eeeeee solid 2px;
   height: 75px;
   color: #FFFFFF
   padding:10px;	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
  
}
#header a {color:#000000;}

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

#content {float: left; width: 670px; margin-bottom: 2px; padding: 2px; background-color: #ffffff; color: #222222;}
#content p {background: #ffffff; padding:10px;}
#ppage {padding:4px;float:left;border:1px #eeeeeee solid ;margin:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-opera-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}
#content h3 { color: #000; margin-bottom: 10px;}
#content h2 {padding:5px;}
#content h2 .a{color:#00000;}


#navigation {text-align: center;padding:10px;width:200px;float:right;-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;}

#navigation p {padding: 2px; background: #eeeeee;
   margin:2px;-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;}

}

#navigation h3 {margin-bottom: 2px;
   width: auto;
   background-color: #fff;
   color: #222222;
   border: solid #dddddd 1px;
   text-align: center;-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
#navigation a{font-weight:normal;text-decoration:underline;color:#000;}
#navigation a:hover{font-weight:normal;text-decoration:none;color:#0000ff;}

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

#footer {clear: both;text-align: center; background: #eeeeee; border: #eeeeee solid 2px;
   color: #FFFFFF
   padding:10px;	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
  
   
}

#ads {float:left;margin-right:5px;}
#product {margin:5px;float:left;text-align:center;border:1px solid #eeeeee;width:120px;height:160px;-moz-border-radius:5px;-webkit-border-radius:5px;-opera-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;}
#product h2{font-size:8px;text-decoration:none;}
#product a{font-size:11px;text-decoration:none;}
#product img{height:100px;width:100px;border:none;}
.left {float:left;margin-right:2px;}

