html, body {
height:100%;
}

body {
background:#625e53 url(images/body_bg.gif) repeat-x top;
}

* {
margin:0;
padding:0;
border:0;
list-style:none;
font-family:"Trebuchet MS", verdana, arial, sans-serif;
}

#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
width:960px;
background:#625e53 url(images/wrap_bg.gif) repeat-y;
}

#footer {
width:960px;
margin:auto;
height: 100px; /* .push must be the same height as .footer */
background:#625e53 url(images/footer_bg.gif) no-repeat;
}

.push {
height:100px;
clear:both;
}

#header {
width:960px;
height:135px;
background:#625e53 url(images/header_bg.gif) no-repeat;
}

#subHeader {
width:960px;
height:50px;
background:#625e53 url(images/subHeader_bg.gif) no-repeat;
}

h1 {
width:137px;
height:135px;
float:left;
margin-left:40px;
}

#slogan {
float:right;
height:80px;
padding-top:20px;
color:#171717;
font-variant:small-caps;
font-family:Georgia, Times new roman, serif;
font-size:24px;
margin-right:40px;
text-align:right;
}

* html #slogan {
margin-right:20px;
}

#smallSlogan {
color:#e5e5e5;
font-style:italic;
font-variant:normal;
font-family:Georgia, Times new roman, serif;
}

ul#mainMenu {
float:right;
margin-right:20px;
height:35px;
position:relative;
clear:right;
}

* html ul#mainMenu {
margin-right:10px;
}

* + html #mainMenu {
width:100%;
}

#mainMenu li {
float:left;
display:inline;
}

#mainMenu li a {
display:block;
background:#4c4942;
height:30px;
padding:5px 8px 0 8px;
color:#e5e5e5;
text-decoration:none;
font-weight:bold;
font-size:16px;
}

#mainMenu li a:hover {
background:#181818;
color:#f8c300;
}

#contentLeft {
width:600px;
float:left;
margin-left:40px;
}

* html #contentLeft {
margin-left:20px;
}

#contentRight {
width:260px;
float:right;
margin-right:40px;
}

* html #contentRight {
margin-right:20px;
}

table#tourneyTable, table#execTable {
width:580px;
margin:5px auto;
border-collapse:collapse;
font-size:12px;
padding:2px;
text-align:center;
}

table#execTable {
width:480px;
}


#tourneyTable th, #tourneyTable td, #execTable th, #execTable td {
padding:5px;
color:#31322a;
border:1px solid #ccc;
background:#fff;
}

#tourneyTable th, #execTable th {
font-size:16px;
background:#e5e5e5;
}


#tourneyTable tr.rowTwo td, #execTable tr.rowTwo td {
background:#e5e5e5;
}

#tourneyTable td a {
color:#da251d;
}

#tourneyTable td a:hover {
text-decoration:none;
color:#171717;
}

.lightRight {
width:260px;
background:#625e53 url(images/blackBox_tail.gif) no-repeat top;
padding-top:10px;
}

.lightRightCloser {
width:260px;
height:10px;
background:url(images/blackBox_cap.gif) no-repeat;
}

.logoBox {
float:right;
margin:0 5px;
}

.imgRight {
float:right;
margin:10px;
}

.imgLeft {
float:left;
margin:10px;
}

.imgRight img, .imgLeft img {
vertical-align:bottom;
}

/* MAIN FORM STYLES */

.mainForm {
width:460px;
padding:5px;
margin:10px auto;
}

.mainForm fieldset {
border:1px solid #aaa;
padding:5px;
margin-top:5px;
}

.mainForm legend, .submitButton {
font-size:18px;
color:#171717;
border:1px solid #aaa;
padding:2px 5px;
margin:2px 5px 5px 5px;
background:#f8c300;
}

.submitButton {
cursor:pointer;
}

.mainForm label {
font-size:14px;
text-transform:uppercase;
color:#6A685C;
letter-spacing:.7px;
font-weight:bold;
float:left;
width:200px;
text-align:right;
padding-top:3px;
margin-right:10px;
}

.mainForm .inputField, .textField, .captchaField, .selectBox {
width:220px;
height:20px;
padding:1px;
border:1px solid #aaa;
color:#555;
float:left;
margin-bottom:10px;
margin-right:10px;
font-size:12px;
}

.mainForm .textField {
height:80px;
overflow:auto;
}

.mainForm label#removalForm {
width:430px;
display: block;
font-size:11px;
}

.mainForm .checkBox {
height:20px;
width:20px;
margin-right:25px;
float:right;
border:1px solid #282828;
text-align:center;
}

.mainForm .captchaField {
width:120px;
}

.mainForm .captchaBox {
width:90px;
height:35px;
float:right;
margin-right:10px;
}

.mainForm p {
margin:5px;
}

.itemHolders label {
width:360px;
}

.itemHolders .inputField {
width:60px;
}

.errorList {
width:300px;
margin:5px auto;
}

.errorList li {
height:16px;
background:#e5e5e5 url(images/errorList_marker.gif) no-repeat left top;
font-size:10px;
font-weight:bold;
color:#ff0000;
padding-left:17px;
}

