body {
	background: #fff url('../gfx/bg-squares.jpg') no-repeat fixed bottom right;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2a5da9;
	font-size: 12px;
	line-height: 20px;
}
.header {
	background: #356bb3 url('../gfx/bg-header.jpg') repeat-y;
	width: 900px;
	height: 124px;
	margin: 0 auto;
	padding-top: 15px;
	overflow: hidden;
}
.reflection {
	background: url('../gfx/bg-reflection.gif') no-repeat center;
	height: 62px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.menubg {
	background-color: #2a5da9;
	opacity: 0.4;
	height: 40px;
	position: absolute;
	width: 100%;
	margin-top: 10px;
}
.menubox {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 10px;
}
.fl_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	left: 50%;
}
.fl_menu li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
}
.fl_menu a {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-decoration: none;
	font-family: Georgia, serif;
	font-size: 18px;
}
.fl_menu a:hover {
	color: #2a5da9;
}
.leftmenu {
	text-align: right;
	font-family: Georgia, serif;
	font-size: 16px;
	margin: 4px 4px 0 0;
	list-style-type: none;
	padding: 0;
}
.leftmenu a {
	line-height: 28px;
	display: block;
	text-decoration: none;
	padding: 0 5px;
}
.leftmenu a:hover {
	color: #fff;
	background-color: #2a5da9;
}
img {
	border: 0;
}
.wrapper {
	width: 750px;
	margin: 20px auto 0;
	text-align: left;
}
.leftbox {
	float: left;
	padding-bottom: 50px;
	width: 290px;
}
.rightbox {
	float: right;
	width: 450px;
	padding-bottom: 50px;
}
.leftbox img, .rightbox img {
	border: 1px solid #2a5da9;
}
.leftbox img {
	margin-top: -10px;
}
.footer {
	clear: both;
	width: 400px;
	margin: 0 auto;
	padding: 5px 0 10px;
	font-size: 10px;
	line-height: 16px;
	border-top: 1px solid #2a5da9;
}
h1 {
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 10px 0;
	height: 52px;
	overflow: hidden;
}
h2 {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}
h3 {
	margin: 0 0 -5px;
	padding: 0;
}
#front {
	font-size: 18px;
	line-height: 26px;
}
#front h2 {
	font-size: 22px;
	line-height: 30px;
}
a {
	color: #2a5da9;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.fl_mailform {
	background: url('../gfx/bg-contact.png') no-repeat;
	padding: 5px;
}
.fl_mailform textarea {
	width: 300px;
}
.fl_mailform input, .fl_mailform textarea {
	font-size: 10px;
	color: #2a5da9;
	border: 1px solid #2a5da9;
}
.fl_mailform input:hover, .fl_mailform textarea:hover, .fl_mailform input:focus, .fl_mailform textarea:focus {
	background-color: #cadffd;
}
img.icon {
	border: 0;
	position: relative;
	top: 3px;
	margin-right: 3px;
}
