body {
background: #000 url(body_backgr.gif) repeat;
padding-top:10px;
margin:0px;
}

p,h1,h2,h3 {
color: #000;
font-family:Arial, Verdana, Helvetica, sans-serif;
line-height:1.3em;
font-size:12px;
letter-spacing:0.01em;
}

h2 {
font-style: bold;
}

#maincontainer{
width: 830px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #DBDBDB;
}

#topsection{
background: #DBDBDB;
height: 300px;
}

#contentwrapper{
float: left;
width: 822px;
margin-left: 8px;
background: #DBDBDB url(cont_backgr.gif) repeat-y left;
}

#contentcolumn{
margin-right: 280px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
background: #DBDBDB;
}

#footer{
clear: left;
width: 100%;
background: #000;
color: #DBDBDB;
text-align: center;
padding: 5px 0;
font-family:Arial, Verdana, Helvetica, sans-serif;
line-height:1.3em;
font-size:11px;
letter-spacing:0.01em;
}

#footer a{
color: #DBDBDB;
}


/* Navigation */

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#invertedtabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}

#invertedtabs a{
float:left;
background: #000 url(color_tabs_left2.gif) no-repeat left bottom;;
color: #fff;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #E71E0F;
color: #fff;
}

#invertedtabs a:hover span{
background-color: #E71E0F;
color: #fff;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #E71E0F;
color: #fff;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 4px;
line-height: 8px;
background: #000;
border-bottom: 2px solid #000; /*Remove this to remove border between bar and tabs*/
}