body { 
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Comic Sans MS",arial;
}

#center	{ 
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#page { 
    position: relative;
    margin: 0;
    padding: 0;
    width: 710px;
}

#top_border {
    position: relative;
    margin: 0;
    padding: 0;
    height: 9px;
    background-image: url(../images/top.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}

#header {
    position: relative;
    margin: 0;
    padding: 20px;
    padding-top: 10px;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
}

#navigation {
    position: relative;
    margin: 0;
    padding: 10px;
    padding-top: 10px;
    height: 20px;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
}

#content {
    position: relative;
    margin: 0;
    padding: 20px;
    background-image: url(../images/background.gif);
    background-repeat: repeat-y;
    height: 100%;
}

#bottom_border {
    position: relative;
    margin: 0;
    padding: 0;
    height: 9px;
    background-image: url(../images/bottom.gif);
    background-repeat: no-repeat;
}

#navigation ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#navigation ul li {
    float: left;
    padding: 0px 10px 2px 10px;
    background-image: url(../images/menu_separator.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#navigation a {
    position: relative;
    text-decoration: none;
}

#navigation a:hover {
    text-decoration: underline;
}

#navigation a.selected {
    position: relative;
    color: black;

}

.image_list {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.image_list li {
    float: left;
    padding: 0px 10px 2px 10px;
}

.product_list {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.product_list li {
    float: left;
    padding: 10px 0px 0px 20px;
}

.news li {
    padding-bottom: 10px;
}

.news_year {
    list-style: none;
    font-weight: bold;
    text-decoration: underline;
}

.news_archive {
    list-style: none;
    text-decoration: underline;
}

a {
    color: #497d2f;
}

img {
    border: black solid 2px;
}

p {
    margin: 0px 0px 15px 0px;
}

