﻿/* CSS layout */
body {
	text-align: center;
	background-image: url('../football/redwhite.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#wrapper {
	background-color: blue;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-style: solid;
	border-color: red;
}
#masthead {
	width: 800px;
	height: 190px;
	background-image: url('golf.png');
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	background-color: blue;
}
#page_content {
	background-color: blue;
	padding: 10px;
}
#footer {
	background-color: blue;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../football/footerpic.jpg');
}
table {
	color: white;
	text-align: left;
	border-style: solid;
	border-color: #0000CC;
	border: medium;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
a:hover {
	background-color: #0000CC;
}
#style1 {
	border-color: red;
	background-color: red;
}
td {
	border-color: red;
}
#page {
	background-image: url('../football/bgbody.png');
	padding: 10px;
}

