﻿@import url("layout.css");
@import url("common.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("http://www.lilesnet.com/New_Years/_rotation_backgrounds/rotate.php");
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url('../_rotation_backgrounds/newyears_backgrounds_006.gif');
	background-repeat: repeat;
}
/* Navigation */

#navigation {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #cdc;

}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 1px 1px 1px 1px;
}
#navigation a {
	font-weight: normal;
	font-size: small;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px 8px 2px 8px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

#contents {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}

#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FF0000;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}


/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #c77;
}
ul,ol {
	font-size: 1em;
	color: #000;
}
li { margin-bottom: 1em; 
} 

p {
	font-size: 1em;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
.whatsNew {
	font-size:small;
}.textNavigation {
	font-size: medium;
	padding: 5px;
	margin-right: 25px;
	margin-left: 25px;
	border: thin solid black;
	background-color: #FCC;
	text-align: center;
}

