body {
	margin-top:50px;
	background-color: #666666;
	margin-bottom: 20px
	line-height: 2.5em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #006699;
}

h2 {
font-size: 11px;
padding: 8px 0px 0px 0px;
}

h3 {
font-size: 14px;
padding: 0px 10px 5px 7px;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #005883;
}

/* Menu */

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	background: #CCCCCC;
	border: 2px solid #333333;
}
#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	padding: 10px 25px 0 25px;
	border-right: 1px solid #333333;
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}

#menu a:hover {
	background: #cccccc;
	color: #005883;
}


/* Header */

#header {
	width: 700px;
	height: 180px;
	margin: 0 auto;
	border-right:2px solid #333333;
	border-left:2px solid #333333;
	border-top:2px solid #333333;
}

#header h1 {
	font-size: 1.8em;
}

#header h2 {
	padding: 8px 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #990000;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 2px solid #333333;
	border-top: none;
	background-color:#FFFFFF
}

/* Posts */

#posts {
	float: right;
	width: 447px;
	padding: 15px 9px 0px 12px;
}

#posts .post {
	padding-bottom: 0px 0px 0px 0px;
}

#posts .story {
	padding: 0px 10px 10px 7px;
	text-align:justify;
	line-height: 2.5em;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 190px;
	padding: 15px 0px 30px 30px;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

#links li ul {
	padding: 15px 0px 0px 0px;
	text-decoration: none;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	padding: 10px 0 0 0px;
	font-size: xx-small;
	color: #333333;
}

#footer a {
	color: #990000;
}

