body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFF;
	margin:0; 
	padding:0;
	background-color:#d9cea1;
}

.content_wrapper{
	width:1078px;
	height:auto;
	background-color:transparent;
}

.wrapper{
	width:1078px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#home_slide{
	height:228px;
	margin:0px;
	padding:0px;	
	color:#6f6f67;
	border-width:1px;
	border-style:solid;
	border-color:#b1aea9;
}

h2{
		color:#6f6f67;
		font-size: 26px;
	}
	
	div#slideShowItems{
		width:913px;
	  	height:228px;
		overflow:hidden;
		position:relative;
		background-color:#FFF;
		text-align:left;
		font-size:12px;
	}
	
	
	div#slideShowItems div{
		width:362px;
		height:228px;
		background-color:transparent;
		padding-left:20px;
	}
	
	div#slideShowItems img {
		margin-right:0;
		float:right;
		background-color:transparent;
	}
	
	ul#slideShowCount{
		margin:-30px 300px 0px 0px;
		padding:0px;
		width:120px;
		background-color: transparent;
		z-index:1000;
		position:relative;
	}
	ul#slideShowCount li.slide{
		line-height:14px;
		float:right;
		cursor:pointer;
		width:26px;
		height:18px;
		display:block;
		background: transparent url(slide_tabs.png) no-repeat scroll left top;
	}
	
	ul#slideShowCount li.slide span{
		padding-left:10px;
		font-weight:bold;
		font-size:12px;
	}
	
	ul#slideShowCount li.slide:hover{
		background-position:left -18px;
		background: transparent url(slide_tabs.png) no-repeat scroll left top;
	}
	
	ul#slideShowCount li.slide.selectedTab{
		background-position:left -18px;
	}
	div#slideShow{
		background:#222;
		/*width:626px;*/
	}
	.slide_header 
	{
		margin-top:13px;
		font-size:24px;
		color:#6f6f67;	
	}