﻿@import url("common.css");body {  /* Layout */  margin: 0px;  padding: 0px;  border: 0px;  /* Styles */  background-image: url('http://www.lilesnet.com/info/_rotation_backgrounds/rotate.php');  background-repeat: repeat;}#container {  /* Layout */  width: 980px;  margin: 0px auto;  padding: 0px;  border: 0px;  /* Styles */  font-family: "Trebuchet MS", sans-serif;  border: 2px solid black;  background-color: #fff;}#masthead {  /* Layout */  width: 980px;  overflow: hidden;  margin: 0px;  padding: 0px;  border: 0px;  /* Styles */  text-align: center;  background-color: #fff;  background-image: url("../images/masthead_image.jpg");  background-repeat: no-repeat;}#masthead h1 {  color: #000;  margin-bottom: 0;}#masthead h3 {  color: #9a9;  margin-top: 1px;}#navigation {  /* Layout */  width: 980px;  overflow: hidden;  margin: 0px;  padding: 0px;  border: 0px;  /* Styles */  border-top: 2px solid #808080;  border-bottom: 2px solid #808080;  background-color: #cdc;  overflow: scroll;}#navigation .divider {  clear: both;  height: 1px;  width: 100%;  color: black;  border-color: black;  margin: 0px;  padding: 0px;}#navigation ul {  list-style-type: none;  /* (for cross-browser compatibility add two lines) */  padding: 0px;  margin: 0px;}#navigation li {  float: left;  padding: 3px 8px 3px 8px;}#navigation a {  font-weight: normal;  font-size: large;  text-decoration: none;  color: #000;}/* mouse over link */#navigation a:hover {  font-weight: normal;  text-decoration: none;  color: #fff;  background-color: #FF0000;}#content {  /* Layout */  width: 950px;  margin: 0px;  padding: 15px;  /* Styles */  border: 0px;  background-color: #fff;  font-size: x-large;}#footer {  /* Layout */  width: 100%;  overflow: auto;  clear: both;  margin: 0px;  padding: 0px;  /* Styles */  border: 0px;  text-align: center;  padding-bottom: 10px;}#footer p {  font-size: small;  color: #c77;}html > body #footer {  text-align: center;  padding-bottom: 0;}/* Site typography */h1 {  font-size: xx-large;  color: #c77;}h2 {  font-size: x-large;  color: #000;}h3 {  font-size: large;  color: #c77;}/* Links */a {  color: black;  text-decoration: underline;}a:hover {  color: red;  text-decoration: none;}