﻿@import url("layout.css");
@import url("common.css");
@import url("patriotic_navigation.css");

body {
	font-family: "Arial", sans-serif;
	font-size: x-large;
	background-image: url("http://www.lilesnet.com/patriotic/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: center;
	background-color: #F4CAD3
}

#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	font-size: medium;
	color: #FF0000;
	margin-top: 0.5em;
}
#content {
	width: 950px;
	padding: 0px;
	background-color: #fff;
	margin: 15px;
	border: 0px;
}
#content li {
	margin-top:15px;
	margin-bottom: 15px;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

/* Site typography */
blockquote,ol,ul {
	font-size:large;
}
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #0000FF;
	margin: 10px 0px;
}
h3 {
	font-size: large;
	color: #0000FF;
	margin: 10px 0px;
}
h4 {
	font-size: medium;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
