/*
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg);
	font: Verdana, Arial, Times, serif;
	font-size: .8em;
	line-height: 1.8em;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #764F27;
}

h2 {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
	font-size: 22px;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img09.gif) no-repeat;
	line-height: 1.6em;
}

a {
	background: url(images/img06.gif) repeat-x left bottom;
	text-decoration: none;
	color: #663333;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Wrapper */

#wrapper {
	background: #FFFFFF;
}

/* Header */

#header {
	width: 854px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

#header h1 {
	float: left;
	width: 104px;
	height: 110px;
	padding: 104px 120px 0 20px;
	background: url(images/logo.gif) no-repeat;
	line-height: 32px;
	font-size: 30px;
	font-style: italic;
	color: #715558;
}

#header h2 {
	float: right;
	width: 600px;
	}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 600px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 5px 0 20px;
	background: url(images/img08.jpg) repeat-x;
}

#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img06.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 250px;
}

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

#links li ul {
	padding: 15px 15px 5px 5px;
}

#links li li {
	padding: 3px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	background: none;
	font-size: .8em;
	font-weight: bold;
}

#links li i {
}

#links h2 {
	font-size: 1.5em;
}

/* Slide */

#Slide {
	padding: 10px 0 10px 0;
	background: #FFFFFF
}

#Slide a {
	background: none;
	font-weight: bold;
	color: #FFFFFF;
}

#slide1 {
	margin: 0px auto 0 auto;
	padding: 10px 0 0 0;
}
/* Footer */

#footer {
		
	height: 30px;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 20px;
	background: #FFFFFF;
}

#footer p {
	color: #000000;
	font-size: .6em;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #5A5C53;
}

