#body-content
{
	background-color: #5C4F48;
	padding: 0;
	position: relative;
}
/* url(/public/images/home.intro.png)*/
#intro
{
	background: #6B5C54;
	borer: 1px solid white;
	dipslay: block;
	float: left;
	height: 276px; 
	overflow: 12345px;
	width: 438px;
}
#intro-content
{
	display: block;
	height: 276px;
	width: 438px;
	
}
#featured
{
	height: 276px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
    width: 336px;
      
}
 #featured ul.cycle
{
	height: 252px; 
	list-style: none;
	margin: 0;
	padding: 0;
    width: 336px;
	overflow:hidden;  
}
div#featured #featured_nav
{
	background: #F1EADD;
	color: #7B6960;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	
	overflow: hidden;
	text-align: center;
	
}
div#featured #featured_nav ul
{
	list-style: none;
	height: 24px;
	float: right;
	margin: 8px 4px;
	padding: 0;
}
div#featured #featured_nav li
{
	color: #7B6960;
	float:left;	
	height: 24px;
}
div#featured #featured_nav li a
{
	background: url(/public/images/pauseplaynav.png) no-repeat;
	display: block;
	height: 8px;
	color: #7B6960;
	width: 8px;
	margin:0 4px;
	overflow: hidden;
	text-indent: -1234px;
}
div#featured #featured_nav li a#prev
{
	
}
div#featured #featured_nav li a#pause
{
	background-position: -10px 0;
}
div#featured #featured_nav li a#next
{
	background-position: -20px 0;
}

#contents
{
	display: block;
	float: left;
	font-size: 12px;
	color: #F1EADD;
	padding: 38px 38px 38px 38px; 
}

#contents strong strong
{	
	color: #fff;
	line-height: 1.5em;
}

#contents h2
{
	color: #B0D5DB;
	font-family: Arial, Helvetica, san-serif;
	font-weight: bold; 
	text-transform: none;}

#contents p
{
	line-height: 1.4em;
}


#news
{  
	color: #413732; 
	font-size: 11px; 
	width: 1020px; 
	margin: 0 0 4px 0;
}


#news #news_image
{  
	background: #5C4F48;
	clear: none;
	display: block;
	height: 80px;
	float: left;
	overflow: hidden;
	width:242px;
}
#news #news_image img
{
	height: 80px;
	width:242px;
}
#news #news_text
{
	background: #F1EADD;
	height: 60px; 
	float: right;
	font-size: 12px;
	overflow: auto;
	padding: 10px 19px;
	width: 736px;
}
#news h3
{
	color: #413732; 
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: lowercase;
	margin:0;}
#news a
{
	color: #93BCC2;
	
	text-decoration: none;
	
}
