		body {
			background: #686868;
			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: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;
			margin-top: 10px; 
			margin-right: 20px;
			margin-left: 20px;
			
		}
		
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size:18px;
			color: #000;
			margin: 0px;
			margin-left: 20px;
			margin-top: 30px;
			text-indent: 0px;
			padding: 7px 0px 7px 0px;
			text-transform: uppercase;
		}
		
		h2{
		font-size:14px;
		color: #8d8b00;
		margin-left: 20px;
		color:#990000;
		}
		
		
		li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333;
			list-style-image:url(images/arrow.gif);
		}
		
		address{
			font-style: normal;
		}
		
		/* Creates the general link style for the site. This is not the main navigation.  */
		
		a:link {
			color:#223560;
			text-decoration: none;
		}
		a:visited {
			color: #223560;
			text-decoration: none;	
		}
		a:hover {
			color: #223560;
			text-decoration: underline;
		}
		a:active {
			text-decoration: none;	
		}
		
		
		/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
		
		div#wrapper{
			width: 770px;
			margin: 0px auto;
			z-index: 0;
		}
		
			
		div#container {
			width:770px;
			position: relative;
			background: url(images/bg_wrapper.gif);
		 }
		 
		 div#top{
		 	width: 770px;
			height: 28px;
			background: url(images/top.gif);
		 }
		 	
		div#header { 
			background: url(images/header.jpg);
			width: 770px;
			height: 200px;
		 }
	
	
		div#pagetext {
		width: 770px;
		background: url(images/content_top.gif) repeat-x;
		float: right;
		display: inline;
		}
		
		
		div#pagetextbottom{
		background-repeat:no-repeat;
		width: 770px;
		height: 57px;
		background: url(images/footer.gif);
		float: right;
		position: relative;
		}
		
	
		
		div#pagetext a:link{
			font-family: Arial, Helvetica, sans-serif;
			color:#0000CC;		
		}
		
		div#pagetext a:visited{
			color:#000066;		
		}
		
		
		div#leftcolumn{
			width: 200px;
			float: left;
			margin-top: 0px;
			display: inline;
		}

		
		.right {
			margin: 15px;
			float: right;
			font-size: 10px;
			color:#8d8b00;
		}
		
		.right img{
			border: 1px solid #ccc;
			padding: 2px;
		}
		
		
		div#address{
			width: 450px;
			margin-left: 20px;
			border: 1px solid #ccc;
		}
		
		
		
		div#footer {
			width: 550px;
			clear: both;
			margin: 0px auto;
		}
		
		 
		 div#links {
			font-size:0px;
			width: 770px;
			color: #51473D;
			text-align: center;
			clear: both;
			height: 35px;
			margin: 0px auto;
			padding-top: 10px;

		
		 }
		 
		 div#links p{
			padding: 5px 0px 5px 0px;
			font-size: 11px;
		 }
		 
		  div#links a:link, a:visited {
			color: #0033CC;
			font-weight: bold;
		 }
		 

		 div#pagebottom{
		background: none;
		width: 100%;
		height: 100%;
		bottom: 0px;

		 }
		 
		 
		 div#login{
			width: 770px;
			text-align: right;
			margin: 0px auto;
			clear: both; 
			font-size: 10px;
		 }


		 
		 /* ----------------- IMAGE ELEMENTS ----------------- */
		
		img.left {
			float: left;
		
		}
		
		img.right {
			margin: 30px;
			border: 2px solid #fff;
			float: right
		}
		
		 .copyright {
			width: 770px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			font-size:9px;
			text-align: center; 
			clear:both;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;	
		 }
		 
		 
		.copyright a:link{
			color: #fff;
		  }
		  
		  
		.copyright a:visited{
			color: #fff;
		  }
		
		
		
		
		/* ----------------- NAVIGATION ----------------- */
		
		div#navigation{
		width: 770px;
		height: 53px;
	
		position: relative;
		background: url(images/nav_bg.gif) no-repeat;
		}
		
		
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 747px;
	height: 39px;
	font-family: Tahoma, Helvetica, sans-serif;
	position: absolute;
	left: 10px;
	top: 13px;
	}
	
	
	ul#mainnav li {
		display: inline; 
		list-style: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 12px;
		font-weight: bold;
		padding: 10px 20px 9px 20px;
		text-decoration: none;	
	}
	
	
	ul#mainnav li a:hover {
		background: transparent url(images/pointer.gif) top center no-repeat;
		color: #000;
		width: auto;
	
	
		
		
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: transparent url(images/pointer.gif) top center no-repeat;
		color: #ffff00;
		width: auto;
	}
		
	

	
	.clear{
		clear: both;
	}
	
	.center{
		text-align: center;
	}
	/*Google Map*/
	#map{
		margin-left: 20px;
	}
	
	
	address { 	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 11px;
			color: #333;
			margin-left: 20px;
			
		}
		
ul#utilitynav {
	padding: 0px;
	width: 554px;
	height: 25px;
	float: left;
	position: absolute;
	z-index: 5;
	left: 16px;
	top: 0px;
	margin: 0px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 0px 5px 0px 7px;
		text-decoration: none;	

	}
	
	
	ul#utilitynav li a:hover {
		color: #000;
		width: auto;
		
	}
	
		
		
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #000;
		width: auto;
	}


/*---------------Audio-----------------------*/

#audio{
	position: absolute;
	width: 228px;
	height: 41px;
	left: 517px;
	top: 276px;
	
}

#player{
	position: absolute;
	left: 529px;
	top: 286px;
}

#coupon {
			margin: 5px;
			float: right;
			font-size: 10px;
			color:#333;
			border: 1px solid #ccc;
			padding: 2px;
			font-size: 13px;
			font-family:Arial, Helvetica, sans-serif;
			text-align:center;
		}
