html, body {
	margin : 30px 0 30px 0;
	padding : 0;
	background-color: #050505;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	background-position: center top;
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #fff;
	line-height: 18px;
} 
			/*WRAP*/
#wrap { 
	width : 700px;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	border : 15px solid #fff;
	color : #fff;
	background-color: #942824;	
} 
			/*BANNER*/
#masthead { 
	height : 198px;
	padding : 0;
	margin-bottom : 0;
} 
			/*MAIN CONTAINER*/
#container {
	width : 690px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 25px;
	padding : 0;
	line-height : 1.8em;
	text-align: justify;
} 

#menucontainer {
	position : relative;
	height : 45px;
	color : #e0e0e0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	width : 100%;
	font-family : "Helvetica", Arial, Verdana, sans-serif;
	line-height: normal;
} 

#menu {
	width: 700px;
	height: 44px;
	margin: 0 0;
	padding: 0px 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;	
	border-bottom:4px solid #FFFFFF;
	border-top:4px solid #FFFFFF;			
}

#menu ul {
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	border-right:2px solid #972e29;
	height: 42px;
}

#menu a {
	float: left;
	margin: 0px;
	padding: 17px 20px 17px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #000;
}

#menu .current_page_item a {
	color: #000;	
}

			/*TOP NAVIGATION*/
#content { 
	padding : 0px 10px 0px 10px;
	margin : 0px 5px 20px 5px;

} 

#player1 
{
     margin: 0px;
     padding: 0px;
}

#bttmbar {
	float: right;
	color: #fff;
	text-align: center;
	font-size: 12px;
	height: 60px;
	width: 100%;
	padding-top: 30px;
	border-top:3px solid #9e8c6b;
	text-decoration: none;
	background-color: #000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#bttmbar a:link, #bttmbar a:visited {
	color:#942824;
	text-decoration:none;
	font-weight:bold;
}
#bttmbar a:hover {
	color:#fff;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0;
}
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	line-height:25px;
	border-bottom:1px solid #FFFFFF;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight:bold;
	line-height:25px;
	border-bottom:1px solid #FFFFFF;
}

code {
	width:310px;
	border-right: 8px solid #333;
	color: #ccc;
	display: block;
	font-family:"Verdana", Arial sans-serif;
	font-size:100%;
	line-height:18px;
	margin-bottom: 6px;
	padding: 5px;
}

#content blockquote {
	margin:10px 0 10px 0;
	padding:12px;
	font-family:"Verdana",arial sans-serif;
	font-size:12px;
	color:#ddd;
	border:2px dashed #81221e;
	background-color:#9d2a26;
}

#content blockquote p {
	margin:0;
	padding:0;
	text-indent:0;
}
			/*LINKS*/
#content a:link, #content a:visited {
	color : #111;
	background : inherit;
	text-decoration : none;
	font-weight: bold;
} 
#content a:hover { 
color : #fff;
background : inherit;
text-decoration : none;
border-bottom:1px solid #fff;
} 
a img {
border: 0;
}
 
