body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #069;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 5px solid #000;
}

/* Header */

#header {
	width: 900px;
	height: 23px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#header a {
	text-decoration: none;
}

/* Logo */

#logo {
	float: left;
	padding-left: 10px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}

#logo h1 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Menu */

#menu {
	float: right;
	width: 900px;
	height: 20px;
	background-color: #FFF;
}

#menu ul {
	margin: 0px;
	list-style: none;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	float: left;
	margin: 0px;
	color: #069;
}

#menu a {
	display: block;
	width: auto;
	color: #069;
	padding-top: 1px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px;
	border: 0px none #CCC;
}

#menu a:hover {
	text-decoration: underline;
	color: #F00;
}

#menu .active {
	background-color: #069;
}

#menu .active a {
	background: url(neu/images/img02.gif) no-repeat 100% -40px;
	color: #FFF;
}

/* Page */

#page {
	width: 900px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}

#header-pic {
	width: 900px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000;
}

/* Content */

#content {
	float: right;
	width: 700px;
	background-color: #FFF;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	font-size: 1.2em;
	background-color: #069;
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 25px;
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.post .title h1 {

}

.post .entry {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0px;
	background-color: #FFF;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar-content {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/img01.jpg);
}

#sidebar ul {
	margin: 0px;
	list-style: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#sidebar li li {
	margin-left: 0px;
	margin-right: 0px;
	line-height: 13px;
	padding-left: 0px;
	color: #000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
	font-size: 12px;
}

#sidebar h2 {
	font-size: 1.2em;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #069;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0px auto 30px auto;
	color: #000;
}

#footer p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
