body {
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	background-color: #221802;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0; 
}


#page {
	text-align: left;
	margin: 10px auto;
	padding: 0px;
	width: 970px;
	background-color: white;
}

#header {
	height: 150px;
	background: url("pics/background.png") no-repeat top center; 
	color: white;
	font-weight: bold;
		font-size: 15pt;
}

#header h1, #header h2{
	display: none;
}

#footer {
	margin: 0px;
	font-size: 80%;
	text-align:center;
	background: white;
	padding-bottom: 40px;
	padding-right: 20px;
}

#menu {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

#menu #navlist
{
	background-color: white;
	color: white;
	line-height: 30px;
	margin: auto;
	text-align: right;
	padding-right: 50px;
}

#navlist a
{
	color: gray;
	font-weight: bold;
	padding-bottom: 20px;
}

#navlist a:hover
{
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

h1 {
	font-size: 15pt;
	padding: 0px;
	margin: 4px;
	font-weight: bold;
}

a img {
	border: none;
}

.post {
	padding-top: 15px;
}

.main {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
}