﻿@import url("layout.css");
@import url("common.css");
@import url("http://www.lilesnet.com/july4th/july4thcommonfiles/navigation.css");

body {
	font-family: "Trebuchet MS", sans-serif;
	background-image:  url('http://www.lilesnet.com/duda/_rotation_backgrounds/rotate.php');
	background-repeat: repeat;
	font-size: medium;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url('../images/mastlead.gif');
	background-repeat: repeat;
}
#masthead h1 {
	color: blue;
	margin-bottom: 0;
}
#masthead h3 {
	color: red;
	margin-top: 0.3em;
}
/* Navigation */
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #dbf;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding: 1px  10px;	
}
#navigation a {
	font-weight: normal;
	font-size:small;
	text-decoration: none;
	display: block;
	border: 1px solid #b9d;
	background-color: #dbf;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #b9d;
}
#content {
	width: 960px;
	padding: 10px;
	background-color: #fff;
}
#content h2 {
	clear: both;
	margin-bottom: 15px;
	
}
#content li {
	margin-bottom: 10px;
}
#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,p,ol,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;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.solid {
	border-style: solid; 
	border-width: 3px
	}

.quoteBig {
	 background-color:red;
	 border:medium black solid;
	 margin: 10px 100px;
	 font-size:x-large;
	 color:white;
	 padding:50px;
}.red {
	color: #FE1800;
}

