* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #0D0D0D url(images/img01.gif);
	font: normal small Tahoma, Verdana, Arial;
	color: #000000;
}

h1,h2,h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #BB0000;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	color: #770000;
}

a:hover {
	color: #FF0000;
}

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	border-bottom: 2px solid #EEEEEE;
	font-size: 2em;
}

.post .story {
	clear: both;
	padding: 20px;
}

.post .story p,.post .story blockquote,.post .story ul,.post .story ol {
	line-height: 180%;
}

.black {
	color: #000000;
}

#page {
	width: 600px;
	margin: 0 auto;
	background: #FFF;
	border: 5px solid #BCBCBC;
}

#content {
	border: 1px solid #BB0000;
}

#content h1 {
	text-align: center;
	letter-spacing: -1px;
}

#menu {
	height: 30px;
	background: #BCBCBC;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 5px 5px 2px 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
}

#menu a:hover {
	font-style: normal;
}

#menu .active a {
	text-transform: uppercase;
	border: 1px solid #BB0000;
	border-bottom: 5px solid #FFF;
	color: #BB0000;
	background: #FFF;
}

#menu .first a {
	
}

#footer {
	text-align: center;
	clear: both;
	padding: 5px;
	background: #BCBCBC;
	margin: 0;
	color: #000000;
}