html, body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Tahoma, verdana, helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

body
{
    background-color: #990066;
}

fieldset
{
    margin: 0px;
    padding: 0px;
}

a
{
    color: #333333;
}

img
{
    border: 0px;
}

form, td, tr, table, li, ul, ol, img
{
    padding: 0px;
    margin: 0px;
}

h1
{
    text-align: center;
    height: 30px;
    color: #ffd2e9;
    font-size: 11pt;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
}

div
{
    padding: 0px;
    margin: 0px;
}

input[type=submit], textarea, select, input[type=password], input[type=text], input[type=reset], input[type=button], input[type=file]
{
    border: 1px solid #cc0066;
    background-color: #ebebeb;
}

#sitecontainer
{
    width: 800px;
    margin: 0 auto;
}

#leftbar
{
    float: left;
    width: 198px;
}

#centerrightcontainer
{
    background-color: #f0f0f0;
    float: left;
    width: 590px;
}

#centerbar
{
    float: left;
    width: 395px;
}

#rightbar
{
    float: left;
    width: 195px;
}

#footer
{
    background-repeat: no-repeat;
    height: 30px;
    width: 600px;
    padding-top: 10px;
    text-align: center;
}

.menuitem
{
    background-image: url(../images/grumpymenu.gif);
    background-repeat: no-repeat;
    width: 190px;
    border: 1px solid #ff75d2;
    background-color: #4f0035;
}

.menuitem li
{
    margin-left: 30px;
    list-style: url(../images/bullet.gif);
    list-style-type: none;
    font-size: 11px;
    padding-bottom: 3px;

}

.menuitem a
{
    color: #eebed8;
    text-decoration: none;
}

.menuitem a:hover
{
    text-decoration: underline;
}

.menuitemright
{
    width: 190px;
}

.menuitemright li
{
    margin-left: 30px;
    list-style: url(../images/bulletgray.gif);
    list-style-type: none;
    padding-top: 2px;
    width: 380px;
}

.menuitemright a
{
    color: #0000ff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.menuitemright a:hover
{
    text-decoration: underline;
}

.menuitemright h1
{
    background-image: url(../images/grumpymenuorange.jpg);
    background-repeat: no-repeat;
    text-align: center;
    height: 30px;
    color: black;
    font-size: 11pt;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    margin: 0px;
}

.menuitemright
{
    width: 190px;
}

.menuitemright li
{
    margin-left: 30px;
    list-style: url(../images/bulletgray.gif);
    list-style-type: none;
    padding-top: 2px;
}

.menuitemright a
{
    color: #0000ff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.menuitemright a:hover
{
    text-decoration: underline;
}

.menuitemright h1
{
    background-image: url(../images/grumpymenuorange.jpg);
    background-repeat: no-repeat;
    text-align: center;
    height: 30px;
    color: black;
    font-size: 11pt;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    margin: 0px;
}

.menuitemcenter
{
    margin-left: 10px;
}

.menuitemcenter li
{
    list-style: none;
    list-style-type: none;
    padding-top: 2px;
}

.menuitemcenter a
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

.menuitemcenter a:hover
{
    text-decoration: underline;
    color: #a52078;
}

.menuitemcenter h1
{
    background-image: url(../images/grumpymenugray.jpg);
    background-repeat: no-repeat;
    text-align: center;
    height: 30px;
    color: white;
    font-size: 13pt;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    width: 360px;
}

/*
#menubar
{
    height: 45px;
    width: 100%;
    background-image: url(../images/layout/menu_bg.jpg);
}

#menubar ul
{
    list-style: none;
    list-style-type: none;
}

#menubar li
{
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    height: 45px;
    list-style-type: none;
    list-style-image: none;
}

#menubar li a
{
    height: 100%;
    width: 100%;
    display: block;
}*/