.home
{
background-image:url(images/home.gif);
}
.home:hover
{
background-image:url(images/homeover.gif);
}
.aboutus
{
background-image:url(images/aboutus.gif);
}
.aboutus:hover
{
background-image:url(images/aboutusover.gif);
}
.products
{
background-image:url(images/products.gif);
}
.products:hover
{
background-image:url(images/productsover.gif);
}
.private
{
background-image:url(images/private.gif);
}
.private:hover
{
background-image:url(images/privateover.gif);
}
.contact
{
background-image:url(images/contact.gif);
}
.contact:hover
{
background-image:url(images/contactover.gif);
}
img
{
border:0px;
}
body
{
background:#783C00;

}
.content
{
background:#ffffff;
line-height:14px;
font-family:verdana;
font-size:12px;
text-align:left;
border:2px solid #000000;
padding:12px;
<!--[if IE]>
width:697;
<![endif]-->
<![if !IE]>
width:697;
<![endif]>
}
.left
{
width:2px;
float:left;
background-image:url(images/leftedge.gif);
}
.right
{
width:3px;
float:right;
background-image:url(images/rightedge.gif);
}
.main
{
width:700;
}
.text
{
line-height:14px;
font-family:verdana;
font-size:12px;
text-align:left;
}
.error
{
color:#cc0000;
}