* {
	margin:0;
	border: 0;
	padding: 0;
}

body {
	background: #dcdcdc url("img/bg_body.jpg") repeat-x;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#3d3c3f;
	line-height: 18px;
}

h1 {
	font-weight: 400;
	color:#0076bd;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Abel', sans-serif;

}

h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	font-family: 'Abel', sans-serif;

}

h3 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	color:#0076bd;
	font-weight: 400;
	font-family: 'Abel', sans-serif;

}

p {
	margin-bottom: 15px;
}

a:link, a:visited {
	color:#0076bd;
	text-decoration: none;
}

a:hover {
	color:#666;
	text-decoration: none;
}

.wrapper {
	width: 1023px;
	margin:auto;
}

.logo {
	width: 247px;
	height: 39px;
	margin: 30px 0 25px 10px;
}

.slideshow {
	width: 963px;
	height: 358px;
	background:url("img/bg_header.jpg") no-repeat;
	position:relative;
	overflow: hidden;
	padding: 0 30px;
}

.slideshow h2 {
	color:#FFFFFF;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	margin: 260px 0 0 0;
	font-family: 'Abel', sans-serif;
}

.main {
	width: 963px;
	background:url("img/bg_content.png") repeat-y;
	position:relative;
	overflow:hidden;
	padding: 20px 30px;
}

.content {
	width: 660px;
	float: left;
	margin-right: 30px;

}

.lab {
	width: 55px;
	float: left;
}

.desc {
	width: 80px;
	float:left;
}

.sidebar {
	width: 230px;
	float:left;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background:#EEE;
	padding: 20px;
}

.logo1 {
	margin-right: 18px;
}

.main_bottom {
	height: 24px;
	background:url("img/bg_footer.png") no-repeat;

}

.footer {
	clear:both;
	width: 1013px;
	margin:auto;
	height: 20px;
	margin: 5px 0;
	text-align:right;
	padding-right: 10px;
	font-size: 10px;
}

