﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../../images/backmauvesq.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 780px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 780px;
	border: 1px solid #431;
	background-image:url('../images/libraryheaderb.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation1 {
	background-color: #800080;
	margin-left: 0px;
	text-align: justified;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
#navigation {
	position: relative;
	float: left;
	width: 105px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #800080;
}
#content {
	float: left;
	width: 640px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 780px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	background: #800080;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #800080;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	background-color: #fff;
	background: #800080;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #808080;
}
#navigation1 a {
	background-color: #fff;
	background: #800080;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation1 a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #808080;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	color: #800080;
}
#content h1 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 0px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #800080;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
