body {
    background-color:#e7cdbe;
    margin:0;
    padding:0;
}
#container {
    width:1000px;
    margin:0 auto;
    background-color:#fff;
}
#header-img {
    width:1000px;
    height:375px;
    background:#fff url('images/header.png') no-repeat;
}
#site-menu {
    margin-top:0px;
    height:30px;
    margin-bottom:0;
    background-color:#fddede;
    text-align:center;
    line-height:18px;
    font-family:'century gothic';
    font-size:18px;
    text-transform:uppercase;
    padding:0;
}
#nav-menu {
    margin:0;
    padding-top:5px;
    list-style-type:none;
    text-align:center;
}
#nav-menu > li {
    display:inline;
}
#nav-menu a, #nav-menu a:link, #nav-menu a:visited, #nav-menu a:active {
    margin:0 15px 0 0;
    text-decoration:none;
    color:#8e0000;
    background-color:#fddede;
    text-align:center;
    font-family:'century gothic';
    font-size:18px;
    text-transform:uppercase;
}
#nav-menu a:hover {
    color:#cc3fca;
}
#maincontent {
    margin:0;
    text-align:justify;
    font-family:verdana;
    font-size:12px;
    padding:10px;
    width:980px;
}
::selection {
    background-color:#ffcfb6;
    color:#d04040;
}
::-moz-selection {
    background-color:#ffcfb6;
    color:#d04040;
}

/*** HEADERS ***/
h1 {
    color:#840000;
    font-family:'garamond';
    font-style:oblique;
    font-size:36px;
    padding:5px;
    border-bottom:4px double #840000;
    margin-top:0;
    margin-bottom:5px;
}
h2 {
    margin-top:20px;
    margin-bottom:10px;
    text-align:center;
    color:#760000;
    text-transform:uppercase;
    font-family:'courier new';
    font-size:18px;
    font-weight:normal;
    padding:5px;
}
h2:nth-of-type(odd) {
    background-color:#ffce94;
}
h2:nth-of-type(even) {
    background-color:#ffcfcf;
}

/*** FOOTER ***/
#footer {
    background-color:#ba4a4a;
    padding:10px;
    width:980px;
    text-align:center;
    color:#880000;
    font-family:arial;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}


/*** FORMATTED TEXT ***/
b, strong {
    color:#e14a4a;
}
i, em {
    color:#d8007a;
}
u {
    color:#bc3a00;
}
s {
    color:#cd7d00;
}

/*** LINKS ***/
a, a:link, a:visited, a:active {
    color:#d30f59;
    text-decoration:none;
}
a:hover {
    color:#6103a9;
}

/*** FORMS ***/
fieldset {
    border:1px solid #e8b2b2;
    padding:20px;
}
input, textarea, select {
    border:1px solid #921212;
    background-color:#efe7e7;
    color:#7f0000;
    padding:2px;
}
input[type=button], input[type=submit], input[type=reset] {
    color:#efe7e7;
    background-color:#7f0000;
    font-weight:bold;
    text-transform:uppercase;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color:#f09f9f;
}
#footer a:hover {
    color:#760000;
}