body {
	background:   url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ccc;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #fff;
	text-indent: 10px;
	margin-bottom: -5px;
	margin-top: 10px;
	text-transform: uppercase;
};

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333;
	margin-left: 10px;
	margin-bottom: -5px;
}

ul{
  	padding-top: 5px;

}

#pagetext li {
	font: 12px normal Arial, Helvetica, sans-serif;
	list-style:url(images/bullett.gif);
	border-bottom: 1px solid #c7c7c7;
	width: 200px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%	;
	background: url(images/bg.gif) repeat-x #000;
	position: relative;
}



div#container { 
	width:770px; 
	background: #330000; 
	margin: 0 auto;
	border-left: 5px solid #111;
	border-right: 5px solid #111; 
	}
 

div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 160px;
	border-bottom: 10px solid #111;


 }
/*container for pagetext and left coloum */
div#content {
	width: 770px;
	margin: 0px;
	
 }

div#pagetext {
	background: #000;
	width: 553px;
	float: left;
	position:relative;

		
}

div#audio{
	position: absolute;
	width: 100px;
	height: 35px;
	left: 421px;
	top: 2px;

}


div#right{
	width: 217px;
	float: left;
	border-right: 0px solid #ccc;
}

div#right a:link{
	color: #fff;		
}

div#right a:visited{
	color: #fff;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	margin-left: 20px;
	text-align:left;
	
}




address{
	width: 209px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	padding: 3px;
	background: #660000;
	border: 1px solid #330000;
}

div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
 	font-size: 9px;
 	background: #660000;
 	width: 100%;
 	color: #fff;
 	text-align: center;
	padding: 5px 0px 10px 0px;
 	clear: both;	
	margin: 0px auto;
	
 }
 
 div#links a{
 	color: #fff; 
 }
 

 
 
  div#bottom{
  	background: url(images/footer.gif);
	background-repeat: no-repeat;
 	width: 790px;
	margin: 0px auto;
	clear: both; 
 }
 
 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #009900;
	font-weight: bold;

 }
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}
.right{

	float: right;
}

.right img{
	margin: 5px;
	border: 1px solid #fff;
}

div#copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
 	font-size:9px;
	text-align: center; 
	margin: 0px auto;

 }
 
div#copyright a{
 	color: #fff;
	}
		img.ypimg {
		margin: 10px 0;}
	
div#audio{


}	


 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 

ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 217px;
	

}

ul#mainnav li {
	display: inline; 
	list-style: none;
	background: url(images/bg_nav.gif);

}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #fff;
	width: 211px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 5px 5px;
	margin-left: 0px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #222;
	border-right: 1px solid #000;
	background: url(images/bg_nav.gif);

}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #fff;
	background: url(images/bg_navhot.gif);
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #fff;
	background: url(images/bg_navhot.gif);

}


.clear{
	clear: both;
}

iframe{
	margin-left: 10px;
}
