body {
	margin: 0;
	font-family: verdana;
	font-size: 11px;
	color: #5C5C5C;
	}

p {
	line-height: 15px;
	}

a {
	color: #637CD1;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #5C5C5C;
	text-decoration: underline;
	}

table.offer {
	width: 100%;
	}

table.offer thead tr td {
	font-weight: bold;
	}

table.offer tr td {
	text-align: center;
	}

table.offer tr td.left {
	text-align: left;
	}

table.offer tr td a {
	display: block;
	height: 16px;
	background: url("../img/icon_pdf.jpg") no-repeat 0 50%;
	padding-left: 20px;
	}

h1 {
	font-size: 18px;
	color: #D2605F;
	border-bottom: 1px solid #C8C8CA;
	margin-top: 15px;
	}

h2 {
	font-size: 15px;
	color: #6D4440;
	}

li {
	list-style-type: none;
	}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

#header {
	width: 100%;
	height: 90px;
	background: url("../img/header.png") repeat-x 0 0;
	}

.center {
	margin: 0 auto;
	width: 850px;
	}

#header .center {
	height: 90px;
	padding-top: 10px;
	}

#header .center #logo {
	float: left;
	width: 210px;
	height: 66px;
	display: block;
	background: url("../img/logo.png") no-repeat 0 0;
	text-indent: -9999px;
 	}

#header .center #menu {
	float: right;
	display: inline;
	margin-top: 35px;
	}

#header .center #menu li {
	float: left;
	margin-right: 15px;
	}

#header .center #menu li a {
	font-size: 13px;
	color: #ACAAB5;
	}

#header .center #menu li a:hover, #header .center #menu li a.selected {
	color: #FFF;
	}

#banner {
	width: 100%;
	height: 255px;
	background-color: #F5F6F8;
	border-bottom: 1px solid #C8C8CA;
	}

#banner .center #motto {
	margin-top: 90px;
	margin-left: 100px;
	float: left;
	}

#banner .center #people {
	float: right;
	margin-top: 20px;
	margin-right: 100px;
	}

#content {
	width: 590px;
	float: left;
	}

#sidebar {
	width: 230px;
	float: left;
	padding: 10px;
	}

#sidebar h2 {
	text-align: center;
	}

#sidebar ul.contact li {
	color: #D36B6A;
	margin-bottom: 5px;
	}

#footer {
	width: 100%;
	height: 40px;
	background: url("../img/footer.png") repeat-x 0 0;
	margin-top: 15px;
	}

#footer .center {
	padding-top: 12px;
	}

#footer .center #footer_menu {
	display: inline;
	}

#footer .center #footer_menu li {
	float: left;
	margin-right: 15px;
	}

#footer .center #footer_menu li a {
	font-size: 13px;
	color: #ACAAB5;
	}

#footer .center #footer_menu li a:hover, #footer .center #footer_menu li a.selected {
	color: #FFF;
	}

.center .copyright {
	float: right;
	margin: 10px 15px;
	}