﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: medium;
	background-image: url("http://www.lilesnet.com/oursite/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead Styles */
#masthead {
	text-align: center;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	padding: 5px 0px;
}

#masthead h1 {
	color: #800080;
	text-align:center;
	margin: 0px;
}
#masthead h3 {
	color: black;
	text-align:center;
	margin: 0px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #cdc;
	padding: 10px 0px;
	overflow: hidden;
	width: 980px;
}

#content {
	margin: 0px 10px 0px 10px;
	width: 980px;
}
#content li  {
	margin: 20px 0px 20px 0px;
}
#content h2  {
	margin: 10px;
}
#content h3  {	
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	font-size:small;
	clear: both;
	border: 1px dotted #d8bfd8;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 780px;
	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: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}



/* Footer Styles */
#footer p {
	color: #808080;
	font-size:small;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Content Styles */
p {
	margin: 10px;
}
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}

