﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 100%;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #2C1600;
	background-color: #057D9F;
}
h1, h2, h3, p {
	margin-bottom: 10px;
	font-weight: normal;
}
h1 {
	font-size: 2em;
	color: #057D9F;
}
h2 {
	font-size: 1.5em;
	color: #004C62;
}
h3 {
	font-size: 1.125em;
	color: #001A21;
}
a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
img, embed, object, video, iframe {
	max-width: 100%;
}
#page
{
	/*margin:50px;*/
	width: 460px;
	margin-right: 20px;
	float: left;
}
.ready a
{
	color:#006F2D;
	font-weight:bold;
	
}
header, nav, section.content, footer {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	overflow: hidden;
}
div.header-wrapper, div.nav-wrapper, div.content-wrapper, div.footer-wrapper {
	width: 100%;
}
div.content-wrapper {
	padding: 10px 0px 10px 0px;
	background-color: #FFCD9A;
}
section.content, div.header-wrapper {
	background-color: #fff;
}
section.content ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
div.footer-wrapper {
	background-color: #057D9F;
	border-top: 5px solid #000C2E;
}
footer {
	color: #fff;
}
.box460 {
	width: 460px;
	float: left;
}
