@charset "utf-8";
/* CSS Document */
body{font-family:Verdana, Geneva, sans-serif; background-color:#EEE}
div#header {width:900px; margin:0 auto 0 auto; background-image:url(images/logo1.jpg); height:200px;}
div#content{width:900px; margin:0 auto 0 auto; font-size:14px; background-color:#FFF;}
p{line-height:25px; margin:15px; padding:0 20px 0 20px;}
p.centered{text-align:center;}
span{padding:15px 0 0 0;}
span.bold{font-weight:bold;}

ul{ font-size:12px; margin:0 0 0 50px;}
ul li{list-style-type:disc;}
br.clearfloat{clear:both;}

div.product{width:750px; margin:8px auto 0 auto; clear:both; border-top:1px dotted #CCC;}
div.image{float:left; width:350px;}
div.description{float:left; width:360px; padding:35px 15px 0 15px; }

div#footer{width:900px; margin:0 auto 0 auto; background-color:#FFF;}
div#footer p{text-align:center;}
