﻿@import url("layout.css");
body {
	font-family: MarkerFelt, Cooper Std Black, Comic Sans MS, Arial Black, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #669999;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding: 10px;
    background-color:#669999;
}
#masthead {
	text-align: center;
	color: #333333;
	width: 820px;
	padding: 0px;
	background-color: #669999;
}
#navigation {
	position:inherit;
	text-align: center;
	width: 800px;
}
#content {
	float: right;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	float: right;
	width: 800px;
	padding:10px;
}
#bodie {
	text-align: center;
	float: right;
	width: 580px;
}
/* Masthead Styles */
#masthead h1 {
	font-size: 5.0em;
	font-family: MarkerFelt, Cooper Std Black, Comic Sans MS, Arial Black, Helvetica, sans-serif;
	height:30px;
	text-align:center;
}
#masthead h3 {
	color: #333333;
}
/* Navigation Styles */
#navigation ul {
	list-style:none;
	width: 100%;
	display:list-item;
	font-family: MarkerFelt, Cooper Std Black, Comic Sans MS, Arial Black, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#navigation li {
	display:inline;
	font-family:MarkerFelt, Cooper Std Black, Comic Sans MS, Arial Black, Helvetica, sans-serif;
	margin: 0;
	padding: 1;
}
#navigation a {
	color: #333333;
	text-decoration: none;
	display:inline;
	padding: 5px;
}
#navigation a:hover {
	color: #CC9900;
	text-decoration: none;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #333333;
}
#content h1 {
font-size: 6.0em;
line-height:0.3;
font-family:MarkerFelt, Cooper Std Black, Comic Sans MS, Arial Black, Helvetica, sans-serif;
}
#content h2 {
font-size: 3.1em;
line-height:0.3;
}
#content img {
	padding: 5px;
	border: 0px #402640 solid;
}
/* Footer Styles */
#footer p {
	color: #333333;
	font-size: 1.1em;
}
#footer a {
	color: #333333;
	text-decoration:none;
}
#footer a:hover {
	color: #CC9900;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

