/*Dunkirk studios by Claire Curtis*/
/*Body and Wrapper*/

body {
	background: #011234 url(../gfx/indigobg.jpg) top center repeat-x; 
	margin: 0;
	padding: 0;
	font: normal 8pt/13pt Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	background-color: #011234;
	margin: 0 auto;
	width: 860px;
	padding: 0;
	text-align: center;	
}

/*Top*/

#top {
	width: 800px;
	height: 2px;
}

/*Container*/

#container {
	width: 806px;
	height: 100%;
	padding: 0px 17px 0px 17px;
}

#header {
	width: 726px;
	height: 200px;
	margin: 0px;
	padding: 30px 20px 10px 20px;
	font-size: 38px;
	font-variant: small-caps;
	color: #e19200;
}

h1 {
	display: inline;
}

h2 {
	text-align: left;
	color: #e19200;
	
}

/*Menu*/
#menu {
width: 160px;
height: 300px;
margin-left: 20px;
float: left;
text-align: left;
	position: absolute;
	top: 320px;
}

/*hack to fix IE5.x + earlier*/
#menu li a {
	text-decoration: none;
	text-align: center;
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
}	
	
#menu li a:link, #menu li a:visited {
color: navy;
display: block;
padding: 8px 0 0 10px;
height: 29px;
text-align: center;
}
	
#menu li a:hover {
color: #ce8600;
padding: 8px 0 0 10px;
height: 29px;
text-align: center;
}	

#one {
	margin-bottom: 20px;
	background:  url(../gfx/off.gif) top right no-repeat;
	text-indent: 30px;
}
#two {
	background:  url(../gfx/off.gif) top center no-repeat;
	margin-bottom: 20px;
	text-indent: -5px;
}
#three {
	background:  url(../gfx/off.gif) top left no-repeat;
	margin-bottom: 20px;
	text-indent: -40px;
}
#four {
	background:  url(../gfx/off.gif) top center no-repeat;
	margin-bottom: 20px;
	text-indent: -0px;
}

#five {
	background:  url(../gfx/off.gif) top right no-repeat;
	text-indent: 30px;
}
ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#content {
width: 520px;
margin: 0px 0px 0px 200px;
border: 2px navy;
	text-align: right;
	min-height: 600px;
}

}
.story {
	width: 400px;
}

/* My Comment */

p {
	text-align: left;
	color: #e19200;
	padding-left: 10px;
}

img {
	border: none;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 10px;
} 

#spread {
	top: -30px;
	position: relative;
}

#footer {
	clear:  both;
}

