﻿@import url('../styles/layout.css');
body {
	background-image: url('../images/background2.gif');
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: left;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url('../images/masthead3.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	right: 21px;
	left: -2px;
	background-color: #5D85A1;
	bottom: 0px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	clear: both;
	width: 1046px;
	border: 0px none #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #C1D9EA;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #7ABACF;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #5
750;
}
h3 {
	color: #5
h2 {
	color: #FFFFFF;
	text-align: center;
}
750;
}
#content h1 {
	color: #5
#content img {
	padding: 5px;
	border: 0px solid #402640;
	text-align: center;
		float: left;
	margin-left: 4px;
	margin-right: 16px;
	margin-bottom: 0px;
	}
px;
	}
/* Footer Styles */
#footer p {}
#footer a {
	text-decoration: underline;
	color: #000000;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}