@charset "utf-8";
/* CSS Document */

body {
background-color: #000000;
text-align: center;
color: #7b570a;
font: 8.5pt Arial, Helvetica, sans-serif;
margin: 10px 0 10px 0;
cursor: default;
}
a, a:link, a:visited, a:active {
font-size: 9px;
text-transform: uppercase;
color: #e6b301;
text-decoration: none;
cursor: default;
}
a:hover {
font-size: 9px;
text-transform: uppercase;
color: #bd9303;
text-decoration: none;
cursor: default;
}
strong, b {
color: #d8a802;
}
em, i {
color: #d8a802;
}

#page {
width: 780px;
margin: 0 auto;
background-color: #fade88;
border: 0px;   
padding: 0px;
}

#header {
border-bottom: 3px solid #000000;
width: 780px;
margin: 0px;
padding: 0;
background-color: #000000;
}

#maincontent {
float: right;
width: 75%;
margin-top: 0px;
margin-left: 10px;
background-color: #fef0c5;
color: #666666;
border: 0px;
text-align: left;
line-height: 13pt;
padding: 10px 10px 10px 10px;
}

#navi {
float: left;
padding: 10px 4px 0 4px;
margin: 0 5px 0 0;
background-color: #fade88;
text-align: left;
width: 17%;
}

#footer {
width: 780px;
background-color: #000000;
border-top: 6px solid #000000;
z-index: 100;
clear: both;
padding: 0;
}

.titles {
font-family: Arial, Helvetica, sans-serif;
font-size: 8.5pt;
color: #bd9303;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1.5px;
line-height: 13pt;
}

.updates {
color: #666666;
text-decoration: none;
display: block;
padding: 0 0 0 6px;
cursor: default;
}

ul.navi {
padding-left: 0px;
margin-left: 0px;
list-style: none;
}

ul.menuitems {
padding-left: 0px;
margin-left: 0px;
list-style: none;
}

li.menuitems a, li.menuitems a:link, li.menuitems a:visited {
color: #bd9303;
background: #fade88;
text-decoration: none;
line-height: 24px;
font-family: arial, sans-serif;
font-size: 9px;
border: none;
border-bottom: 1px solid #fade88;
display: block;
width: 150px;
padding: 0 0 0 18px;
text-transform: uppercase;
cursor: help;
}

li.menuitems a:hover {
background-image: url(infinity.gif);
background-repeat: no-repeat;
background-position: 0 .7em;
color: #000000;
text-decoration: none;
line-height: 24px;
font-family: arial, sans-serif;
font-size: 9px;
border: none;
border-bottom: 1px solid #dcb946;
display: block;
width: 150px;
padding: 0 0 0 18px;
text-transform: uppercase;
cursor: help;
}