﻿@import url("common.css");
body {
	font-family: Arial;
	font-size: medium;
	background-image: url("http://lilesnet.com/nightlighters/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
}
#container {
	width: 960px;
	background: #FFFFFF; /* the auto value on the sides, coupled with the width, centers the layout */
	border: #000  thin solid;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#maincontent {
	width: 930px;
	margin: 15px;
	background-color: #FFFFFF;
}
#maincontent p {
	padding: 5px;
}

#maincontent h1 {
	padding: 5px;
}
#maincontent h2{
	padding: 5px;
}
#maincontent h3 {
	padding: 5px;
}
#maincontent li{
	padding: 5px;
}

/* Masthead */
#masthead {
	text-align: left;
 	background-color:#FFFFCC;
	margin: 0px;
	padding: 10px 0px;
}
#masthead h1 {
	text-align:center;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin: 0 0;
}
#masthead h3 {
	text-align:center;
	font-weight: bold;
	font-style: italic;
	color: black;
	margin: 0 0;
}

/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dbf;
	display:block;	
	overflow: hidden;
	width: 960px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	font-size:small;
		padding: 3px 8px;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	display: block;

	border: 1px solid #cdc;
	font-size:small;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
	font-size:small;
}

/* 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 {
	text-align: center;
	padding-bottom: 10px;
}
#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;
}
.movieBackground {
	background-image:url(../_rotation_backgrounds/nightlighters_backgrounds_008.png);
}

