@charset "UTF-8";
/* CSS Document */

.fltLeft {
	float: left;
	clear:left;
	margin-right: 10px;
	margin-bottom: 10px;}

.fltRight {
	float: right;
	clear:right;}

#header {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 940px;
	height: 427px;
	background-image: url(../images/header.jpg);
}

#contact {
	font-size: 3em;
	font-weight: 700;
	text-align: right;
	margin-top: 370px;
	margin-right: 30px;
}

#columnLeft {
	background-color: #e6f3fb;
	padding: 10px;
	overflow:hidden;
	}

#columnMiddle {
	padding: 10px;}

#columnRight {
	background-color: #e6f3fb;
	padding: 10px;}

#footer {
	background-color: #e6f3fb;
	margin-top: 10px;
	text-align: right;
	padding: 5px;}