﻿@import url("layout.css");
body {
	font-family: Andalus;
	font-size: medium;
	background-color: #AEBDAA;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #FFFFFF;
}
#container {
	width: 900px;
	margin-top: 50px;
	height: 233px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#masthead {
	text-align: center;
	width: 900px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #AEBDAA;
	font-family: Andalus;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #AEBDAA;
	background: #AEBDAA;
	font: medium Andalus;
	margin: auto auto auto auto;
	float: none;
	width: 900px;
	padding: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	color: #FFFFFF;
	margin-right: auto;
}
#footer {
	text-align: center;
	clear: inherit;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #AEBDAA;
	color: #FFFFFF;
	font: menu;
	font-family: Andalus;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
}
#masthead h3 {
	color: #FFFFFF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #666666;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #FFFFFF;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font: 100% Andalus;
	color: #FFFFFF;
	background-color: #AEBDAA;
	font-size: xx-large;
}
#content img {
	padding: 5px;
	border: 0 #AEBDAA none;
	margin-top: 20px;
	background-color: #AEBDAA;
	height: 509px;
	width: 500px;
}
/* Footer Styles */
#footer p {
	background: #AEBDAA;
	color: #666666;
	margin-top: 1px;
	font-family: Andalus;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: large;
	line-height: normal;
}
#footer a {
	font-family: "Century Gothic";
	background: #AEBDAA;
	font: medium Papyrus;
	color: #FFFFFF;
	text-decoration: none;
	font-size: large;
	font-family: Andalus;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font: menu;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

