﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/REED_LOGO 1 72dpi.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#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: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px dotted #725972;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
}
#content {
	border: 1px dotted #D8BFD8;
	float: left;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
/* Content Styles */
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#masthead h1 {
	font-family: "Rockwell Extra Bold";
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	color: #000066;
	font-size: 35px;
}
#masthead h2 {
	font-family: georgia, serif;
	font-size: 17px;
	font-style: italic;
	font-variant: small-caps;
	color: #000066;
	text-align: left;
}

