﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: "Trebuchet MS", sans-serif;

	background-image: url("http://lilesnet.com/museums/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead h1 {
	color: maroon;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	font-style:italic;
	margin-top: 0.5em;
}
#masthead {
	text-align: center;
	background-color: #E9E6A6;
	background-repeat: no-repeat;
}
/* Navigation */
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #cdc;
	overflow: scroll;
}
#navigation .divider {
	clear: both;
	height:1px;
	width:100%;
	color: black;
	border-color:black;
	margin: 0px;
	padding: 0px;
	}
#navigation ul {
	list-style-type: none;
	/* (for cross-browser compatibility add two lines) */
	padding: 0px;
  margin: 0px;
}
#navigation li {
	float: left;
	padding: 3px 8px 3px 8px;
}
#navigation a {
	font-weight: normal;
	font-size: large;
	text-decoration: none;
	color: #000;

}
/* mouse over link */
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #FF0000;
	}
	
#contents {
	width: 950px;
	padding: 15px;
	background-color: #fff;
		font-size: x-large;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* 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 {
	font-size: small;
	color: #c77;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
/*Styles*/

.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
.alert {
	background-color: #FCEADC;
	color: black;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	border: thin black solid;
	width: 700px;
}
.alert a {
	color: black;
	text-decoration: underline;
}
.alert a:hover {
	color: black;
	text-decoration: underline;
}
