body {
	margin: 0;
	padding: 0;
	background: #190c05;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 20px;
}

h2 {
	font-size: 18px;
	color: #e9bc8e;
	text-decoration: underline;
	font-family: Arial;
	text-align: center;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #b58b7e;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 950px;
	height: 280px;
	margin: 0 auto;
	background: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	color: #FFFFFF;
}

#logo h1 {
	padding: 155px 0 0 50px;
	font-size: 44px;
	font-weight: bold;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}



/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF url(images/repeat.jpg) repeat-y;
}

#bg {
	background: url(images/bottom.png) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 680px;
	background: url(images/left.jpg) no-repeat;
	padding-bottom: 150px;
}
#content li {
	margin-top: 2px;
	margin-left: 15px;
}

/* Posts */

.post {
	width: 606px;
	padding: 30px 0 0 48px;
}

.post .title {
	padding: 10px 0 0 12px;
}

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	text-align: left;
	padding: 25px 20px 0 12px;
	background: url(images/img07.jpg) no-repeat;
}

.post .entry h2 {
	text-align: left;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(images/img09.gif) no-repeat left center;
}

.post .comments {
	background: url(images/img10.gif) no-repeat left center;
}

/* About Box */

#about-box {
	width: 210px;
	height: 162px;
	padding: 20px 30px 20px 30px;
}

#about-box h2 {
	font-size: 18px;
	font-weight: normal;
}

#about-box p {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 270px;
	padding: 0px 0 150px 0;
	background: url(images/right.jpg) no-repeat;
}

#sidebar ul {
	width: 206px;
	margin: 0;
	padding: 0 0px 0 30px;
	list-style: none;
}

#sidebar li {

}

#sidebar li ul {
	width: 100%;
	padding: 0px 15px 0 10px;

}

#sidebar h2 {
	font-size: 18px;
	padding: 20px 10px 10px 10px;
}


/* Footer */

#footer {
	padding: 30px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* Banner */

#banner {
	width: 210px;
	height: 270px;
	padding: 80px 30px 20px 30px;
	text-align: center;
	border: 0px solid black;
}

.title {
	color: #e9bc8e;
	font-family: Arial;
	text-align: right;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px 20px 0 0px;
}

.left_background {
	background-image: url(images/left_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.right_background {
	background-image: url(images/right_background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}