body {
	margin: 0;
	padding: 0;
	background: url(images/BG2.jpg);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Container */

#container {
	width: 900px;
	margin: 0 auto;
	background: url(images/img01.jpg) repeat-x left top;
	border: 2px solid #967001;
}

/* Header */

#header {
	width: 900px;
	height: 215px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

/* Logo */

#logo {
	width: 400px;
	padding: 140px 0 0 100px;
	color: #BF4D02;
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #7B5C02;
}

#logo p a {
	color: #7B5C02;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #BF4D02;
}

/* Menu */

#menu {
	width: 880px;
	height: 37px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float:left;
}

#menu a {
	display: block;
	padding: 10px 12px 7px 12px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover {
	background: url(images/img03.jpg) no-repeat center top;
	text-decoration: none;
}

#menu .current {
	background: url(images/img03.jpg) no-repeat center top;
}

/* Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) repeat-y left top;
}

#wrapper-top {
	width: 900px;
	background: url(images/img07.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(images/img05.jpg) no-repeat left bottom;
}

/* Page */

#page {
	width: 900px;
	height:500px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 545px;
	margin: 0 5px 0 30px;
}

.post .title {
	color: #967001;
	margin-right: 20px;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 10px 0 0;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 20px 5px 0;
	text-align: justify;
}

.post a {
	color: #967001;
}

.post a:hover {
	color:#666666;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0 0 0 25px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
	font-size:11px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	color: #787878;
}

/* Footer */

#footer {
	width: 900px;
	height: 10px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #4D4D4D url(images/img06.jpg) repeat-x left top;
	font-family: Verdana, Helvetica, sans-serif;
	color: #787878;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

#footer a {
	color: #BF4D36;
}

#footer a:hover {
	color: #787878;
}


