﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 0.8em;
	background-image: url("94.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #ECA0C8;
	border-bottom: 2px solid #ECA0C8;
	border-left: 2px solid #ECA0C8;
	background-color: #ffffff;
}
#masthead {
	text-align: center;
	width: 700px;
	padding: 10px;
	border: 1px solid #CC3399;
	background-image: url("masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #ECA0C8;
}
#content {
	float: left;
	width: 558px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 720px;
	border: 0px solid #ECA0C8;
}
/* 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 #ECA0C8;
	background-color: #ECA0C8;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
	background-color: #ECA0C8;
}
#navigation a:hover {
	color: #ECA0C8;
	text-decoration: none;
	background-color: #ffffff;
}
/* Content Styles */
h6 {
	color: #D598B8;
}
h5 {
	color: #D598B8;
}
h4 {
	color: #D598B8;
}
h3 {
	color: #D598B8;
}
h2 {
	color: #D598B8;
}
#content h1 {
	color: #D598B8;
}
#content img {
	padding: 5px;
	border: 1px solid #ECA0C8;
}
/* Footer Styles */
#footer p {
	color: #CC3399;
}
#footer a {
	color: #CC3399;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


