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

* {margin:0; padding:0;}
h1, h2, h3, h4, p {margin:0 22px;}
h1 {padding:14px 0; margin:0 22px; color:#3D6678; font-size:18px;}
h2 {font-size:18px;}
h3 {color:#3D6678; font-weight:400; font-size:11px;}
p {margin:0 22px 14px;}
#header, #navigation, #content, #footer {width:780px; margin:0 auto;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6A412C;
	font-size:11px;
	font-weight:800;
	line-height:17px;
	background:#ced3c0;
	margin:10px 0;
	}
#header {height:160px;}
#navigation {background:#3d6678; color:#fff; font-size:10px;}
#content {background:#adb292;}
#footer {
	height:30px;
	line-height:30px;
	background:#e9e6d6;
	color:#3D6678;
	text-align:center;
	}

.boxRight {
	width:390px;
	height:115px;
	float:right;
	background:#e9e6d6;
	margin:0 0 0 22px;
	padding:30px 0 0;
	}
.boxRight a:link, .boxRight a:visited, .boxRight a:hover, .boxRight a:active {color:#6A412C}

#footer ul li {display:inline; list-style:none; margin:0 30px;}
