body {
	background: #181818 url("../img/bg.jpg") no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

a {
	color: #888888;
	text-decoration: none;
}

a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

hr {
	background-color: #333;
	border: none;
	height: 1px;
}

.bbc_u {
	text-decoration: underline;
	color: inherent;
}

header img {
	padding: 10px;
}

nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top-left-radius: 15px 15px;
	background-color: #181818;
	text-align: center;
	border: 1px solid #111;
	font-variant:small-caps;
	font-weight: bold;
}

nav ul {
	padding: 5px;
}

nav li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
}

.main {
	padding-top: 10px;
	background-color: #222;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.close {
	border-bottom: 1px solid #111;
}

.article_chop {
	max-height: 400px;
	text-overflow: ellipsis;
}

footer {
	text-align: center;
}

footer ul {
	padding: 10px;
}

footer li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
}

.content_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	font-size: .9em;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #111;
	background-color: #181818;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: center;
}

.content_subheading {
	font-size: .7em;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	text-align: right;
	background-color: #181818;
}

.content_body, .content_body_minor {

	text-align: left;
	font-size: .8em;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #111;
	background-color: #202020;
	line-height: 1.3em;
}

.content_body ul, .content_body_minor ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content_body ul ul, .content_body_minor ul ul {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content_margin {
	margin-bottom: 10px;
}

.content_body_minor {
	font-size: .7em;
}

