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

#masthead h1 {
	color: red;
	margin: 0px;
	font-size:xx-large;

}
#masthead h3 {
	color: red;
	margin: 5px;
	font-style: italic;
	font-size: large;
}
/* Christmas Navigation (common stored in /Christmas/styles/christmas_navigation.css */


#content {
	width: 950px;
	padding: 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: #c77;
}
h2 {
	font-size: x-large;
	color: #008000;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: large;
	color: #FF0000;
	margin-bottom: 5px;
	margin-top: 5px;
}
h4 {
	font-size: medium;
	color: #c77;
}
p,ol,ul,bloackquote {
	font-size: 1em;
	color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.no-margin {
	margin-bottom:0px;
	margin-top:0px;
}.textNavigation {
	background-color: #FFC;
	padding: 10px;
	width: 700px;
	margin-right: 100px;
	margin-left: 100px;
	border: thin solid #000;
	text-align: center;
}

