/* CSS Document */
			html, body {
				height: 85%;
				width: 98%;
			}
			body {
				margin: 0;
				padding: 0;
				background-color:#FFFFFF;
				font-family:"Courier New", Courier, monospace, Sans Serif;
				color:#000033
			}
			#container {
				position: relative;
				min-height: 100%;
				
			}
			#content {
				padding: 10px;
				padding-bottom: 100px;
				width:600px;
				padding-left:25%;
				
			}
			#footer {
				position: absolute;
				bottom: 0;
				padding: 10px;
				width: 100%;
				font-size:small;
				color:#999999;
				text-align:center;
				
			}
			
			h1, p {
				margin: 0;
				padding-bottom: 1em;
				}


/*DEFINE THINGS*/

H1 { 
	font-family:"Courier New",
	Courier, monospace;
	font-size:xx-large;
	}
H2 { 
	font-family:"Courier New", Courier, monospace; 
	font-size:medium;
	}
A:link { 
	color:#FF6600; 
	text-decoration:underline; 
	font-family:"Courier New", Courier, monospace; 
	font-size:large
	}
A:visited {
	color:#FF6644; 
	text-decoration:underline; 
	font-family:"Courier New", Courier, monospace; 
	font-size:large
	}
A:active {
	color:#FF6600; 
	text-decoration:underline; 
	font-family:"Courier New", Courier, monospace; 
	font-size:large
	}
A:hover {
	color:#FF6600;
	text-decoration:none;
	font-family:"Courier New", Courier, monospace; 
	font-size:large
	}

/* Menus and Specifics */

#menu { 
	text-align:center; 
	width:100%; 
	}
	


/* Story Specific */

#story_container {
	overflow:auto;
	height:400px;
	
	}

/*image specific*/

#image_content {
	text-align:center;
}












