@charset "utf-8";
/* Global Integrity */
* {padding:0;margin:0}
html {height:100%;}
body {
font-size:13px;
height:100%;
background:url(images/body.gif) top left repeat #383838;
}
#wrap {
font-size:77%;
border-left:2px solid #323232;
border-right:2px solid #323232;
min-height:100%;
max-width:85em;
margin:auto;
position:relative;
background:url(images/wrapper.gif) 19.8em 0 repeat-y #A9A9A9;
}
* html #wrap {height:100%}
#inner-wrap {
padding-bottom:90px;
background:url(images/inner-wrapper.gif) top left repeat-x;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
#footer {
position:absolute;
bottom:0;
height:42px;
background-color: #333333;
width:100%;
color:#d7d5ca;
text-align:right;
margin:auto;
font:12px Arial, Helvetica, sans-serif;
padding-top:28px;
}
#left {
float:left;
width:19.8em;
padding-top:10px;
}
#main {
position:relative;
margin-left:19.8em;
padding-left:5px;
padding-top:10px;
}
/* End Global Integrity */
#header {
background:url(images/header.gif) top left repeat #4D4D4D;
height:218px;
}
#header span {
display:block;
line-height:0;
height:218px;
width:580px;
background:url(images/head.jpg);
margin:0 auto;
}
#left ul{
list-style-type:none;
width:19.8em;
}
#left ul h3 {
text-align:left;
font:1.3em/1.3em bold Arial, Helvetica, sans-serif;
background:#4D4D4D;
border-bottom:1px solid #323232;
border-top:1px solid #323232;
padding-left:2.5em;
color:#000;
}

#left li ul {
margin-left:auto;
width:16.5em;
border-left:10px solid #482400;
}
#left li ul li {
border-bottom:1px solid #323232;
list-style-type:none;
background:#686459;
}
#left li ul li a, #left ul li a:link, #left ul li a:visited {
display:block;
height:1.85em;
background:url(images/arrow.gif) 7em center no-repeat;
font:1.8em/1.8em "Trebuchet MS", Helvetica, sans-serif;
color:#D2D0CA;
text-decoration:none;
padding-left:1em;
}
#left li ul li a:hover {
background:url(images/arrow.gif) 7.2em center no-repeat;
height:1.85em;
display:block;
font:1.8em/1.8em "Trebuchet MS", Helvetica, sans-serif;
color:#D2D0CA;
text-decoration:none;
}
p, #main ol li {
color:#d7d5ca;
font:1.6em Arial, Helvetica, sans-serif;
padding-top:0.6em;
list-style:inside decimal
}
.main_group {
background:url(images/paragraph.gif) top left repeat #464646;
max-width:60em;
margin:1em auto 0;
border:1px solid #212121;
padding:1em;
}
h1 {
font:2.2em Arial, Helvetica, sans-serif bold;
text-align:center;
padding-top:0.5em;
color:#116370;
}
h2,caption {
color:#dcdcdc;
font:2em Arial, Helvetica, sans-serif bold;
}
#footer a, #footer a:link, #footer a:visited {
color:#d7d5ca;
text-decoration:none;
}
#footer a:hover {
color:#d7d5ca;
text-decoration:underline;
}
.main_group a, .main_group a:link, .main_group a:visited {
color:#d7d5ca;
text-decoration:underline;
}
.main_group a:hover {
color:#d7d5ca;
text-decoration:none;
}
tr {
width:100%;
color:#d7d5ca;
}
th {
text-align:left;
font-size:1.6em;
}
td{
width:10%;
font-size:1.6em;
border:1px solid #212121;
border-collapse:collapse;
}
.name {
width:40%;
}
.players {
width:10%;
}
table {
background:url(images/paragraph.gif) top left repeat #464646;
max-width:100%;
margin:0 auto 0;
border:1px solid #212121;
border-collapse:collapse;
}
.table {
border-left:10px solid #482400;
border-right:10px solid #482400;
width:58em;
}
form {
width:30em;
margin:0 auto;
color:#d7d5ca;
font:1.6em Arial, Helvetica, sans-serif;
}
select,textarea {
background:#55A7B3;
}
textarea {
width:12em;
height:4em;
overflow:auto;
}