﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: Arial, sans-serif;
	background-image:url('http://www.lilesnet.com/ocfair/backgrounds/orange.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #fff;
	background-color:  #FC6;
	background-repeat: no-repeat;
}
#masthead h1 {
	color: #8b0000;
	margin-bottom: 0px;
}
#masthead h3 {
	color: #000;
	margin-top: 0px;
}
/* Navigation */
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #fea;
	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: 2px 8px 2px 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: 15px;
	background-color: #fff;
	font-size: x-large;
}
#content p {
	font-size: x-large;
}


#content .divider {
	clear: both;
	height:1px;
	width:100%;
	color: black;
	border-color:black;
	margin: 0px;
	padding: 0px;
}
/* Footer */
#footer {
	text-align: center;
	padding-bottom: 10px;
	font-size: medium;
	color: #000;
}
/* Site typography */
ul, ol, blockquote {
	font-size: x-large;
	color: #000;
}
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
