/* HTML BODY */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 12px;
color: #000000;
text-align: center;
line-height: 17px;
/*background: url(../backs/all.jpg) no-repeat center #062c47;*/
background: url(../backs/all.jpg) no-repeat center #fff fixed;
}

/* FONTS */
h1 {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 12px;
font-weight: bold;
color: #000000;
margin-bottom: 0px;
}

h3, h3 a {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 11px;
font-weight: bold;
color: #ffd300;
margin-bottom: 0px;
text-decoration: none;
}

/* DIVS */
#container {
position: absolute;
left: 50%;
margin-left: -500px;
width: 1000px;
padding: 0;
text-align: left;
}

#top-left-text {
position: absolute;
top: 220px;
left: 70px;
z-index: 100;
width: 150px;
text-align: right;
font-size: 10px;
}

#menu {
position: absolute;
top: 300px;
left: 55px;
}

#submenu {
position: relative;
width: 100px;
margin: 0 0 0 58px;
background: #0072bd;
padding: 2px 0 2px 20px;
}

#content {
position: relative;
width: 530px;
min-height: 350px;
background: #fff;
margin: 299px 0 0 225px;
padding: 10px 10px 0 10px;
z-index: 30;
overflow: hidden;
}

#content_bottom {
position: relative;
width: 550px;
height: 23px;
margin: 0 0 0 225px;
background: url(../backs/content-bottom.png) no-repeat top left;
}

.news_pic {
position: relative;
float: left;
width: 127px;
height: 127px;
background: url(../backs/news_pic.jpg) no-repeat;
margin: 0 10px 0 0;
padding: 7px 0 0 7px;
}

.news_leader {
position: relative;
width: 500px;
height: 127px;
}

#sponsors {
position: absolute;
top: 330px;
left: 790px;
}

#sponsors_top {
position: relative;
width: 186px;
height: 47px;
background: url(../backs/sponsors-top.png) no-repeat;
}

#sponsors_middle {
position: relative;
width: 189px;
min-height: 200px;
padding: 1px 0 0 7px;
background: url(../backs/sponsors-middle.png) repeat-y;
}

#sponsors_bottom {
position: relative;
width: 186px;
height: 16px;
background: url(../backs/sponsors-bottom.png) no-repeat;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
left: 610px;
top: 20px;
z-index: 50;
}

img.payoff {
position: absolute;
left: 80px;
top: 73px;
z-index: 5;
}

img.header {
position: absolute;
top: 130px;
left: 225px;
z-index: 15;
}

img.header_overlay {
position: absolute;
top: 272px;
left: 225px;
z-index: 20;
}

img.top_left {
position: absolute;
top: 152px;
left: 12px;
z-index: 10;
}

img.top_left_overlay {
position: absolute;
top: 211px;
left: 66px;
z-index: 10;
}

img.gallery_image {
height: 100px;
}

/* TABLES */
td {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 12px;
line-height: 20px;
}

/* FORMS */
.submit {
font-family: lucida grande, lucida sans unicode, century gothic, arial;
font-size: 11px;
}

/* LINKS */
a {
color: #000000;
}

a:hover {
color: #000000;
}

#top-left-text a {
text-decoration: none;
color: #0d324b;
}

#submenu a {
color: #fff;
text-decoration: none;
font-size: 11px;
}

/* LISTS */

/* LISTS MENU */
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

/* LISTS SPONSORS */
#sponsors ul {
margin: 0 0 10px 15px;
padding: 0;
list-style: circle;
font-size: 11px;
color: #fff;
}

/*
ul#sponsors_1 {
display: none;
}
*/

/* PARAGRAPHS */
p {
margin: 0;
padding: 0 0 5px 0;
}