﻿@import url("layout.css");
@import url("common.css");
@import url("http://www.lilesnet.com/patriotic/styles/patriotic_navigation.css");
body {
	background-image: url("/patriotic/_rotation_backgrounds/rotate.php");
	background-repeat:repeat;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: right;
	background-color: white;
	background-position: top;
	background-image: url("../siteimages/masthead_image.jpg");
	background-repeat:repeat;
	font-family:Arial;
}
#masthead h1 {
	color: red;
	color: #8b0000;
	margin-bottom: 0;
	text-align: center;
	font-weight:bold;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	text-align:center;
	
}

#content {
	width: 950px;
	padding: 15px;
	background-color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}

p,ul,ol,li,blockquote {
	font-family: Arial;
	font-size: medium;
}

/* Footer */
#footer p {
	font-size: small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}


