body
{
    font : normal 83% "tahoma" , georgia , verdana , sans-serif;
    color : rgb(104 , 131 , 69);
    background : rgb(136 , 149 , 111) url("bg_melon2.gif") top left no-repeat scroll;
}
h1
{
    margin : 0;
    color : rgb(81 , 38 , 45);
    font-variant : small-caps;
}
h3
{
    margin : 0;
    text-align : center;
    border-bottom : dashed 1px rgb(81 , 38 , 45);
    color : rgb(81 , 38 , 45);
}
a
{
    color : rgb(53 , 72 , 78);
    text-decoration : none;
}
a:hover
{
    color : rgb(214 , 242 , 158);
    text-decoration : underline;
}
.small
{
    margin-left : 10px;
    font-size : 50%;
}
.menu ul
{
    margin : 0;
    margin-top : 4px;
    margin-bottom : 10px;
    padding : 0;
    list-style : none;
}
.menu a
{
    width : 93%;
    margin : 1px;
    padding : 2px;
    display : block;
    border : solid 1px rgb(53 , 72 , 78);
    background-color : rgb(214 , 242 , 158);
    color : rgb(53 , 72 , 78);
}
.menu a:hover
{
    background-color : rgb(240 , 55 , 50);
    color : rgb(255 , 255 , 255);
    text-decoration : none;
}
.rightmenu
{
    margin : 5px;
}
.rightmenu ul
{
    margin : 0;
    margin-top : 8px;
    margin-bottom : 8px;
    padding : 0;
    list-style : none;
}
.rightmenu li
{
    margin-top : 5px;
    marginbottom : 5px;
}
.rightmenu a
{
    color : rgb(214 , 242 , 158);
}
.rightmenu a:hover
{
    color : rgb(50 , 67 , 57);
    text-decoration : underline;
}
#header
{
    margin-bottom : 25px;
    text-align : center;
}
#topnav
{
    margin-bottom : 25px;
    text-align : center;
}
#left
{
    float : left;
    width : 15%;
    margin-bottom : 25px;
    padding : 5px;
    background-color : rgb(104 , 131 , 69);
    border : solid 3px rgb(50 , 67 , 57);
}
#left h3
{
    color : rgb(214 , 242 , 158);
    border-bottom : dashed 1px rgb(50 , 67 , 57);
}
#right
{
    float : right;
    width : 18%;
    background-color : rgb(104 , 131 , 69);
    border : solid 3px rgb(50 , 67 , 57);
}
#right h3
{
    color : rgb(214 , 242 , 158);
    border-bottom : dashed 1px rgb(50 , 67 , 57);
}
#content
{
    margin-left : 18%;
    margin-right : 20%;
    padding : 5px;
    padding-left : 8px;
    padding-right : 8px;
    background-color : rgb(250 , 255 , 186);
    border : solid 3px rgb(81 , 38 , 45);
}
#content p
{
    text-align : center;
}
#content a:hover
{
    color : #00FF33;
}
#footer
{
    clear : both;
    margin-top : 25px;
    text-align : center;
}
