* {
	margin: 0;
	padding: 0;
}
body {
	background: #ccc;
	font-family: Arial, verdana;
	font-size: 12px;
}
#logo {
	width: 262px;
	float: left;
	height:260px;
}
#wrap {
	background: #fff;
	width:800px;
	margin: 0 auto;
	border-top:10px solid #226dbd;
}
#header {
	color: white;
	float:right;
	clear: both;
	position: relative;
	height: 260px;
	width:538px;
	background: #fff url(images/header.jpg) top left no-repeat;
	font-size: 14px;
	font-family: Arial, helvetica;
	font-size: 38px;
}
#navigation {
	line-height: 30px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	background: #226dbd;
	padding: 0 0 0 20px;
	text-align: left;
	width:760px;
	font-weight:bold;
	font-size: 12px;
}
#navigation a {
	color: #fff;
	margin-right: 15px;
	padding:3px;
	text-decoration: none;
}
.imgright {
	padding:0 0 10px 10px;
}
#navigation a:hover {
	color: #fff;
	padding:3px;
	background:#184d85;
}
#content {
	padding: 20px 20px 50px 20px;
	width:540px;
	background: #fff;
	text-align: left;
	font-size: 12px;
	color: #000;
}
#content p {
	margin-bottom: 10px;
	line-height: 18px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom: 10px;
}
#sidebar {
	padding: 20px 20px 20px 20px;
	width:180px;
	text-align:left;
}
#sidebar p {
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 10px;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
#sidebar h1 {
	font-size:22px;
	font-weight:bold;
}
#footer {
	background: #ccc;
	width:100%;
	padding: 20px;
	text-align: center;
	clear: both;
	font-size: 11px;
}
#footer a {
	text-decoration:none;
}
#footer p {
	margin-bottom:12px;
}
ul {
	margin-left:35px;
	margin-bottom:12px;
}
li {
	line-height:18px;
}
a {
	color:#226DBD;
}
h2 {
	margin-bottom:12px;
	padding-bottom:7px;
	margin-top:25px;
	font-size:16px;
	border-bottom:1px dotted #ccc;
}
