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

img {
	border: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #D6DFE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#page {
	margin: 0 auto;
	width: 980px;
	background-color: #FFF;
	padding-bottom: 30px;
}
div#header {
	padding: 18px 0;
	height: 38px;
}
div#header div#logo {
	float: left;
}

div#header div#navigation {
	float: right;
}

div#footer {
	clear: both;
	border-top: 1px solid #c1dce5; 	
	border-bottom: 1px solid #c1dce5;
	padding: 0 27px;
}

div#footer p {
	line-height: 27px !important;
	color: #457092;
	font-size: 11px;
	margin-bottom: 0 !important;
}

div#footer p#contact {
	float: right;	
}

.blue {
	color: #457092;	
}
