* {
	margin: 0;
	padding: 0;
}
/*clearfix
-------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font: 62.5% Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #CED4DA;
	color: #333333;
}
p, ul, ol {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 15px;
}
li {
	margin-left: 15px;
}
p a,
li a {
	color:#006699;
	text-decoration: underline;
	font-weight: bold;
}
p a:hover,
li a:hover {
	color:#FF6600;
	text-decoration: underline;
}
#header {
	color: #FFFFFF;
	background: #6EA0CF url(images/bg-header.jpg) no-repeat;
	margin: 0px 5px;
	height: 183px;
	width: 668px;
	position: relative;
	overflow: hidden;
}
#header h1 a {
	position: absolute;
	top: 65px;
	left: 20px;
	width: 219px;
	height: 74px;
	display: block;
	text-indent: -99999px;
}
#header a.info {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 15px;
	color:#006699;
	text-decoration: none;
	display: block;
}
#header a.info:hover {
	color:#FF6600;
	text-decoration:underline;
}

#wrap {
	margin: 0px auto;
	width: 678px;
	background: #FFF;
	text-align: left;
}
#left {
	background: #dfefff;
	display: inline;
	float: left;
	width: 188px;
	padding: 1px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#left h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px 15px;
	background-color:#6EA0CF;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-top: -1px;
}
#main {
	display: inline;
	float: right;
	width: 475px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#main h2 {
	font-size: 1.8em;
	line-height: 1;
	color: #3F5974;
	margin: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	text-transform: uppercase;
}
#main h2.intro {
	background: #FBFAF7 url(images/bg-h2-intro.gif) no-repeat 0px 0px;
	font-size: 1.8em;
	line-height: 1em;
	color: #6E8FB0;
	margin: 0px;
	padding: 15px 15px 15px 75px;
	border: 1px solid #ECE9D8;
	text-transform: none;
}
#footer {
	clear:both;
	height: 1%;
	padding: 1px 0;
	border-top: 1px solid #eee;
	display: block;
	margin-top: 25px;
	background: #FBFAF7;
}

