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

body {
	margin: 0;
	padding: 0;
	background: #42698C url(../images/site_back.jpg) repeat-x top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
}

p {
	margin: 0;
	padding: 0;
}

div#container {
	width: 850px;
	margin: auto;
}

div#header11 {
	position: relative;
	background: url(../images/header11.jpg) no-repeat;
	height: 90px;
}

div#menu {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 604px;
	height: 30px;
}

div#header12 {
	position: relative;
	width: 100%;
	height: 188px;
	background: #FFF url(../images/header12.jpg) left no-repeat;
}

div#slide_images {
	position: absolute;
	width: 580px;
	height: 155px;
/*	background-color: #069; */	
	z-index: 20;
	top: 16px;
	left: 255px;
}

div#header_separator {
	height: 2px;
	background: url(../images/header_separator_back.jpg);
}

div#content {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #F7F9FB url(../images/content_back.jpg) repeat-x bottom;
}

div#content h2 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 4px 0 0 10px;
	width: 226px;
	height: 36px;
	background: url(../images/title_back.jpg) no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#content_info {
	padding: 50px 40px 20px 40px;
}

div#content_info p {
	margin-bottom: 15px;
}

div#carousel {
	padding: 0 10px 10px 10px;
	background: #D3E0EB;
}

div#footer p {
	text-align: right;
	color: #FFF;
}

.clear {
	clear: both;
}
