
#container {
width: 900px;

border: solid 1px #336666;

}



#header {
width: 100%;
position: relative;
height: 170px;
background-image: URL(perish_logo.gif);
border-bottom: 2px solid #336666;
}

#body {
float: center;
width:900px;
height:400px;

clear:both;

}


#menu_bar {
float: center;
width: 900px;
height: 30;
background-color:#e6e6fa;
border-bottom: 2px solid #336666;
}

#footer  {
width: 900px;
position: relative;
height: 30px;
clear: both;
background-image: URL(nbground.gif);
background-color: #000000;
}
.Horzlinks  {
position: absolute; top:20px; left:60px;
}
.Horzlinks ul {
margin: 0;
}
.Horzlinks li {
margin: 0px 20px 0px 0px;
list-style-type: none;
display: inline;
}



