﻿@import url('layout.css');
@import url('common.css');
body {
	background-image: url('http://www.lilesnet.com/share/_rotation_backgrounds/rotate.php');
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
}
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #FEE9E9;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 980px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 950px;
	padding: 0 15px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
		margin-top: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
		margin-bottom: 0;
	margin-left: 1em;
}
/* 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: 0px;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 2px none #b9d;
	background-color: #b9d;
}
/* Site typography */
blockquote,li,ul,ol,p {
	font-family:Arial;
	font-size:1em;
}
h1 {
	font-size: xx-large;
	color: #800000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: x-large;
	font-style: italic;
	color:#CC3300;
	margin: 0;
	padding: 0;

}
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;
}
.defs {
	font-family:"Times New Roman", Times, serif;
	font-size:medium;
}
.quotes {
	 background-color:#DFB8DF;
	 border:thin black solid;
	 padding:5px;
	 margin-left:auto;
	 margin-right:auto;
	 width:700px;
	}
