@charset "utf-8";
/* CSS Document */

body{
	background-color:#4d5b31;
	margin:0px;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#wrap{
	width:1000px;
	margin:0px auto;
}

#slideshow{
	width:1000px;
	height:548px;
	overflow:hidden;
	background-color:#4d5b31;
}

#bottom_text{
	width:980px;
	height:57px;
	padding:5px 10px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#678140;
	text-align:justify;
}

#footer{
	width:1000px;
	height:62px;
	overflow:hidden;
}
