﻿#head-container
{
	color: #000;
	background-image: url('images/header.jpg');
	background-repeat: repeat-x;
	background-color: #EBEBE5;
}
#header
{
	margin: 0 auto;
	width: 864px;
}

#header h1 { margin: 0; }

#navigation-container
{
	float: left;
	width: 100%;
	color: #000;
	background-image: url('images/navbkgrd.jpg');
	background-repeat: repeat-x;
	height: 59px;
}
#navigation
{
	margin: 0 auto;
	width: 864px;
	height: 59px;
}

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

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

#navigation li a
{
	display: block;
	float: left;
	padding: 20px 14px 5px 10px;
	color: #DBD2E8;
	text-decoration: none;
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
#navigation li a:hover {
	color: #D39C00;
}
#content-container
{
	background-position: center top;
	float: left;
	width: 100%;
	color: #000;
	background-image: url('images/bodybkgrd.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFE;
}
#content-container2
{
	margin: 0 auto;
	width: 864px;
}
#content-container3
{
	float: left;
	width: 864px;
	background: 100%
0;
}
#content
{
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 10px;
	display: inline;
}

#content h2 { margin: 0; }

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

#aside h3 { margin: 0; }

#footer-container
{
	clear: left;
	color: #fff;
	background-image: url('images/footer.jpg');
	background-repeat: repeat-x;
	background-color: #5F4981;
}
#footer
{
	margin: 0 auto;
	width: 844px;
	text-align: left;
	padding: 15px 10px 25px 10px;
	height: 1%;
	text-transform: uppercase;
	font-size: 12px;
	color: #B8B8CF;
}
body {
	margin: 0px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 20px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #3B2A53;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 42px;
}
#image-container {
	background-position: center;
	float: left;
	width: 100%;
	color: #000;
	background-image: url('images/bkgrdimage.jpg');
	background-repeat: no-repeat;
	height: 262px;
	background-color: #EDECE8;
}
#image {
	margin: 0 auto;
	width: 864px;
	height: 262px;
}
a {
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
h4 {
	color: #666699;
	font-size: 18px;
	font-family: "Century Gothic";
	font-weight: 700;
	line-height: 26px;
}
.img {
	border: 4px solid #EBEBEB;
	margin-left: 12px;
}
img {
	border-width: 0px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
}
h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	color: #3A2A54;
	font-family: "Century Gothic";
}
h3 {
	font-family: "Century Gothic";
	font-size: 17px;
	font-weight: 600;
	color: #3A2A54;
}
