html, body{
margin: 20px 10px;
background-color: #000000;
height: 85%;
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 14px;
}

a img{
border: none;
}

a{
font-family: Verdana, sans-serif;
font-size: 11px;
text-decoration: none;
color: #000000;
}

a:hover{
color:  #ed1c24;
}

a.footer:link, a.footer:active, a.footer:hover, a.footer:visited{
color: #FFFFFF;
}

a.discrete:link, a.discrete:active, a.discrete:hover, a.discrete:visited{
color: #333333;
}

a.date:link, a.date:active, a.date:hover, a.date:visited{
font-size: 9px;
}

h1{
display: inline;
color: #FFFFFF;
background-color: #000000;
padding: 2px;
padding-top: 4px;
font-weight: bold;
text-transform: uppercase;
margin: 0px;
font-size: 12px;
line-height: 1.5em;
}

h2, h3{
color: #ed1c24;
font-weight: bold;
text-transform: uppercase;
margin: 0px;
}

h2{
font-size: 12px;
}

.border{
border: 1px solid #000000;
}

.intro{
font-weight: bold;
}

.red{
color:  #ed1c24;
}

.uppercase{
text-transform: uppercase;
}

.date{
color: #000000;
font-weight: bold;
}

.list{
background-color: #cdc9c8;
}

/* ############################# 
##### MENU & CONTENT LAYERS #####
################################ */
#divmenu{
position: absolute;
top: 20px;
left: 10px;
width: 150px;
}

#divcontent{
position: absolute;
top: 20px;
left: 170px;
width: 735px;
height: 100%;
}

#divsponsors{
position: absolute;
color: #FFFFFF;
top: 20px;
left: 915px;
width: 100px;
height: 100%;
}

#divforum{
text-align: left;
margin-left: 50px;
}


/* ############################# 
##### CONTENT TABLE ############
################################ */

#tbcontent{
padding: 0px;
width: 730px;
margin: 0px;
height: 100%;
}

#tdtop{
background-image: url(images/background/top.gif);
}

#tdmain{
background-image: url(images/background/background.gif);
}

#tdbottom{
background-image: url(images/background/bottom.gif);
}

#tdtop, #tdbottom{
height: 15px;
background-repeat: no-repeat;
}

/* ############################# 
######## MAIN TABLE ############
################################ */
#tbmain{
padding: 0px;
width: 100%;
height: 100%;
}

#tdleft, #tdright{
padding-top: 30px;
vertical-align: top;
padding-bottom: 10px;
}

#tdleft{
padding-left: 25px;
}

#tdright{
padding-right: 25px;
}

/* ############################# 
######## GALLERY ###############
################################ */

#divgallery{
height: 450px;
width: 680px;
overflow: auto;
color: #FFFFFF;
}

/* ############################# 
######## FOOTER TABLE ############
################################ */
#tbfooter{
color: #FFFFFF;
padding: 2px 10px;
}