﻿@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/friends/_rotation_background/rotate.php");
	background-repeat: repeat;
}
#container {
	border: 2px solid black;
	background-color: #fff;
}
/* Masthead */
#masthead {
	background-color: #fff;
	background-image: url("../images/header-image-980px.jpg");
	background-repeat: repeat;
}
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align:center;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: black;
	margin-top: 0px;
	margin-bottom: 4px;
	text-align:center;
}
/* Navigation */
#navigation {
	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 {
	width: 950px;
	padding: 15px;
	background-color: #fff;
}
#content li {
	padding-top:5px;
	padding-bottom: 5px
}

/* Footer */
#footer {
	padding: 0px;
}
#footer p {
	font-size:small;
	color: #000;
	text-align: center;
	padding: 0px;
}
/* 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;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
