/*
 * Autumn theme by Cliffano Subagio - http://mbledug.com
 */
 
div, h1 {
	padding: 0;
	margin: 0;
}
a {
	color: rgb(188, 190, 91);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: rgb(245, 245, 245);
}
body {
	background-color: rgb(242, 242, 242);
	color: rgb(102, 102, 102);
	font: 11px/1.4em Tahoma, Arial, Verdana, sans-serif;
	line-height: 170%;
	margin: 0px;
	text-align: center;
}
div#body {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 640px;
}
div#calendar td, div#calendar th {
	text-align: center;
}
div#canvas {
	background-color: rgb(255, 255, 255);
	border: 2px rgb(231, 231, 231);
	border-style: none solid none solid;
	margin: auto;
	width: 640px;
}
div#footer {
	padding-top: 10px;
	text-align: left;
}
div#leftColumn {
	height: 1000px;
}
html>body div#leftColumn {
	height: auto;
	min-height: 1000px;
}
div#leftColumn {
	padding: 15px;
	width: 372px !important;
}
div#leftColumn a:hover {
	background-color: rgb(250, 240, 195);
}
div#leftColumn h3 {
	margin-bottom: 20px;
}
div#leftColumn hr {
	border: 0;
	background-color: rgb(249, 237, 175);
	color: rgb(249, 237, 175);
	height: 2px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 320px;
}
div#rightColumn {
	left: 402px;
	padding: 15px;
	position: absolute;
	top: 0px;
	width: 208px;
}
div#rightColumn a:hover {
	background-color: rgb(252, 248, 218);
}
div#rightColumn div {
	margin-bottom: 20px;
}
div#rightColumn h3 {
	margin-bottom: 10px;
}
div#rightColumn hr {
	border: 0;
	background-color: rgb(243, 231, 161);
	color: rgb(243, 231, 161);
	height: 3px;
	width: 200px;
}
h1#banner a {
	color: rgb(102, 102, 102);
	font: italic 28px 'Times New Roman', sans-serif;
	font-weight: 600;
	text-decoration: none;
}
h1#banner {
	left: 20px;
	height: 75px;
	line-height: 1.0em;
	text-align: right;
	width: 640px;
}
h1#splash {
	height: 206px;
	line-height: 1.0em;
	text-indent: -3000em;
	width: 640px;
}
h3 {
	font: 11px tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase
}
p.info {
	margin-top: 20px;
}