/* 'margin: 0 0 0 0;'   order - top right bottom left */
/* 'margin: 0 0 0;'     order - top right+left bottom */
/* 'margin: 0 0;'       order - top+bottom right+left */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color:#900;
    margin-left:auto;
    margin-right:auto;
    font-size:9pt;
    color:#000;
    line-height:13pt;
    text-align:center;
    padding:0;
}
/* General */
h1, h2, h3, h4 {
    font-family: Garamond, "Times New Roman", Times, serif;
}
h1 {
    font-weight: normal;
    font-size: 2em;
    font-weight: 600;
    color: #900;
    text-align: center;
    margin-bottom: 2ex;
}
h2 {
    color: #900;
    font-size: 1.5em;
    line-height:1.2em;
}
h3 {
    color: #900;
    font-size: 1.3em;
}
h4 {
    color: #fc6;
    background-color:#900;
    padding: 5px 0 5px 10px;
    border-bottom: 3px solid black;
    font-size: 1.4em;
}
hr {
    color: #900;
    height: 1px;
}

/* DIVs */
#wrapper {
    width:727px;
    background:url(/images/main.jpg) no-repeat;
    background-color:#900;
    margin-right:auto;
    margin-left:auto;
    text-align:left;
}
#header {
    background:url(/images/header.jpg) no-repeat;
    background-color:#900;
    width:727px;
    height:132px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom: 0;
    color:#000;
}
#container {
    width:727px;
    margin-left:auto;
    margin-right:auto;
    background:url(/images/background.jpg) repeat;
}
#menu {
    width:727px;
    background:url(/images/background.jpg) #fff repeat;
}
            #menusep {
                display:block;
                border-top: 1px solid #900;
                width: 44em;
                margin: 0.33em auto 0; 
                padding: 0.33em 0 0;
            }
#nav {
    width:727px;
    background:url(/images/background.jpg) #fff repeat;
    text-align:center;
    margin-top:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:8pt;
    color:#bf3000;
    font-weight:700;
    padding-top:0px;
    padding-bottom:10px;
    text-decoration:none;
}
#nav a {
    background:#fff;
    color:#bf3000;
    text-decoration:none;
}
#nav a:active {
    background:#fff;
    color:#900;
}
#nav a:hover {
    background:#fff;
    color:#000;
    font-size:8pt;
    padding-bottom:2px;
    border-bottom:solid #900;
}
#content {
    padding: 15px 40px 2px;
}
#content img {
    padding: 2px;
    border: 1px solid;
}
#content ul {
/*    margin: 0;*/
/*    padding: 0;*/
/*    text-indent: 0; */
    list-style-type: circle;
    list-style-image: url('/images/pepper_bullet.gif');
}
#sidebar {
    width: 236px;
    float: right;
    text-align: center;
    background: #fff url(/images/bg2_sidebar.gif) bottom left repeat-x;
    color: #063;
    border: 1px solid #000;
    padding: 4px;
    margin: 4px;
}
#sidebar img{
    border: 1px solid #000;
}
#end_content {
    background:url(/images/footer.jpg) no-repeat;
    width:727px;
    height:59px;
    margin-right:auto;
    margin-left:auto;
}
#boxed {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:#bf3000;
    font-weight:700;
    border: 2px solid #096;
    background-color:#ffdf9d;
    margin: 6px;
    padding:6px;
}
.rht {
    text-align: right;
}
.clr { clear: both; }
.ctr {
    text-align: center;
}
.borderless img {
    border: 0 !important;
}
.borderless p {
    margin: 0; padding: 0.2em 0 0;
}

/* Footer Classes */
.footer {
    background:#900;
    width:455px;
    margin-right:auto;
    margin-left:auto;
    color:#fff;
    font-size:11px;
    text-align:center;
}
.footer a:hover {
    padding-bottom:2px;
    border-bottom:solid #fff;
}
.floatleft {
    float:left;
    margin:4px;
}
.floatright {
    float:right;
    margin:4px;
}

/* Footer DIV Elements */
#footer {
    margin-top: 20px;
    clear: both;
    background-color:#900;
    background:url(/images/bgcolor.jpg) repeat;
    padding: 0px 5px 0px 5px;
}
#footer p {
    color:#fff;
    padding: 5px;
}
#footer p a {
    color: #fc6;
    border-bottom: 1px solid #89817f;
}
#footer p a:hover {
    color: #fff;
    /* background-color:#575352;*/
}
#credits {
    background-color:#900;
    background:url(/images/bgcolor.jpg) repeat;
}
#credits p {
    color:#f93;
    margin: 0;
    padding: 0 0 1em 0;
}
#credits p.lhs {
    float: left;
}
#credits p.rhs {
    float: right;
    text-align: right;
}
/* vim600: set foldenable foldmethod=marker foldmarker={,} foldlevel=0 fcl=all : */
