@charset "utf-8";
body {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: "Century Gothic", Calibri, Arial, Verdana;
	background-color: #000;
}
#container {
	width: 900px;
	text-align: left;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 160px;
	width: 800px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
#Navigation {
	height: auto;
	width: 800px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 10px 0; 
}
#mainContent {
	padding: 0 12px;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#footer {
	width: 90%;
	color: #770e15;
	background-image: #fff;
	height: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	bottom: -10px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer h1 {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

/*These are special container links */

#container h4 .a {text-transform: none; text-decoration: none; color: #efe72c;}

#container h2 .a {text-transform: none; text-decoration: none; color: #efe72c;}

/* These are basic text styles */

h1 {
	font-size: 1.8em;
	font-family: Impact, "Arial Black";
	color: #efe72c;
}

h2 {
	font-size: 1.6em;
	font-family: Impact, "Arial Black";
	color: #efe72c;
}

h3 {
	font-size: 1.4em;
	font-family: Impact, "Arial Black";
	color: #770e15;
	text-transform: capitalize;
}

h4 {
	font-size: 1.4em;
	font-family: "Century Gothic", Calibri, Arial, Verdana;
	color: #efe72c;
	font-weight: bold;
}

h5 {font-size:1.2em; font-family:"Century Gothic", Calibri, Arial, Verdana;color:#fff;font-weight:bold;}



/* This is to quality link behaviors */

a:link, a:visited {
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	text-transform: none;
	color: #fff;
}

a:visited  {
	text-decoration: underline;
	text-transform: none;
	color: #fff;
}

a:hover  {
	text-decoration: underline;
	text-transform: none;
	color: #fff;
}

a:active {
	text-decoration: underline;
	text-transform: none;
	color: #fff;
}

/* This is for the vertical division of a page */

#divLeft {
	float: left;
	width: 70%;
}
#divRight {
	float: right;
	width: 30%;
}

#colleft {
	float: left;
	width: 390px;
	margin-right: 20px;
}
#colright {
	float: right;
	width: 400px;
}

#colnone {
	float: none;
	width: 800px;
}

/*This is for a "hovering" picture - wrapping around a graphic */

.photoleft {border-width: 5px 5px 5px 5px; float: left; margin-right: 10px; margin-bottom: 10px;}

.photoright {border-width: 5px 5px 5px 5px; border-style: none; float: right; margin-left: 10px; margin-bottom: 10px;}
