@charset "utf-8";
/* CSS Document */

body{
	background-color:#569ABC;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
h1{font-size:18px;font-weight:bold;margin-top:0px;}
h2{font-size:14px;font-weight:bold;margin-top:0px;}
.price{
font-size:24px;
}
#clear{clear:both;}
#outerWrap{width:100%}
#innerWrap{width:605px;margin-left:auto;margin-right:auto;}
#header{background-image:url(../images/header.jpg);height:146px;width:605px;}
#contentWrap{background-image:url(../images/background.jpg);width:605px;}
#content{margin-left:50px;}
#footer{background-image:url(../images/footer.jpg);width:605px;height:11px;}

#titleHead{padding:20px 0 0px 115px;}
#product{padding:15px 0;}
#product-price{float:left;width:97px;height:89px;}
#product-image{width:89px;height:89px;text-align:center;float:left;margin-left:25px;}
#product-copy{float:left;width:250px;margin-left:25px;}
