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

/* ---------------- Main ---------------- */

body {
	background-color: #74c67b;
	background-image: url(images/header-bg.jpg);
    background-repeat: repeat-x;
    background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 0 0 0 0;
}

a:link {
	text-decoration: underline;
	color: #015B27;
}

a:visited {
	text-decoration: underline;
	color: #015B27;
}

a:hover {
	text-decoration: none;
	color: #015B27;
}

/* ---------------- Header ---------------- */

#head-container {
	height: 150px;
}

#header {
	margin: 0 auto;
	width: 860px;
	text-align: center;
}

/* ---------------- Navigation ---------------- */

#navigation-container {
	float: left;
	width: 100%;
	color: #000;
}

#navigation {
	margin: 0 auto;
	width: 860px;
	font-weight: bold;
	font-size: 14px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	color: #015B27;
	text-decoration: underline;
}

/* ----------- Content ----------- */

#content-container {
	float: left;
	width: 100%;
	color: #000;
	margin: 0 0 0 0;
	background-image: url(images/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#content-container2 {
	margin: 0 auto;
	width: 900px;
}

#content-container3 {
	float: left;
	width: 900px;
	background: 100% 0;
}

#content {
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#content h2 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015B27;
	text-align: left;
	letter-spacing: 5px;
}

/* ----------- Sidebar ----------- */

#aside {
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
	font-size: 11px;
}

#aside h3 {
	margin: 0;
	font-weight: bold;
	text-align: left;
	color: #015B27;
	font-variant: small-caps;
}

/* ----------- Footer ----------- */

#footer-container {
	clear: left;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer {
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding: 20px;
	height: 1%;
}
