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

	background-image:url('http://www.lilesnet.com/museums/_rotation_backgrounds/rotate.php');
	
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url(../_rotation_backgrounds/misc_backgrounds_010.gif);
	background-repeat: repeat;
}

#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-top: 0;
	margin-left: 1em;
}

/* 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;
	}
#content {
	width: 950px;
	padding: 10px;
	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: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
	font-weight:bold;
}
h3 {
	font-size: large;
	font-style: italic;
	color:blue;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size:small;
	color: #000;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Green previous/next boxes */
#PreviousNext {
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin black solid;
	font-size: small;
	background-color:#99FF99;
	width:100%;
}
#PreviousNext a:hover {
	color:  fuchsia;
	text-decoration: none;
}

.tdleft {
	text-align:left;
	font-size:small
	}
.tdright {
	text-align:right;
	font-size:small;
	}	
.quotes {
	border:medium red ridge;
	margin: 10px;
	padding: 10px;
	background-color:#F7E1E8;
}
