* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(img/bg.png) repeat-x;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14pt;
	color: #3281AA;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #69B723;
}
h1 a {
	color: #69B723;
}
h1 a:hover {
	color: #D8922D;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}
img, a img, :link img, :visited img { 
	border: none;
}
#page { 
	width: 1100px;
	margin: auto;
}	
#header {
	background: transparent url(img/bgheader.png) no-repeat center bottom;
	width: 1100px;
	height: 391px;
}
#header img {
	margin: 15px 0 0 20px;
}
#content {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -30px;
}
#carousel {
	border: 1px solid #ccc;
	background: #fafafa;
	-moz-border-radius: 10px;
	width: 1056px;
	height: 268px;
	overflow: hidden;
	margin-bottom: 10px;
}
#carousel ul {
	visibility: hidden;
}
#carousel ul li {	
	width: 352px;
	height: 261px;
	margin: 6px;
	text-align: justify;
}
#carousel ul li img {
	width: 350px;
	height: 219px;
	z-index: 10;
	border: 1px solid #999;
}
#carousel h2 {
	background: #3281AA;
	-moz-border-radius: 5px;
	padding: 0 3px 3px 3px;
	text-align: center;
	border: 1px solid #186891;
}
#carousel h2:hover {
	background: #69B723;
	border: 1px solid #417B0D;
}
#carousel h2 a {
	font-weight: bold;
	font-size: 13pt;
	text-decoration: none;
	color: #fff;
}
.prev, .next {
	visibility: hidden;
	position: absolute;
	top: 100px;
}
.prev {
	left: 0;
	z-index: 1;
}
.next {
	right: 0;
	z-index: 1;
}