/* CSS Document */
*{
	border: 0;
	margin: 0;
	padding: 0
}

body{
margin:0;
padding:0;
line-height: 1.6em;
background: #000;
color:#FFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
		padding:0px 17px 0 17px;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#d2e1e4;
	text-decoration:none;
	font-weight:bold;
	padding:8px 0px 0 0px;
}

ul#menu li .active {
	color:#FFFFFF;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;	
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

                   

#mainmenu{
background: #000;
height: 40px; /*Height of top section*/
margin-left: 15px; 
margin-top: 8px;

}

#mainmenu a{
color: #d2e1e4;
text-decoration:none;
font-size:13px;
font-weight:bold;

}


#mainpic{
background: #000;
margin: 0 auto;
height: 242px; /*Height of top section*/
padding:0;
float:left;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #000;
}

#topsection{
background: #000;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: #000;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
margin-top:68px;
margin-right: 40px;
color:#FFF;
}



#contentcolumn a{
color: #9b7f5a;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -815px; /*Set left margin to -(MainContainerWidth)*/
background: #000;
margin-top:120px;
color:#FFF;
}
li{
	list-style: none
}
.list1{
	line-height: 3em;
	margin: 0 0 1em
}
.list1 li .normal{
    background: url(ico-list1.gif) no-repeat 0 3px;
	margin: 0 0 .8em;
	padding: 0 0 0 15px;
	margin-left: 10px;


}

.list1 li .active{
    background: url(ico-list.gif) no-repeat 0 3px;
	margin: 0 0 .8em;
	padding: 0 0 0 15px;
	margin-left: 10px;



}


.list1 li a{
color: #d2e1e4;
text-decoration:none;
font-size:12px;
font-weight:bold;

}
.list1 li a:hover{
	text-decoration: underline
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #9b7f5a;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

.inner_texttube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-left: 35px; /*Set left margin to -(MainContainerWidth)*/


}

h3{
color: #9b7f5a;
line-height: 3.5em;
font-size:1em;
}

h2{
color: #d2e1e4;
line-height: 2em;
font-size: 2em;
font-weight:300;
}



.innertube a{
color: #9b7f5a;
text-decoration:none;
}







