﻿@import url("layout.css");
@import url("common.css");
body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-image: url('http://www.lilesnet.com/porter/_rotation_background/rotate.php');
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color:  #FFF;
}
/* Masthead */
#masthead {
	text-align: left;
	background-color:   #FCC;
}
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color:#CC6600;
	margin-bottom: 0;
	margin-left: 25px;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color:#CC6600;
	margin-top: 0;
	margin-left: 25px;
}


/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dbf;
	width: 980px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 8px 3px 8px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
#column_main {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_main {
	width: 950px;
	padding: 0 15px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: small;
	color: #000;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Green previous/next boxes */
.PreviousNext {
	margin-top: 5px;
	margin-bottom: 5px;
	border: thin black solid;
	font-size: small;
	background-color:#99FF99;
	width:100%;
}
.tdleft {
	text-align:left;
	font-size:small
}
.tdright {
	text-align:right;
	font-size:small;
}
