body {
	height:100%;
	margin: 0px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fffffff;
}

h1, h2, h3 {
	margin: 0 0 4px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	margin-top: 10px;
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {	font-size: 1.6em; }

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol { }

a {
	text-decoration: none;
	border-bottom: 1px dotted #b8860d;
	color: #b8860d;
}

a:visited {
	border-bottom: 1px dotted #664422;
	color: #664422;
}

a:hover {
	background: none;
	text-decoration: none;
	border-bottom: 1px solid #669900;
	color: #669900;
}

img { margin: 8px 0 18px 0; }

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	background: #000000;
}

/* Header */

#header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
	margin: 0 auto;
	width: 600px;
	color: #b2b2b2;
}

#logo h1, #logo p {}

#logo h1 {
	margin: 0;
	padding: 50px 0 0 120px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #556688;
}

/* Menu */

#menu {
	width: 900px;
	height: 31px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 8px 20px 8px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	border: none;
	border-right: 1px solid #161616;
}

#menu a:hover {
	color: #ffffff;
	background: #0c550c url(images/img02a.jpg) repeat-x left top;
}

#menu .current_page_item  a{
	color: #111111;
	background: #669900 url(images/img02b.jpg) repeat-x left top;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 58px 0 0 0px;
}

.post { }

.post .title { color: #999900; }

.post .title a {
	background: none;
	color: #4682b4;
	border: none;
}

.post .title a:hover { text-decoration: underline; }

.post .meta {
	text-transform: uppercase;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #d2d4c9;
}

.post .entry {
	padding: 10px 0 10px 0;
	text-align: justify;
	font-size: 13px;
	color: #a0a0a0;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 50px 30px 0 0;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	padding: 2px 0 2px 0;
	border-bottom: 1px dashed #333333;
	letter-spacing: -1px;
}

#sidebar h2 {
	letter-spacing: 0px;
	color: #999900;
	padding: 14px 0 10px 0;
	line-height: 26px;
}

#sidebar p {
	padding: 6px 0 20px 0;
	text-align: justify;
}

#sidebar a {
	padding: 0 0 0 10px;
	color: #787878;
	line-height: 26px;
	border: none;
	display: block;
}

#sidebar a:hover {
	text-decoration: none;
	color: #cccccc;
	background: #0c550c url(images/img02a.jpg) repeat-x left top;
}

/* Footer */

#footer {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
	background: #000000 url(images/img04.jpg) no-repeat left bottom;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a { color: #cccccc; }