/*-------------------------------------------------------

	doc title: Wizard - stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	developer: D Petrie
	date: 03/11/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 0.6em 4%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;	
}

										/* ---------- 2. typography ---------- */ 

p {color:#086C54;}
p a {color:#086C54;text-decoration:underline;}
h1 {}
h2 {}
h3 {color:#CF3F17;}
h4 {color:#086C54;}
h5 {}


										/* ---------- 3. listography ---------- */ 
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Georgia, "Times New Roman", Times, serif;
	background		: #EBE4BC;
}


#wrap {
	position		: relative;
	width			: 950px;
	margin			: 45px auto;
}


#imgs {
	position:relative;
	width:415px;
	height:650px;
	float:left;
}
#main {
	position:relative;
	width:535px;
	height:650px;
	float:right;
}

#nav {
	width:505px;
	height:100px;
	margin-left:20px;
}
#content {
	width:535px;
}
	#copy {
		position:relative;
		width:505px;
		margin-left:20px;
		height:420px;
		margin-bottom:30px;
	}
	#hp #copy {
		height:490px;
	}
	#hp_copy {
		height:230px;
		margin-bottom:10px;
	}
	
#footer_top {
	position:relative;
	width:950px;
	height:30px;
	background:#086C54;
	color:#fff;
	clear:both;
	line-height:30px;
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
#footer_top a {
	color:#fff;
}

#footer_bt {
	position:relative;
	width:950px;
	padding-top:10px;
	color:#086C54;
	text-align:center;
	font-size:0.8em;
}
	#footer_bt a {
		color:#086C54;
	}
	
#player {
	position:relative;
	width:200px;
	margin:0 auto;
}
										/* ---------- 5. navigation ---------- */ 
										
#nav a {
	display:block;
	float:left;
	height:64px;
	text-indent:-9000px;
}
	.n_home {
		background:url(../images/nav/home.jpg) no-repeat;
		width:96px;
	}
	a:hover.n_home {
		background-position:-96px;
	}
	.n_home2 {
		background:url(../images/nav/home.jpg) no-repeat;
		width:96px;
		background-position:-96px;
	}

	
	
	
	
	.n_reviews {
		background:url(../images/nav/reviews.jpg) no-repeat;
		width:123px;
	}
	a:hover.n_reviews {
		background-position:-123px;
	}
	.n_reviews2 {
		background:url(../images/nav/reviews.jpg) no-repeat;
		width:123px;
		background-position:-123px;
	}

	
	
	
	
	.n_credits {
		background:url(../images/nav/credits.jpg) no-repeat;
		width:117px;
	}
	a:hover.n_credits {
		background-position:-117px;
	}
	.n_credits2 {
		background:url(../images/nav/credits.jpg) no-repeat;
		width:117px;
		background-position:-117px;
	}

	
	
	
	
	.n_background {
		background:url(../images/nav/background.jpg) no-repeat;
		width:157px;
	}
	a:hover.n_background {
		background-position:-157px;
	}
	.n_background2 {
		background:url(../images/nav/background.jpg) no-repeat;
		width:157px;
		background-position:-157px;
	}

										


										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. forms ---------- */ 