body {
	background-color: #CCC;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
.red {
	color: #C00;
}
#max #header ul {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	color: #FFF;
	position: relative;
	top: 10px;
	width: 964px;
	padding-left: 525px;
	margin: 0px;
	padding-bottom: 0px;
}
#max #content object {
	margin-left: 2px;
	background-image: url(images/loading-bg.jpg);
}

#max #header ul li {
	display: inline;
	margin-right: 25px;
}
#max #header h1 {
	position: relative;
	left: 500px;
	top: 10px;
}
.black {
	color: #000;
}
#max #header ul li a {
	color: #FFF;
	text-decoration: none;
}
#max #header ul li a:hover {
	color: #000;
}

#max {
	width: 964px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#max #header {
	background-image: url(images/header-bg.png);
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 964px;
}
#max #footer {
	background-image: url(images/footer-bg.png);
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 964px;
}
#max #footer p {
	font-weight: bold;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
#max #footer p a {
	color:#C00;
	text-decoration: none;
}
#max #footer p a:hover {
	color: #000;
}
#max #footer p a .black:hover {
	color: #C00;
}
.left {
	float: left;
}
.right {
	float: right;
}
#max #content p {
	color: #333;
	font-size: 12px;
	margin-left: 400px;
	text-indent: 25px;
	margin-right: 20px;
}
#max #content p a {
	color: #F00;
	font-weight: bold;
}
#max #content h2 {
	margin-left: 400px;
	text-indent: 25px;
	margin-right: 20px;
	margin-top: 0px;
}

