body {
	margin: 0;
	padding: 0;
	background: #3a3a3a url(bg.jpg) center top no-repeat;
	font-size: 13px;
	color: #333333;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CBA61A;
}

h1 {
	 color: #33CC00;
	font-size: 28px; font-weight:bold;
}

h2 {
	letter-spacing: -1px;
	font-size: 22px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #B1B102;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width:978px;
	height: 90px;
	margin: 0 auto;
	background:#fff url( img02.jpg) center no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 20px; padding-left:60px; 
	text-transform: none;
	line-height: normal;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu { background:#5f5f5f;
	width:978px; margin:0 auto;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline; padding:0 30px 0 30px;
}

#menu li a {
	padding: 0 0 0 10px;
	background: url( img04.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold; font-size:14px;
	color: #fff;
}

#menu li a:hover {
	text-decoration: underline; color:#00CC00;
}

/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 0 0;
}

/* Content */

#content { background:#fff; padding:4px;
	float: left;
	width: 700px;
}

.post {
	padding: 0 0 20px 15px;
}

.title h1{ 
	margin: 0;
	border-bottom: 2px solid #4A3903;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url( img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar { background:#fff;
	float: right;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CBA61A;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 24px;
	border-bottom: 1px dotted #4A3903;
	background: url( img06.gif) no-repeat 2px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url( img05.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none; color:#333;
}

#sidebar a:hover {
	text-decoration:none; color: #00CC00;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	background: #473702;
	border-top: 2px solid #4A3903;
	font:Georgia, "Times New Roman", Times, serif; color: #CBA61A;
	text-align: center;
	font-size: smaller;
}

