body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 110px;
	background: #8C0000;
	}

#page {
	text-align: left;
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 822px;
	border: 1px solid #959596;
	}


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;

	}

h1 {
    font-size: 4em;
    text-align: center; 
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.3em;
	}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #leftsidebar h2, #rightsidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
.description {
	font-size: 1.2em;
	text-align: center;
	}

.leftcolumn {
	float: left;
	padding: 15 0 20px 5px;
	margin: 0px 5px 0;
	width: 165px;
    background:white;
    font-size: 1.1em;
	}


#maincolumn
{
	float: left;
	padding: 20px 5px 10px 5px;
	width: 620;
    /*border-left: 2px solid #ddd; */
    font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: justify;

    background:white;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#footer {
	background-color: #eee;
    padding: 0 0 0 0px;
	margin: 0 auto;
	width: 820px;
	clear: both;
    background: url("maindotfooter.gif") no-repeat bottom; border: none;
	}
#footer p {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	}

