﻿body 
{
   	background: #003300;
    color: white;
    text-align: center;
}

a
{
    text-decoration: none;
    color: White;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

#wrapper
{
    width: 800px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}

#header-left
{
    width: 120px;
    float: left;
}

#header-center
{
    width: 560px;
    float: left;
    text-align: center;
}

#header-center h1, #header-center h3
{
    margin-top: 0;
    margin-bottom: 0;
}

#header-center p
{
    font-weight: bold;
}

#header-right
{
    width: 120px;
    float: right;
}

#content
{
    clear: both;
    padding-top: 10px;
    margin-top: 0;
}

#nav
{
    width: 200px;
    margin-right: 20px;
    float: left;
    border: solid 2px;
}

#nav ul
{
    list-style: none;
}

.navheading
{
    color: #003300;
    background-color: White;
    text-align: center;
    font-weight: bold;
}

#nav a:hover
{
    color: #003300;
    background-color: #FFFFFE;
    text-decoration: none;
}

#details
{
    width: 550px;
    float: left;
    margin: 0;
    padding: 0;
}

.justifytext
{
    text-align: justify;
}

.newspic
{
    margin-top: 20px;
    padding-top: 0;
    width: 150px;
    float: left;
    text-align: center; 
}

.newsitem
{
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 0;
    width: 380px;
    float: left;
    text-align: justify;
}

.imagemenu
{
    padding-top: 0;
    margin: 20px 10px 0 10px;
    width: 160px;
    height: 200px;
    float: left;
    text-align: center; 
    border: solid 1px;
}

p.navheading
{
    margin-top: 0;
}

#prodimage, #prodtext
{
    width: 250px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

