#header {
height: 201px;
width: 721px;
background-image: url(../images/header.gif);
}
body: { text-align: center; }
#menu-div {
float: right;
margin: 20px 25px 0px 0px;
}

ul.menu, ul.menu li {
list-style-type: none;
font-size: 20px;
color: white;
display: inline;
padding-left: 6px;
}

a:link {color: #8C9B6E}     
a:visited {color: #8C9B6E}
a:active {color: #8C9B6E} 
a:hover {font-weight:bold;}
a {text-decoration:none}

#main {
background-color: #fff;
width: 719px;
min-height: 350px;

}

img {
padding: 4px;
}

#main a:link {color: #000}     
#main a:visited {color: #000}
#main a:active {color: #000} 
#main a:hover {font-weight:bold}
#main a {text-decoration:none}

p {
text-indent: 1.5em;
padding: 4px;
}

#footer {
width: 721px;
background-color: #C5D89E;
color: #fff;
}


#prod a:link {color: #000}     
#prod a:visited {color: #000}
#prod a:active {color: #000} 
#prod a:hover {font-weight:bold}
#prod a {text-decoration:none}

#prodtbl {
width: 85%;
border-collapse: collapse;
text-align: center;
padding: 4px;
}
#prodtbl td {
border: 1px solid #000;
}

