/* CSS Document */
body{background-color: #FFFFFF;margin: 0;padding: 0;}
*{font-family: Verdana, "Lucida Sans Unicode", Arial, sans-serif;}
#box_main{margin:0 auto;text-align:center;width:1000px;}
#box_header{width:1000px;height:198px;background-image:url('top.jpg');background-repeat:no-repeat;text-align:center;color: #00341A;}
#box_content{text-align:center;width:1000px;background-image:url('bg_px_main.jpg');background-repeat:repeat;}
#box_footer{width:1000px;height:187px;background-image:url('bottom.jpg');background-repeat:no-repeat;}
#content{font-size:12px;}
A:link, A:hover, A:active, A:visited{font-weight:bold;color: #00341A;text-decoration: underline;}
.product_box{float:left;min-height:150px;height:150px;width:196px;margin:1px;border:1px solid #D3AE3B;}
.product_box_padding{padding:5px;}