body {
	background: #000; 
	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: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 
	margin: 0px 10px 10px 10px;
	font-size: 12px;
	color: #333;
	
}




h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color:#ff9900;
	text-indent: 10px;
	font-size:18px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	border-bottom: 1px solid #ff9900;

}	

h2 {
	width: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top: 1px dashed #ff9900;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ff9900;
	color:#FF6600;
	font-size: 22px;
	margin-left: 10px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	text-transform:capitalize;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
	width: 205px;
	background: #333;

}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	color: #ff9900;
	text-decoration: underline;	
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: none;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#container {
	width:770px;
	position: relative;
	margin: 0px auto;
 }
 
 /*
 div#indexcontainer {
	width:550px;
	height: 400px;
	margin: 0px auto;
	position: relative;
	border: 1px solid #fff;
	margin-top: 19px;
 }
*/

div#main{	
	
}


div#header{
	background: url(images/header.jpg);
	width: 770x;
	height: 160px;
	margin: 0px auto;
}



div#content {
	width: 565px;
	background: #fff;
	color: #fff;
	float: right;
	margin: 0px;
	border-bottom: 10px solid #FF6600;
 }
 
 div#pagetext{
 	width: 565px;
 
 }
 
 div#pictures{
	 width: 248px;
	 height: 495px;
	 background: url(images/pictures.jpg);
	 position: absolute;
	 top: 0px;
	 left: 748px;
	  
 }

 
 
  div#right p{
	color: #fff;
	margin: 3px;
 }

div#content ul{
}

div#content li{
	margin-left: 10px;
	color:#333;
	font-size: 12px;
	margin: 0px;
}
 
 div#left{
 	background: #FF6600;
	float: left;
	width: 205px;
	border-bottom: 5px solid #000;
 }
 
 div#address{
 width: 503px;
 background: #f5f5f5;
 clear: both;
 margin: 0px;
 }
  div#left a {
color: #ffffff;
text-decoration: underline;
 }
 
 div#left p{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	margin-left: 5px;
	text-align: left;

 }

 div#links {
	 width: 770px;
	 color: #000;
	 clear: both;
	 text-align: right;
	 margin: 0px auto;

 }


 div#indexlinks{
	 width: 600px;
	 color: #fff;
	 clear: both;
	 margin: 0px auto;
 }
 
div#links p {
	 font-size: 11px;
	 color:#fff;
	 text-align: center;
	}
/*
div#linksindex p {
 font-size: 11px;
 color:#006600;
 text-align: center;
}
*/

 
div#footer {
	 height:25px;
	 width: 600px;
	 color: #000;
	 padding-top: 30px;
	 margin: 0px auto;
}


 
 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	text-align: center;
	margin: 0px auto;
	clear:both;

 }

 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin:10px;
	
}

img.right {
	float: right;
	margin: 8px;	
}

img.nav{
	margin-left: 20px;

}

.right {
 	float: right;
	 margin: 8px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 color: #FF6600;
	 text-align:center;
	 font-size: 22px;
	 width: 200px;
}


.right img {
	margin: 5px;	
}

.mainimg{
   margin: 10px;

}

clear {
	clear: both;
}
 
 /* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
div#mainnav{
	width: 205px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background:#993300;
	
}

div#mainnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainnav li{
	
	font-family: Tahoma;
	border-bottom: 0px solid #fff;
	font-size: 11px;
	height: 25px;
	margin: 0px;
	text-indent: 25px;
	vertical-align: middle;
		padding: 1px 0px 1px 0px;
	

}

#mainnav li a {
	background: url(images/navbg.gif);
	width: 205px;
	height: 25px;
	display: block;
	color:#fff;
	text-decoration: none;
	border-left: 0px solid #fff;

	border-bottom: 1px solid #ff6600;
	
}


#mainnav li a:hover{
	background: url(images/navbghot.gif);
	background-repeat: no-repeat;
	width: 205px;
	color:#fff;
	border-left: 0px solid #ff9900;

}

#mainnav .current {
	color: #FFFF00;
	background: url(images/navbghot.gif);
	background-repeat: no-repeat;
	width: 205px;
} 

 /* ----------------- Audio link: positioned absolutley ----------------- */

#audio{
	position: absolute;
	top: 170px;
	left: 617px;
	width: 100px;
	height: 30px;
	z-index: 1;
}
