* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 3.0em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	font-style: italic;
	font-weight:bold
	letter-spacing: 2px;
	background: #D1D1D1;
	color: black;
	padding: 5px;
	margin-bottom: 0.5em;
	text-align: center;
}

.clear { clear: both; }

div#page-wrap {
	margin: 0px auto;
	width: 100em
}


	div#main-content {
		padding-bottom: 50px;
		float:center;
		text-align:left;
		}
		div#main-content div#left-col {
			float: left;
			width: 700px; /*width of left text field (story field)*/
		}
		/*add the left side story image*/
		div#main-content div#left-col div#quick-jumps {
			width: 200px;
			height: 1400px;
			float: left;
			margin-right: 25px;
			margin-top: 45px;
			padding-bottom: 50px; /*move down the size of the story imaage, plus reach bottom of text*/
			font-size: 1.2em;
			}
			/*add the sub left item quick jump links*/
			div#main-content div#left-col div#quick-jumps p {
				letter-spacing: 1px;
				font-size: 1.0em;
				font-weight:bold
				}
				div#main-content div#left-col div#quick-jumps p span {
					color: #343434; /*quickjumps title back color*/
				}
			div#main-content div#left-col div#quick-jumps a {
				color: black;
			}
			/*link text hover color*/
			div#main-content div#left-col div#quick-jumps a:hover, div#main-content div#left-col div#quick-jumps a:active {
				color: #5DFFF5;
			}
			
		/*right coloum*/
		div#main-content div#right-col {
			float: left;
			width: 200px;
			/*border-top: 8px solid #D1D1D1;/*Addes the seperator at the top of the right column*/
			margin-top: 45px;
			margin-left: 25px;
			/*padding-top: 15px;*/
			}	
		/*add the left side story image*/
		div#main-content div#right-col div#quick-jumps {
			width: 200px;
			float: left;
			margin-right: 5px;
			padding-bottom: 50px; /*move down the size of the story imaage, plus reach bottom of text*/
			font-size: 1.0em;
			}
			/*add the sub left item quick jump links*/
			div#main-content div#right-col div#quick-jumps p {
				letter-spacing: 1px;
				font-weight:bold
				}
				div#main-content div#right-col div#quick-jumps p span {
					color: #343434; /*quickjumps title back color*/
				}
			div#main-content div#right-col div#quick-jumps a {
				color: black;
			}
			/*link text hover color*/
			div#main-content div#right-col div#quick-jumps a:hover, div#main-content div#left-col div#quick-jumps a:active {
				color: #5DFFF5;
			}
	div#footer {
		/*background: #560000;*/
		color: white;
		padding: 10px 0 10px 0;
		text-transform: uppercase;
		/*border-top: 2px solid red;*/
		text-align: right;
	}
