body, p, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin: 12px 5px;
}

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #52005c;
	margin: 12px 5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #952e01;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #CF8A22;
	margin: 0;
}

img {
	border: 0;
}

.txtwhite {
	color: #ffffff;
}

.floatleft {
	float: left;
}



body {
	background: #fdfae2 url(images/top.png) repeat-x top;
	/*background: #250b03;*/
	margin: 0;
	margin-top: -51px;
}

/*#wrapper {
	background: #250b03 url(images/top.png) repeat-x top;
	width: 100%;
	min-height: 49px;
	float: left;
	padding-bottom: 50px;
}*/

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#container {
	background: #250b03;
	width: 980px;
	padding-top: 49px;
	float: left;
}

	.plant {
		background: url(images/plant.png) no-repeat;
		width: 173px;
		height: 230px;
		position: absolute;
		z-index: 1;
	}

#header {
	background: #250b03 url(images/header.png) no-repeat top center;
	width: 880px;
	height: 97px;
	padding-top: 22px;
	padding-left: 100px;
}

	.logo {
		background: url(images/logo-bg.png) no-repeat left bottom;
		width: 440px;
		height: 97px;
		float: left;
		padding-left: 50px;
	}
	
	.slogan {
		width: 390px;
		float: right;
		margin-top: 15px;
		text-align: right;
		font-size: 10px;
		font-style: italic;
		color: #fff;
	}
	
#page {
	width: 980px;
}

	.sidebar-wrap {
		background: url(images/sidebar.png) repeat-y top left;
		width: 173px;
		float: left;
	}

	.sidebar {
		background: url(images/sidebar-top.png) no-repeat top left;
		width: 173px;
		float: left;
		padding-top: 125px;
	}
	
		.sidebar ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		.sidebar ul li {
			position: relative;
		}
		
			.sidebar ul li a {
				font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
				font-size: 13px;
				font-weight: bold;
				color: #bb1501;
				text-decoration: none;
				display: block;
				margin: 0;
				padding: 5px 2px 5px 15px;
			}
			
			.sidebar ul li a:hover {
				background: url(images/nav-hover.png) no-repeat;
				color: #ffffff;
			}
			
		.sidebar ul ul {
			position: absolute;
			top: 0;
			left: 100%;
			width: 100%;
		}
		
			.sidebar ul ul li a {
				background: #560a01;;
			}
		
		.sidebar ul ul,
		.sidebar ul li:hover ul ul {
			display: none;
		}
		
		.sidebar ul li:hover ul,
		.sidebar ul ul li:hover ul {
			display: block;
		}
	
	.sidebar-bottom {
		background: url(images/sidebar-bottom.png) no-repeat top left;
		width: 173px;
		height: 60px;
		float: left;
	}
	
	.pagecontent {
		background: url(images/page.png) no-repeat top left;
		width: 705px;
		padding: 70px 25px 50px;
		float: left;
	}

/* BEGIN css drop down menu */

#menu {
	position:absolute;
	width: 778px;
	font-weight: bold;
	margin-top: -35px;
	margin-left: -25px;
	height: 20px;
	z-index: 0;
	/*border: #FF0000 2px solid;*/
	background-image: url(images/bg_bar.jpg);
	background-repeat: no-repeat;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #952e01;*/
	color: #e6c790;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: overline;
}

#menu ul .item {
	display:none;
}

#menu ul:hover .item {
	display:block;
	margin:1px;
	padding:1px;
}

#menu ul:hover .item a {
	text-decoration: underline;
	display: block;
	
	/*background: white;*/
	background-color: #660000;
}

#menu ul:hover .item a:hover {
	color:#999999;
}

#menu ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:2px;
	width: 80px;
}
/* END css drop down menu */

#footer {
	background: url(images/footer.png) repeat-x top;
	width: 100%;
	height: 40px;
	float: left;
	text-align: center;
}

	#footer p,
	#footer a {
		font-size: 10px;
		color: #68602c;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
<!--[if IE]>
<style type="text/css" media="screen">
	body {
		behavior: url(csshover3.htc); /* call hover behaviour file */
	} 
	
	.sidebar ul li {
		float: left; /* cure IE5.x "whitespace in lists" problem */
		width: 100%;
	}
	
	.sidebar ul li a {
		height: 1%; /* make links honour display: block; properly */
	}
</style>
<![endif]-->

.c5t_comment_list {
	background: #000000;
}

