* {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

body {
	margin: 20px 0;
	padding: 0;
	font: normal 0.8em 'Trebuchet MS', sans-serif;
	color: #444;
	background-color: #6D5434;
	text-align: center;
	height: 100%;
}

/* headers */
h1 {
	font: bold 2em 'Trebuchet MS', Tahoma, Sans-serif;
	text-align: center;
	color: #FFFFFF;
}

h1,h1 a {
	font: bold 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

h1,h2,h3 {
	margin: 10px 15px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 990px;
	margin: 0 auto;
	background: #FFF url(images/wrap-bg.jpg) repeat-y;
	background-position: right;
}

/* header */
#header {
	position: relative;
	height: 176px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #FFF;
}

#header .headerphoto {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 757px;
	height: 156px;
	background: #FFFFFF;
	overflow: hidden;
}

#header #logo-box {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 202px;
	height: 156px;
	background: #4E3525;
}

#logo-box h1#logo {
	position: absolute;
	font: bold 30px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 16px;
	left: 22px;
	width: 240px;
	text-align: center
}

#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}

#logo-box #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 111px;
	left: 19px;
	width: 180px;
	text-align: center;
}

/* header menu */
#menu_tour {
	padding-left: 15px;
}

#menu {
	clear: both;
	margin: 0;
	width: 960px;
	background-color: #4E3525;
	float: left;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(images/content.jpg) repeat-y;
	background-position: right;
}

#content {
	width: 970px;
	clear: both;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 24%;
	/*margin: 0 0 10px 0;*/
	padding: 0;
}

#sidebar h1 a {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font-size: 1em;
	color: #660000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.sidebox {
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar .sidemenu {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}

#sidebar .sidemenu a {
	display: block;
	font-weight: normal;
	color: #333;
	/*height: 1.5em;	*/
	background-color: white;
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D5D5D5;
	border-top: 1px dashed #D5D5D5;
	text-decoration: none;
}

#sidebar .sidemenu a.top {
	border-bottom: 1px dashed #D5D5D5;
	border-top: 1px dashed #D5D5D5;
}

#sidebar .sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid #993333;
	color: white;
	background-color: #4E3525;
}

#sidebar .sidemenu p a,#sidebar .sidemenu p a:link,#sidebar .sidemenu p a:visited,#sidebar .sidemenu p a:hover
	{
	border: 0px;
	display: inline;
	padding: 0px;
}

/* main */
#main {
	float: left;
	width: 685px;
	margin: 0 0 10px 0px;
	padding-left: 10px;
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	color: #000000;
	text-align: left;
	border-bottom: 1px dashed #D5D5D5;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

.post {
	margin: 0;
	padding: 0;
}

.post .post-footer {
	background-color: #fafafa;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}

.post .post-footer .date {
	background: url(images/clock.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .comments {
	background: url(images/comment.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post .post-footer .readmore {
	background: url(images/page.gif) no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 12px 0 0 0;
	font: normal 1 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url(images/footer-bg.jpg) no-repeat left bottom;
	color: #666666;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}