
body{
margin:0;
padding:0;
line-height: 1.5em;
background:#000000;
font-family:trebuchet ms;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 990px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{
/*background-image:url('../images/header1.jpg');*/
width:990px;
height:200px;
}

#topsection h1{
margin: 0;
padding-top: 15px;

}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 190px; /*Set left margin to LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 190px; /*Width of left column*/
margin-left: -990px; /*Set left margin to -(MainContainerWidth)*/
background: #72654a;
height:400px;
border-right:1px solid #000000;
}

#footer{
clear: left;
width: 100%;
background: #54431f;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size:12px;
border-bottom: 2px solid #000000;
border-top:2px solid #000000;
}

#footer a{
color: #ffffff;
}

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

.mattblacktabs{
width: 990px;
overflow: hidden;
margin-left:00px;
border-bottom: 2px solid #000000;
border-top:2px solid #000000;
background: #54431f;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
margin-left:0px; /*offset of tabs relative to browser left edge*/
font: 14px Trebuchet ms;
list-style-type: none;
width: 990px;
background: #54431f;

}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 20px; /*padding inside each tab*/
border-right: 1px solid #e8d9ba; /*right divider between tabs*/
color: #e8d9ba;
background: url(images/chromebg2.gif) center center repeat-x;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: url(images/chromebg.gif) center center repeat-x;
}


#blueblock{
width: 190px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #72654a;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #535353;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #5c4f33;
border-right: 10px solid #877d68;
background-color: #72654a;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #c3a160;
border-right: 10px solid #c3a160;
background-color: #000000;
color: #fff;
}

#blueblock li a:selected{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #5c4f33;
border-right: 10px solid #877d68;
background-color: #72654a;
color: #fff;
text-decoration: none;
width: 100%;
}