@import url('reset.css');
/* General Demo Style */
body{
    background:#e6eecc url(../images/music-headphones.jpg) repeat top left;
	color: #333;
	font-family: 'Terminal Dosis', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
}

h1 {
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}

h1 a{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#000;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}



h1 a:hover{
	margin:0px;
	padding:20px;
	font-size:32px;
	color:#666;
    text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	text-align:center;
	font-weight:400;
}
h1 span{
    display:block;
	font-size:14px;
	color:#666;
    font-style:italic;
    font-family:Georgia, serif;
	padding-top:5px;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 9px;	
	font-size: 11px;
	background-image:url(../images/shim.gif);
/*	background: rgba(255,255,255,0.9);*/
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	text-align:center;



}
	.headwrap {
	position:relative;
	margin:0 auto;
	/*replace 900px with your width*/
		width:500px;
	padding: 0px 0 0 0;
	background: rgba(255,255,255,0.8);
	}
	
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
	text-align: center;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: none;
}
.header span.right a{
	float: none;
	display: inline;
}
.more{
	position:relative;
	clear:both;
    font-size: 11px;
    padding: 20px 0px;
    text-transform:uppercase;
    width: 390px;
    height:55px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#0099c5;
		background: rgba(255,255,255,0.3);
	text-shadow:none;
    font-weight:bold;
}
.more ul li a{
	color:#555;
    float:left;
		background: rgba(255,255,255,0.3);
    width:64px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
		background: rgba(255,255,255,0.3);
	color:#fff;
}
.divWrapper {
	position:absolute;
	left:15%;
	overflow:auto;
} 

/* FOOTER */

		#footer {
	position:fixed;
	bottom:0;
	z-index:999999;
	width: 100%;
	height: 180px;
	margin: 0 auto;
	clear: left;

	padding: 2px 0 0 0;
	/*background: rgba(255,255,255,0.8);*/
		background-image:url(../images/shim.gif);
		-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	}
	
	
	.wrap {
	position:relative;
	margin:0 auto;
	/*replace 900px with your width*/
		width:960px;
	padding: 0px 0 0 0;
	/*background: rgba(255,255,255,0.8);*/
		background-image:url(../images/shim.gif);

		}
		
		#footer p {
			margin-top:6px;
		

		}
		
		#footer a, #footer a:link, #footer a:visited {
	color: #000;
	display: inline;
	text-decoration: underline;
		}
		
		#footer a:hover, #footer a:active {
	color: #FFF;
	
		}
/* END OF FOOTER */


		
/* FOOTER columns*/		
.col {
	float: left;
	padding: 2px 0 0 25px;
	width: 210px;
}
.col:first-child {
	padding: 2px 0 0 0;
}
h2 { 
	background: url(extra-title-bg.jpg); 
	color: #669933;
	float: left; 
	font: bold 16px Arial, Helvetica, sans-serif; 
	font-variant: small-caps; 
	margin: 0 0 4px 0; 
	padding: 4px 0 0 19px; 
	height: 20px; 
	width: 200px;
}
ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
li { 
	background: url(extra-links-bg.jpg); 
	border-bottom: 1px dotted #669933; 
	border-top: 1px dotted #669933; 
	float: left; 
	height: 28px; 
	margin: 1px 0;
	padding: 0; 
	width: 200px; 
}
li a { 
	color: #FFF;
	display: block;
	float: left; 
	font: bold 12px Verdana, Geneva, sans-serif; 
	padding: 10px 0 0 19px; 
	text-decoration: none;
}
li:hover { 
	background: #669933;
}

/* End of FOOTER columns*/
