a
{
    color                 : #444;
}

#veryTop
{
    width                 : 952px;
    margin                : 0px auto;

    text-align            : right;
    
    color                 : #fff;
}
#veryTop a
{
    color                 : #fff;
    text-decoration       : none;
}
#veryTop a:hover
{
    text-decoration       : underline;
}

#content
{
    margin                : 5px 5px 5px 25px;
    width                 : 550px;
}
div#right
{
    width                 : 320px;
    height                : 500px;
    float                 : right;
    margin                : 5px;
}

div#right2
{
    width                 : 600px;
    height                : 500px;
    float                 : right;
    margin                : 5px;
}

#main
{
    width                 : 952px;
    border                : 1px solid #fff;
    margin                : 0px auto;
    
    text-align            : left;
}
#mainIn
{
    background            : #fff;
    margin                : 1px;
}

#topMenu
{
    background            : #749574;
    border                : 0px solid #000;
    border-width          : 1px 0px 1px 0px
}
#topMenu div
{
    margin                : 2px 4px;
}
#topMenu div a
{
    color                 : #000;
    text-decoration       : none;
}
#topMenu div a:hover
{
    color                 : #fff;
    text-decoration       : underline;
}

a#logo
{
    display               : block;
    background            : #000 url('/static/images/banners/jpg/04.jpg') 0px 0px;
    
    width                 : 950px;
    height                : 100px;
    
    /* This next line is to hide the text.. */
    text-indent           : -2000px;
}

#footerIn a
{
    color                 : #444;
    text-decoration       : none;
}
#footerIn a:hover
{
    text-decoration       : underline;
}
#footerIn
{
    color                 : #444;
    text-align            : center;
    font-size             : small;
    
    margin-top            : 100px;
    
    clear                 : both;
}
body
{
    background            : #000;

    text-align            : center;
    font                  : 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

input.text, textarea.text
{
    border                : 1px solid #777;
}
input.txtFocus, textarea.txtFocus
{
    border                : 1px solid #d55;
}
fieldset.form1
{
    width                 : 270px;
}
fieldset.form1 p
{
    margin                : 0px 0px 5px 0px;
    height                : 20px;
}
fieldset.form1 input
{
    float                 : right;
    width                 : 140px;
}
fieldset.form1 label
{
    float                 : left;
    width                 : 120px;
}
.graybg
{
    border                : 1px solid #aaa;
    background            : #eee;
    
    margin                : 10px 10px 10px 5px;
    padding               : 3px;
}
h2, h3, h4
{
    margin                : 6px 0px 0px 0px;
}
p
{
    margin                : 0px 0px 10px 0px;
}

/* Make form elements wide */
.wide
{
    width                 : 100%;
}


