body {
	margin:0;
	padding:0;
	line-height: 1.2em;
	background:#6a0000 url(images/background.gif) center repeat-y;
}
em {
	color: red;
}
ul {
	list-style-type: square;
	font-size:.9em;
	line-height: 1.1em;
	margin-left:10px;
	padding-left:10px;
}
a {
	color:#6a0000;
}
a:hover {
	color:#6a0000;
	text-decoration:none;
}
#maincontainer {
	width: 600px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	background: #6a0000 url(images/header.gif);
	height: 143px; /*Height of top section*/
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
}
#contentcolumn h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#d7c572;
	margin-top:10px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:solid 3px #6a0000;
}
#contentcolumn p {
	font-size:.9em;
	margin-top:0;
}
#navigation {
	width:600px;
	position:relative;
	top:110px;
	text-align:center;
	color:#d7c572;
}
#navigation a {
	color:#d7c572;
	font-weight:bold;
	text-decoration:none;
	padding: 0 3px 0 3px;
}
#navigation a:hover {
	color:#ab9d5b;
}
.innertube {
	margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

