body
{
    margin:5em 0em;
    padding: 0em;
    text-align: center;
    background-image: url('/img/background.png');
    background-attachment: fixed;
    font-family: Verdana, sans-serif;
}

P
{
    text-indent: 1em;
    margin: 0em;
    padding: .5em;
    font-size: small;
}

UL
{
    font-size: small;
    list-style-position : inside;
}

OL
{
    font-size: small;
}

OL LI
{
    padding-top: .5em;
}

OL.no-markers
{
    list-style-type: none;
}

.quote
{
    text-indent: 0em;
    background-color: #FFCD62;
    border-left: .3em solid #DE9700;
    margin-top: .75em;
    margin-left: 1em;
    margin-right: 2em;
}

H1, H2, H3, H4, H5, H6
{
    margin: 0em;
    font-family: Georgia, serif;
}

H1
{
    font-size: x-large;
    text-align: center;
}

H2
{
    font-size: large;
    text-align: center;
}

#container
{
    width: 36em;
    margin: 0em auto;
}

#header
{
    position: relative;
    height: 85px;
}

#header-left
{
    background: url('/img/dancing-left.png') bottom right no-repeat;
    width: 5em;
    position: absolute;
    top: 0em;
    left: 0em;
    height: 100%;
}

#header-center
{
    background: url('/img/masthead.png') center center no-repeat;
    margin-left: 5em;
    margin-right: 5em;
    height: 100%;
}

#header-right
{
    background: url('/img/dancing-right.png') bottom left no-repeat;
    width: 5em;
    position: absolute;
    top: 0em;
    right: 0em;
    height: 100%;
}

#menu-top
{
    position: relative;
    height: 16px;
    font-size: smaller;
}

#menu-top-left
{
    background: url('/img/top-left-corner.png') bottom right no-repeat;
    width: 16px;
    position: absolute;
    top: 0em;
    left: 0em;
    height: 100%;
}

#menu-top-center
{
    background-color: #FFAE00;
    margin-left: 16px;
    margin-right: 16px;
    height: 100%;
}
    
#menu-top-right
{
    background: url('/img/top-right-corner.png') bottom left no-repeat;
    width: 16px;
    position: absolute;
    top: 0em;
    right: 0em;
    height: 100%;
}

#menu
{
    position: relative;
    height: 2em;
    background-color: #FFAE00;
    background-image: url('/img/menu-border.png');
    background-repeat: repeat-x;
    background-position: center 40%;
}

#menu ul
{
    margin: 0em;
    padding: 0em;
    list-style-type: none;
    display: inline;
    position: absolute;
    left: 2em;
}

#menu ul li
{
    float: left;
}

#menu ul li a
{
    color: black;
    padding: .25em 0 .25em 0;
    border: 1px solid #DC9A0B;
    display: block;
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    background-color: #FFAE00;
}

#menu ul li a:hover
{
    border: 1px solid #FFAE00;
    background-color: #D7FF4E;
    color: #DE9B0B;
}


#main
{
    padding: 1em;
    text-align: left;
    background-color: #FFAE00;
}

#footer
{
    border-top: 1px solid #DC9A0B;
    position: relative;
    height: 1em;
    padding: .5em .5em .5em .5em;
    background-color: #FFAE00;
    font-size: smaller;
}

a
{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    background-color: #D7FF4E;
    color: #DE9B0B;
}

#footer .info
{
    float: left;
    text-align: left;
}

#footer .contact
{
    float: right;
    text-align: right;
}

#bottom
{
    position: relative;
    height: 16px;
    font-size: smaller;
}

#bottom-left
{
    background: url('/img/bottom-left-corner.png') top right no-repeat;
    width: 16px;
    position: absolute;
    top: 0em;
    left: 0em;
    height: 100%;
}

#bottom-center
{
    background-color: #FFAE00;
    margin-left: 16px;
    margin-right: 16px;
    height: 100%;
}

#bottom-right
{
    background: url('/img/bottom-right-corner.png') top left no-repeat;
    width: 16px;
    position: absolute;
    top: 0em;
    right: 0em;
    height: 100%;
}

.irct
{
    margin-bottom: .5em;
}

.ircq
{
    font-size: smaller;
    margin: 0;
    text-indent: 0;
    padding: .25em;
}

.irca
{
    font-size: smaller;
    padding: .5em;
    color: #6a4800;
    font-weight: bold;
}

.sarc
{
    color: blue;
}

.sarc2
{
    color: #8888ff;
}

.irch
{
    color: black;
    background-color: black;
    height: 1px;
    width: 80%;
    margin: .2em;
    text-align: center;    
}

.ircrr
{
    color: red;
    background-color: red;
    font-weight: bold;
}

.ircgg
{
    color: green;
    background-color: green;
    font-weight: bold;
}

.ircgr
{
    color: green;
    background-color: red;
    font-weight: bold;
}

.ircrg
{
    color: red;
    background-color: green;
    font-weight: bold;
}
