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

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #333333;
	background-attachment: fixed;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
	width: 895px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 5px solid #D6DDE7;
	background-color: #FEFEFE;
}
#header {
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	height: 310px;
	width: 895px;
	margin: 0px;
	padding: 0px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
#main_content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
}
#main_content h2 {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-size: 30px;
}
#main_content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.img_float_left {
	float: left;
	margin-right: 15px;
	border: medium solid #333333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img_float_right {
	float: right;
	margin-left: 15px;
	border: medium solid #333333;
}
#main_content #left_pictures {
	width: 150px;
	float: right;
	position: relative;
	display: block;
	padding: 0px;
	background-color: #FFFFFF;
	border: thin solid #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main_content #left_pictures p {
	margin: 0px;
	padding: 0px;
}
#main_content #left_pictures img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#footer {
	margin: 0px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #000033;
	color: #CCCCCC;
	height: 65px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	background-color: transparent;
}
#footer a:hover {
	color: #99CC00;
	background-color: transparent;
}
#footer #footercontent {
	float: left;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
#footer #emailsent {
	float: right;
	display: block;
}
#footer #emailsent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#info {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#info p {
	margin: 0px;
	text-align: right;
	font-size: 12px;
}
#info a {
	text-decoration: none;
	color: #CC3300;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

