body {
	margin: 0;
	padding: 0;
	background: #5e4329 url(images/brown.jpg) repeat-x;
	font-size: 13px;
	color: #FFFFFF;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	color: #FFFFCC;
	text-indent: 0px;
}


h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFCC;
}
h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 20px;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: 25px;
	font-style: normal;
	list-style-type: square;
	list-style-position: outside;
}

a {
	color: #FFFFCC;
}

a:hover {

}

img {

}

/* Header */

#header {
	width: 830px;
	height: 280px;
	margin: 0 auto;
	background: no-repeat;
}

/* Logo */

#logo {
	height: 170px; 
	}

#logo h1 {
	height: 170px;

}

#logo a {
	text-decoration: none;
	color: #990000;
}

/* Menu */

#menu {
	width: 830px;
	height: 65px;
	background: url(images/nav-bar.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/nav-bar.gif) no-repeat;
	float: left;
	width: 138px;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0px;
	color: #993300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#menu a:hover {
	background: url(images/nav-button.gif) repeat-x; display: block;
	color: #ff9900;

}
/* Page */

#page {
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 532px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #993300;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 2px #990000 solid;
	text-align: right;
	color: #ff9900;
}

.meta a {
	padding-left: 15px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
	padding-top: 10px;
}

#sidebar h2 {
	margin: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	background-image: url(images/nav-bar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar a {
	text-decoration: none;
	color: #CC6633;
}

#sidebar a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

/* Footer */

#footer {
	background: url(images/nav-bar.gif) repeat-x;
	clear: both;
	padding-bottom: 1px;
	text-align: center;
	font-size: 9px;
	color: #000000;
	border-top-style: solid;
	border-top-color: #993300;
}

