/* Structure */

	body {
		background: url('images/layout/background2.jpg') fixed;
		background-repeat: no-repeat;
		font-family: Verdana, Arial, sans-serif;
		font-size: 8pt;
		background-color: #ffffff;
		}

	div#content {
		background-color: #fff;
		position: absolute;
		width: 452px;
		left: 161px;
		top: 5px;
		border: 1px solid;
		padding: 20px;
		}

	div#nav {
		background-color: #fff;
		position: absolute;
		left: 659px;
		top: 5px;
		border: 1px solid;
		width: 140px;
		padding: 5px;
		}

	div#image {
		width: 100px;
		height: 100px;
		border: none;
		text-align: center;
		}

/* Links */

	a, a:link, a:active, a:visited  {
		color: #B62E1D;
		text-decoration: none;
		}


	a:hover {
		color: #E0BD30;
		}



/* Formatting */

	

	h5 { 
		font-family: Verdana, Arial, sans-serif;
		color: #B62E1D;	
		font-weight: bold;
		font-variant: small-caps;
		font-size: 9pt;
		}

	h4 {
		font-size: 8pt;
		color: #B62E1D;	
		font-weight: bold;
		}
		

	.complete { 
		color: #D7BC4F;
		}


	.emphasis {
		color: #B62E1D;	
		}


	.green {
		color: #D7BC4F;
		}

	img {
		border:none;
		}

	.center {
		text-align: center;
		}
		


/* Story Formatting */

	.title {
		text-align: center;
		}


	.songfic {
		text-align: center;
		font-style: italic;
		}


	p.center {
		text-align: center;
		}

	.right {
		text-align: right;
		}

	div#newspaper {
		font-family:times, serif;
		font-size: 9pt;
		color: #000000;
		background-color: #fdfee0;
		background-image: url('images/story/1.jpg');
		background-repeat: no-repeat;
		width: 250px;
		text-align: justify;
		padding: 13px;
		}

	h2 {
		font-size: 20px;
		font-family: arial, sans-serif;
		text-align: left;
		}



/* Forms */
	table.tablestyle {
		font-family: Verdana, Arial, Sans-serif;
		}

	input {
		background: #fff
		font-family: Verdana, Arial, Sans-serif;
		border: 1px solid #B62E1D;
		}

textarea { 
		background: #ffffff;
		font-family: Verdana, Arial, Sans-serif;
		border: 1px solid #B62E1D;
		}


