/* JRR */


body {
	background-color: #682A01;
	background-image: url(../images/woodbg.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF2C8;
	text-align:justify;
	text-shadow:#333 2px 2px 2px;
	width: 100%;
	}
	
#IEroot #h2 {
	padding:0;
	width:600px;
	text-align:left;
}

p {
	width: 600px;
	}
	
p a {
	color: #fff2c8;
	font-weight:bold;
	}
	
p a:hover {
	text-shadow: #333 2px 2px 2px;
	}

	
#menu {	
	background: url(../images/rings.png);
	background-repeat: no-repeat;
	width:328px;
	margin-top: 125px;
	margin-left: 25px;
	height: 100%;
	position: fixed;
		}
		
#IEroot #menu {
	left:0;
}

#menu ul {
	margin-left: 115px;
	margin-top: 30px;
	}
	
#IEroot #menu ul {
	margin-left: 150px;
}
	
#menu ul li {
	list-style-type:none;
	}
	
#menu ul a {
	color: #FFF2C8;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	text-align:left;
	outline:none;
	}

a:hover {
	text-shadow: #333 2px 2px 2px;
	}
	
#header {
		margin: 5px 5px 5px 330px;
	
	
	}
	
#home {
	margin: 0px 15px 500px 350px;
	background: #;
	height: auto;
	width: auto;
	}
	
#story {
	margin: 50px 15px 500px 350px;
	background: #;
	height: auto;
	width: auto;
	}
	
#examples {
	margin: 50px 15px 500px 350px;
	background: #;
	height: auto;
	}

#examples h3 {
	margin-top:50px;
}

#examples h4 {
	width:600px;
}

#examples h4 a,
#examples p a {
	text-decoration: none;
	color: #FFF2C8;
	width: 600px;
}

#examples h4 a:hover,
#examples p a:hover {
	text-decoration:underline;
}
	
#contact {
	margin: 50px 15px 50px 350px;
	background: #;
	height: 1000px;
	width: 650px;
	}
	
button {
	background:none;
	border:none;
	color:#fff;
	margin:0;
	cursor: pointer;
	}
