body {
	margin: 0;
	padding: 0;
	line-height: 16px;
	background-color: #2A2A2A;
	text-align: left;
	background-image: url(../img/bgtile.jpg);
	background-repeat: repeat-y;
	background-position: 174px 0px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #2A2A2A;
	overflow-x: hidden;
	padding-bottom: 50px;
}

a:link, a:visited, a:active {
	color: #441110;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}

td {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

td.fc {
	background-image: url(../img/tile.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 0px;
}

.mainnav {
	background-color: #000000;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 4px;	
}

.topnav {
	text-align: right;
	padding-top: 16px;
}

.content {
	background-color: #E0DACA;
	margin-left: 50px;
}

.content .innertube {
	padding-top: 30px;
	padding-left: 110px;
	padding-bottom: 60px;
	padding-right: 280px;
}

h1, h2, h3 {
	color: #441110;
	font-size: 28px;
	text-transform: lowercase;
	font-weight: normal;
}

.innertube ul {
	padding: 2px;
	margin-left: 14px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;	
}

.innertube ol {
	padding: 2px;
	margin-left: 22px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
}

