/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	height: 100%;
	text-align: center;
	font-size: 13px;
	font-family: "Arial", arial, sans-serif;
	line-height: 18px;
	color: #fff;
	background: url(/images/bg.jpg) top left repeat-x #546044; }

h1,h2,h3 { margin: 0 0 15px 0; }

a:link, a:visited { color: #fff; }
a:hover { text-decoration: none; }

a img { border: none; }

p { margin-bottom: 12px; }

ul, ol { list-style-position: inside; }


/************* STRUCTURE STYLES ***/
#wrapper {
	position: relative;
	min-height: 100%;
	width: 850px; 
	margin: 0 auto;
	padding-bottom: 100px; }
	
	* html #wrapper { height: 100%; } /* IE6 FIX */

	
	/*** HEADER STYLES ***/
	#header { height: 94px; text-align: left; }
	
	
	/*** NAV STYLES ***/
	ul#nav { 
		height: 38px; 
		margin-left: 170px; 
		list-style-type: none;
		list-style-position: outside;  }
	
		ul#nav li { float: left; }
				
			ul#nav li a:link, ul#nav li a:visited { 
				display: block; 
				height: 38px; 
				text-indent: -9999px; }
			
			ul#nav li.home a { width: 48px; background: url(/images/nav_01_home.jpg) top left no-repeat; }
			ul#nav li.bio a { width: 37px; background: url(/images/nav_02_bio.jpg) top left no-repeat; }
			ul#nav li.gallery a { width: 62px; background: url(/images/nav_03_gallery.jpg) top left no-repeat; }
			ul#nav li.instruction a { width: 89px; background: url(/images/nav_04_instruction.jpg) top left no-repeat; }
			ul#nav li.upcomingevents a { width: 117px; background: url(/images/nav_05_upcomingevents.jpg) top left no-repeat; }
			ul#nav li.prices a { width: 56px; background: url(/images/nav_06_prices.jpg) top left no-repeat; }
			ul#nav li.contactinfo a { width: 94px; background: url(/images/nav_07_contactinfo.jpg) top left no-repeat; }
			
			ul#nav li a:hover { background-position: bottom left; }

	
	/*** CONTENTWRAPPER STYLES ***/
	#contentWrapper { 
		width: 850px; 
		margin: 155px 0 0 0; }

		
		/*** CONTENT STYLES ***/
		#content { 
			float: left; 
			width: 640px; 
			min-height: 300px; 
			margin: 0 30px 0 0;
			text-align: left;
			opacity: 0.9999; }
		
		* html #content { height: 300px; } /* IE6 FIX */
			
		
		/*** SIDEBAR STYLES ***/
		#sidebar { 
			float: left; 
			width: 180px; 
			min-height: 300px;
			text-align: left; }
			
		* html #sidebar { height: 300px; } /* IE6 FIX */
			
			
			ul#categories { list-style-type: none; }
			
				ul#categories li { margin: 0 0 4px 0; }
				
				* html ul#categories li { margin: 0 0 0 -16px; } /* IE6 FIX */
				
					ul#categories li a:link, ul#categories li a:visited { 
						display: block; 
						width: 130px; 
						height: 22px;
						padding: 4px 0 0 25px;
						text-decoration: none;
						background: url(/images/category_bg.gif) top left no-repeat;
						opacity: 0.9999; }
	

/*** FOOTER STYLES ***/
#footer {
	position: relative;
	height: 45px;
	width: 100%;
	margin: -50px auto 0 auto;
	padding: 5px 0 0 0;
	text-align: right;
	font-size: 10px;
	color: #666;
	background: #f5f4f0; }

* html #footer { margin-top: -50px; } /* IE6 FIX */
	
	#footer p { margin: 0 10px 0 0; }
	
	#footer a:link, #footer a:visited { color: #666; }


/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; }

* html .clearfix { height: 1%; }

