body {
	/*font: 80% verdana, lucida, arial, helvetica, sans-serif;*/
	/*font: 80% arial, verdana, lucida, helvetica, sans-serif;*/
	/*font: italic normal 100% 'Times New Roman', Times, serif;*/
	font: 0.85em 'Courier New', Courier, Fixed;
	background:#EEE;
	padding:0px;
	margin:0px;
	text-align:center;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a:link {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

a:active {
	text-decoration:none;
	font-weight:bold;
	color:#911;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#911;
}

#container {
	width:90%;
	background:#EEE;
	margin-top:10px;
	margin:0px auto;
	text-align:center;
}

#header {
}

#content {
	text-align:center;
	margin:25px;
	color:#000;
}

#index {
	font:2em 'Courier New', Courier, Fixed;
	font-weight:bold;
	text-align:center;
	margin:25px;
	color:#000;
}

#about {
	text-align:left;
	margin:25px;
	width:90%;
	color:#000;
}

#footer {
	font-size:75%;
	text-align:center;
	border-top:2px solid #FA6;
	color:#611;
}

#menu {
	float:left;
	width:90%;
	font-size:93%;
	line-height:normal;
}
#menu ul {
	margin:0;
	padding:5px 5px 5px 5px;
	list-style:none;
}
#menu li {
	float:right;
	margin:0;
	padding:5px 5px 5px 5px;
}
#menu a {
	float:right;
	display:block;
	width:.1em;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
#menu > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none;}
	/* End IE5-Mac hack */
#menu a:hover {
	color:#911;
}
#menu #current {
	background-position:0 -150px;
	border-width:0;
}
#menu #current a {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#911;
}
#menu li:hover, #menu li:hover a {
	background-position:0% -150px;
	color:#911;
}
#menu li:hover a {
	background-position:100% -150px;
}

#main { margin: 0 !important; padding: 0 0.4em !important; }
.posts { list-style-type: none; padding: 0 0.3em 0 0.7em !important; }
.posts li { margin: 5px 0 !important; background-color: transparent !important; }
.post { padding: 0 0 0 0; line-height: 1.3em !important; }
.post h4 a { font-weight:bold !important; }

#form { font-weight: bold !important; text-align: center; font-size: 110%; }
#title { font-weight: bold !important; text-align: center; font-size: 150%; }
