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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

body {
	background-image: url(images/background.jpg);
}

a:link {
	color: #3B93A9;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3B93A9;
}

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

a:active {
	text-decoration: none;
	color: #3B93A9;
}

#wrapper {
	height: auto;
	width: 970px;
	position: relative;
	float: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
}
#header {
	height: auto;
	width: 965px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_image {
	float: left;
	width: 200px;
}
#header_text {
	float: left;
	width: 750px;
}
#footer {
	height: auto;
	width: 970px;
	float: left;
}


#left_images {
	height: auto;
	width: 320px;
	float: left;
	margin-left: 20px;
}

#main_text {
	float: left;
	height: auto;
	width: 600px;
	margin-right: 20px;
	margin-left: 10px;
}

#content {
	height: auto;
	width: 970px;
}
#content_contact {
	height: auto;
	width: 550px;
	margin-left: 350px;
	float: left;
}
.logo_header {
	font-size: 36px
}
.logo_text {
	font-size: 24px;
}
.style2 {font-size: 10px}

