body {
	margin-top: 0px;
	text-align:center; 
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e9e8e7;
}

#container 	{
	text-align:center;
	margin:auto; 
	width: 1180px;
}

#head {
	width: 1180px;
	float: left;
	padding-bottom: 10px;
}

#navi {
	border-top: 1px solid #b5b2b1;
	border-bottom: 1px solid #b5b2b1;
	color: #7e7a76;
	padding: 10px 0 10px 20px;
	float: left;
	width: 1180px;
	font-size: 17px;
	font-family: colaborate,sans-serif;
	font-style: normal;
	font-weight: 200;
}

#navi a {
	color: #7e7a76;
	text-decoration: none;
}

#navi a:hover {
	color: #7e7a76;
	text-decoration: underline;
}

#content {
	padding-top: 20px;
	float: left;
}

#content_left {
	float: left;
	margin-left: 20px;
}

#content_left_wide {
	float: left;
	margin-left: 18px;
	font-family: arial;
	color: #4f4944;
	font-size: 13px;
	line-height: 20px;
}

#content_left_wide a {
	color: #4f4944;
	text-decoration: underline;
}

#content_left_wide a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_right {
	float: left;
	width: 590px;
	margin-left: 20px;
	font-family: arial;
	color: #4f4944;
	font-size: 13px;
	line-height: 20px;
}

#content_right a {
	color: #4f4944;
	text-decoration: underline;
}

#content_right a:hover {
	color: #666666;
	text-decoration: underline;
}

#content_right h1 {
	font-size: 20px;
	font-family: colaborate,sans-serif;
	font-style: normal;
	font-weight: 200;
}

#footer {
	font-family: arial;
	font-size: 11px;
	color: #7e7a76;
	border-top: 1px solid #b5b2b1;
	margin-top: 20px;
	padding: 10px 0 0 20px;
	float: left;
	width: 1070px;
}

#footer a {
	color: #7e7a76;
	
}



/* Easy Slider */

ol#controls {
    display: block;
    list-style: none;
    text-align: center;
    margin: 14px 0px 0px;
    line-height: 1;
}

ol#controls li {
    display: inline;
}

ol#controls li a {
    display: inline-block;
    background: url(../images/slideshow.png) no-repeat left center;
    width: 11px;
    height: 11px;
    margin: 0px 4px 0px;
    font-size: 1px;
    color: #eee;
    text-indent: -99999px;
}

ol#controls li.current a {
    background-position: right center;
}


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:976px;
		height:422px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:none;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	