body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#202020;
background-image:url(../images/bg.jpg);
background-attachment: scroll;
background-repeat:repeat-x;
}

b{font-size: 110%;}
em{color: red;}
img{ border: #8f9982 solid 3px; }

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
background-position: top right;
}

.header {
height:270px !important;
background:transparent;
}

#topsection{
background: #transparent;
height: 350px; /*Height of top section*/
}

.top{
width:470px;
height:50px;

}
.top h1{
margin:0;
font: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-indent:-9999px;
background-position:top left;
background-image:url(../images/logo_1.png);
width:493px;
height:75px;
position:absolute;
top:-10px;
}





/*--------------------------------NAVIGATION STARTS--------------------------------*/
.nav{
width: 820px;
height:34px;
overflow: hidden;
border-left: 1px solid #4d5543;
margin: 0 auto;
}

.nav ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.nav li{
display: inline;
margin: 0;
}

.nav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 9px; /*padding inside each tab*/
border-right: 1px solid #4d5543;
color: #9fac8f;
background: #202020; /*background of tabs (default state)*/
}


.nav li a:visited{
color: #9fac8f;
}

.nav li a:hover, .nav li.selected a{
background: #272727; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
/*--------------------------------NAVIGATION ENDS--------------------------------*/







/*--------------------------------LEFT COLUMN BEGINS--------------------------------*/
#contentwrapper{
float: left;
width: 100%;
margin-bottom:200px;
}

#contentcolumn{
margin-right: 20px; /*Set right margin to RightColumnWidth*/
width: 500px;
margin-top:40px;

}

.content{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.content h2 {
 border-bottom: 1px solid #f3e7e7; 
 color: #9fac90; 
 font: 23px Georgia, "Times New Roman", Times, serif; 
 margin: 0; 
 padding: 0 0 3px 0; 
}

.content h2 a {
 border: 0; color: #858585; text-decoration: none; 
 }

.content p {
color:#dbdbdb;
text-align:justify;
line-height:18px;
font-family: Georgia, "Times New Roman", Times, serif;


}


.sections {
margin-top:50px;
}

.sections a{
color: #9fac8f;
}
.sections p{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
line-height:20px;
}

.sections h2{
border-bottom: 1px solid #f3e7e7; 
 color: #9fac90; 
 font: 23px Georgia, "Times New Roman", Times, serif; 
 margin: 0; 
 padding: 0 0 3px 0; 
}

.sections h3{
color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
letter-spacing:0px;
font-size:16px;
font-weight:normal;
margin-bottom:-10px;
}

.sections span{
color: #9fac8f;
}

#subscript{
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:15px;
color: white;
}

/*--------------------------------LEFT COLUMN ENDS--------------------------------*/







/*--------------------------------RIGHT COLUMN BEGINS---------------------------*/

#sidebar {
	float: left;
	width: 250px; /*Width of right column*/
	margin-left: -275px; /*Set left margin to -(RightColumnWidth) */
	margin-top: 75px;
	background: #272727;}
#sidebar h2 {
 	color: #af0808; 
 	font-size: 14px; 
	font-weight: bold; 
	letter-spacing: 1px; 
 	margin: 0; 
 	padding: 0 0 0 15px; 
	text-transform: uppercase; 
	margin: 10px 0 0 0;
}
#sidebar ul {
 	background: url(images/sidebar_bkg.jpg) repeat-y 0% 0%; 	
	font-size: 12px; 
 	line-height: 14px; 
 	list-style: none; 
	margin: 0; 
	padding: 0; 
}
#sidebar ul li {
 	margin: 0; 
 	padding: 0; 
}
#sidebar ul li ul {
 	margin: 0; 
 	padding: 10px 0 15px 0; 
}
#sidebar ul li ul li {
 	margin: 0; 
 	padding: 0; 
}
#sidebar ul a {
 	background: url(images/arrow.gif) no-repeat 21px 50%; 
 	border: none; color: #876F6D; 
 	display: block; 
	height: 24px; 
 	line-height: 24px; 
	padding: 0 0 0 31px; 
	text-decoration: none; 
 	width: 150px; 
}
#sidebar ul a:hover {
	background: #525252 url(images/arrow.gif) no-repeat 21px 50%; 
	border-bottom: 0px solid #d3cac9; 
	border-top: 0px solid #d3cac9;  
	display: block; 
	height: 22px; 
	line-height: 22px; 
	text-decoration: none; 
	width: 150px; 
}
.sidebar-bottom {
 	background: url(images/sidebar_bottom.jpg) no-repeat 0% 100%; 
 	display: block; 
 	height: 23px; 
 	margin: 0 0 35px 0; 
 	padding: 0; 
}
/*--------------------------------SIDEBAR ENDS---------------------------*/





/*--------------------------------FOOTER BEGINS---------------------------*/

#footer{
clear:both;
width: 100%;
height:30px;
background: #202020;
text-align: center;
margin:auto;
font-size:12px;
color:#484848;
}


/*--------------------------------FOOTER ENDS---------------------------*/


#spotlight td{
	background:#9fac8f;
	width: 200px;
}



#spotlight a{
	color: white; 
 	font-size: 10px;  
 	margin: 0; 
 	padding: 0 0 0 10px; 
	text-transform: uppercase;
}


#gallery{
margin-top:10px;
border:0px;
width:300px;
}


#contact h4{
color:white;
font-size:12px;
font-family:Trebuchet MS, verdana, arial;
margin:0 auto;
}

.tapes{
margin-bottom:20px;
color:white;
font-family:Trebuchet MS, verdana, arial;
width:400px;
}

.tapes th{
text-align:left;
font-style:oblique;
color: #9fac8f;
font-size:18px;
text-transform:uppercase;
letter-spacing:1px;
border-bottom: #9fac8f solid 2px;

}

.tapes td{
border-bottom:#A0A0A4 1px dotted;

}