#main_menu{
	margin:1px 0 0 0;	
	height:420px;
	float:left;
	background:url('../img/wrapper/menu/backL.jpg') repeat-x 0 0;
}

#content_main{
	width:810px;
	
	float:right;
	background:url('../img/wrapper/content_bg.jpg') repeat-x 0px 0px;
}

#content_main_wrap{
	width:800px;
	padding:0px 0 0 10px;
	margin:0;
	overflow:auto;
}

#content_l{
width:510px;
float:left;
}

#content_l h1{
	color:#323538;
	padding: 8px 0 8px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #b85054;
	font-weight:lighter;
	font-size:18px;
}
#content_l h1 img{}

#content_l h2{
	color:#63676a;
	padding: 7px 0 2px 0;
	margin:0;
	font-weight:lighter;
	font-size:14px;
}
/*
#content_l ul li[style]{
	list-style-type:circle;	
}*/

#content_l ul{
	margin:0;
	padding:0 0 0 15px;
	list-style-type:square;
}

#content_l ul li{
	margin:0;
	padding:0 0 0 0px;
	color:#5a5d5f;
}



#content_l p{
	line-height:150%;
	margin:0 0 15px 0;
	color:#5c6369;
}

#content_l .error
{
	color:#8d4146;
}

#content_l a{
	margin:0;
	padding:0;
	color:#8d4146;
	text-decoration:underline;
}
#content_l a:hover{
	text-decoration:none;
}

 
#content_r{
width:265px;
height:430px;
float:right;
background:url('../img/wrapper/content_r.jpg') no-repeat 0 0;
padding:5px;
margin:20px 3px 0 0;
}

#slideshow{
	height:260px;
	width:260px;
	margin: 1px 0 0 2px;
}

#slideshowHolder{
	height:260px;
	width:260px;
	overflow:hidden;
}

#slideshow_caption{
	margin:-50px 0 0 0px;
	height:30px;
	width:240px;
	padding:10px;
	position:absolute;
	display:block;
	background:#fff;
	opacity: .7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
}

#slideshow_caption p{
	color:#000;
	margin:0;
	padding:0;
}

#slideshow_nav{
	margin:-20px 0 0 130px;
	overflow:auto;
	height:14px;
	position:absolute;
	display:block;
}


#slideshow .paging{
	margin:0 0 0 5px;
	height:9px;
	display:block;
	float:left;	
}
#slideshow .paging a{
	color:#aba7ab;
	padding:0px;
	text-decoration:none;
	height:9px;
	width:7px;
	float:left;
	text-indent:-9800px;
	background:url('../img/wrapper/slideshow/link.png') no-repeat 0 0;
}
#slideshow .paging a:hover{
	color:#ac4b4e;
	padding:0px;
	text-decoration:none;
	background:url('../img/wrapper/slideshow/active_link.png') no-repeat 0 0;
}

#slideshow a.activeSlide{
	color:#ac4b4e;
	background:url('../img/wrapper/slideshow/active_link.png') no-repeat 0 0;
}

#slideshow 	#prevSlide	{
	display:block;
	float:left;	
	margin:0 0 0 10px;	
	padding:0;
	height:9px;
	width:9px;
	text-decoration:none;
	background:url('../img/wrapper/slideshow/prev.png') no-repeat 0 0;
}
#slideshow 	#nextSlide	{
	display:block;
	float:left;	
	margin:0 0 0 5px;
	padding:0;
	height:9px;
	width:9px;
	text-decoration:none;
	background:url('../img/wrapper/slideshow/next.png') no-repeat 0 0;
}
#slideshow 	#pauseClick{
	display:block;
	float:left;	
	margin:0 0 0 0px;
	padding:0;
	height:9px;
	width:9px;
	text-decoration:none;
	background:url('../img/wrapper/slideshow/pause.png') no-repeat 0 0;  
}

#content_100
{
	width:700px;
	float:left;
}

#content_100 h1{
	color:#323538;
	padding: 8px 0 8px 0;
	margin:0 0 10px 10px;
	border-bottom:1px dotted #b85054;
	font-weight:lighter;
	font-size:18px;
}

	
#content_btm_links{
	width:700px;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
	background:url('../img/wrapper/arr.jpg') no-repeat 0 2px;
}

	#content_btm_links ul{
		list-style:none;
		margin:0;
		padding:0;
		overflow:auto;
	}
	#content_btm_links ul li{
		float:left;
		color:#b85054;
	}
	#content_btm_links ul li a{
		margin:0 7px 0 7px;
		color:#8d4146;
	}
	#content_btm_links ul li a:hover, #content_btm_links ul li a.active{
		text-decoration:none;
		color:#9da6ab;
	}

