/* Comment Format */

A {text-decoration: underline; font-weight:none}

a:active {color: #FF0000}

A:hover {text-decoration: underline; color: blue; font-weight:none}

h1 {font-family: Monotype Corsiva; color:"#990000"; font-weight:none}

body {
	background: #FFFFFF url('images/parchment.jpg');
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif
	}
	
#top {
	background: #FFFFFF url('images/parchment.jpg');
	padding: 10px;
	margin: 0px;
	height: 160px;
	}
	
#leftcol {
	position: absolute; /* Is this position statement correct or even necessary? */
	top: 160px;
	left: 0px;
	width: 120px;
	height: 580px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px;
	font-size: 0.9em;	
	}
	
#maincol {
	margin-left: 120px;
	margin-right: 15px;
	height: 580px;
	padding: 0px 20px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	border-left: 1px solid black;
	}
	
#bottom {
	margin: 0px;
	text-align:center;
	background-color:#000000; color:#FFFFFF;
	}