html, body{ 
 font-family:Arial, Helvetica, sans-serif;
 font-size:90%;
 background-color:#FFFFFF;
 color:#666666;
} 
 
#wholepagewidth{ 
 width:800px; 
 margin-left:auto; 
 margin-right:auto; 
} 
 
#header{ 
 height:190px; 
 width:100%; 
} 

#leftcolumn{
 width:170px; 
 float:left;
 position:relative; 
}
 
#maincolumn{ 
 width:100%; 
}
 
#maincolumn_product{ 
 margin-left:180px;
 width:605px;
}
 
#footer{
 height:60px; 
 color:#0099CC;
 text-align:center;
} 
 
#footer1{
 height:35px; 
 color:#0099CC;
 text-align:center; 
 font-size: 80%;
} 

.menulinks ,menulinks:hover {margin-left:10px;color:#0099CC; text-decoration:none; font-weight:bold;}
.menulinks:hover {color:#33CC00;}

.links ,links:hover {color:#0099CC; text-decoration:none; font-weight:bold;}
.links:hover {color:#33CC00;}

.detailslinks ,detailslinks:hover {color:#0099CC; text-decoration:none; font-size: 80%;}
.detailslinks:hover {color:#33CC00;}

.image ,image:hover {color:#0099CC; border:1px solid;}
.image:hover {color:#33CC00;}

.footerlinks ,footerlinks:hover {color:#0099CC; text-decoration:none; font-weight:bold;}
.footerlinks:hover {color:#33CC00;}

.smalllinks ,smalllinks:hover {color:#0099CC; text-decoration:none;}
.smalllinks:hover {color:#33CC00;}

.title {color:#0099CC; text-decoration:none; font-weight:bold;}
.sale {color:#FF0000; text-decoration:none; font-weight:bold;}
.footerdiv {color:#0099CC; font-weight:bold;}
.desc_text{text-align:left;}
