﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: "Arial", sans-serif;
	background-image: url('http://www.lilesnet.com/DooWop/_rotation_backgrounds/rotate.php');
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/masthead_image.gif");
	background-repeat: repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#navigation li {
	padding: 2px 5px 2px 5px;
}
#content {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
	font-size:small;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: black;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: normal;
	font-size:small;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 1px 8px 1px 8px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: 1em;
	color: #000;
}
ol {
	font-size: 1em;
	color: #000;
}
p {
	font-size: 1em;
	color: #000;
}
blockquote {
	font-size: 1em;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	color: #c77;
	font-size:small;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.recordslist {
	list-style-image:url('images/records_small.gif');
	margin-bottom:25px;
}

.class1 a:link {text-decoration: none};
.class1 a:visited {text-decoration: none};
.class1 a:active {text-decoration: none};
.class1 a:hover {font-size:24; font-weight:bold; color: red;};


