﻿@import url("layout.css");
@import url("common.css");
body {
	background-image: url('http://www.lilesnet.com/golf/_rotation_backgrounds/rotate.php');
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: white;
	
}
#container {
	border: 2px solid green;
	background-color: #fff;
	font-family: Arial;
	font-size:  x-large;
}
/* Masthead */	
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/background_tile.jpg");
	background-position: top;
	border-bottom: none;
}
#masthead h1 {
	color: #8b0000;
	margin-right: 10px;
	margin-bottom: 0px;
}
#masthead h3 {
	color: #000;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
}
/* Navigation */
#navigation {
	border-top: 2px solid #808080;
	border-bottom: 2px solid #808080;
	background-image: url("../images/background_tile.jpg");
	overflow: hidden;
}
#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: 1px 8px 1px 8px;
}
#navigation a {
	font-weight: normal;
	font-size: medium;
	text-decoration: none;
	color: #000;
}
/* mouse over link */
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #FF0000;
}
#column_l {
	width: 465px;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
}
#column_r {
	width: 465px;
	padding: 0px 10px 0px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
p {
	padding: 0px 0px 0px 0px;
	font-size: x-large;
}
/* Footer */
#footer p {
	color: #000;
	font-size:small;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
