body {
	background: url(images/bg.gif) repeat-x #fff;
	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-size: 13px;
	color: #000;
	margin-top: 10px;
	margin-left: 10px; 
	margin-right: 20px;
	line-height: 20px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#bd245c;
	margin-left: 10px;
	padding: 7px 0px 7px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#154539;
	margin-left: 10px;
	margin-right: 20px;
}




li {
	font-size: 12px;
	color: #000;
}

/* 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;	
}



div#container {
	width:770px;
	margin: 0px auto;
	background: #ccc;
	position: relative;
 }
 
 
div#top {
	width: 770px;
	height: 70px;
	background: url(images/top.gif)
	

}


div#header { 
	background: url(images/header.gif);
	width: 770px;
	height: 134px;

 }



div#content {
	background: #fff;
    width: 770px;
	float: right;
 }

div#flash{
	position: absolute;
	top: 4px;
	left: -20px;
}


div#pagetext {
	background: url(images/bg_pagetext.jpg) repeat-x #fff;
	width: 770px;
	float: left;
	position: relative;

		
}
/*
div#right{
	width: 214px;
	float: left;
		
}

  #right p{
	font-size: 11px;
	color: #660000;
	margin-left: 10px;
}

.right {
	margin: 15px;
	float: right;
}
*/
.left{
	margin: 15px;

}

.right img{
	border: 1px solid #ccc;
	padding: 2px;
}

div#address{
	width: 550px;
	margin: 0px auto;
	border-top: 1px solid #000;
}



div#footer {
	background: url(images/footer.jpg);
	width: 770px;
	height:152px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
 	width: 770px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	background: #fff;
	border-bottom: 1px solid #fff;
 }
 
 div#links a:link, a:visited{
 	color: #CC0033;
 }

 /* ----------------- IMAGE ELEMENTS ----------------- */

.right{
	float: right;
	margin: 10px;
	padding: 2px #96632f;
}

img.left {
	float: left;
	margin: 20px;

}
img.right {
	margin: 20px;
	border: 1px solid #fff;
	float: right;
	padding: 3px;
}

 .copyright {
 	background: url(images/bg_pagebottom.gif);
 	width: 100%;
	height: 100px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
	padding: 10px 0px 10px 0px;

 }
 
 


/* ----------------- NAVIGATION ----------------- */
	
	
	#navigation {
		text-align: center;
		position: absolute;
		left: 340px;
		top: 45px;
		width: 569px;
	}
	#navigation ul {
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		margin: 0;
		padding: 0;
		list-style:none;	
	}
	#navigation li {
		display: inline;
		background: url(images/navbg.gif) repeat-x center top;
		text-align: center;
		padding: 0;
		margin-right: 2px;	
		float: left;
	}
	#navigation a {
		color: #fff;
		background: url(images/nav_left.gif) no-repeat left top;
		float: left;
		margin:	0;
		padding-left:7px;
		text-decoration: none;
	}
	#navigation a span {
		background: url(images/nav_right.gif) no-repeat right top;
		display: block;
		padding:7px 13px 4px 5px;
		font-size: 11px;
	}
	#navigation a span {
		float: none;
	}
	
	#navigation a:hover {
		color: #fff000;
	}
	
	#navigation .current {
		color: #07fcbf;
	}
	
	div#audio {
	position: absolute;
	left: 650px;
	top: 12px;

}


div.addressbox{
	width: 250px;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #f8f8f8;
}


div.addressbox a:link{
	color:#003366;
}

div#map{
	margin: 0px auto;
	width: 350px;

}

.clear{
	clear: both;
}

.center{
	text-align: center;
}


div#audio{
	position: absolute;
	left: 603px;
	top: -10px;
}

div#login{
	width: 770px;
	margin: 0px auto;
	color: #fff;
	text-align: right;
	font-size: 12px;
}

div#login a:link, a:visited{
	color:#000;
}
