﻿body {background-image:url('../graphics/backdrop.jpg');}
.footer {
	position: relative;
	height: 15px;
	z-index: 4;
	margin: 20px auto 0 auto;
	background: url('../graphics/transparency.png');
	text-align: center;
	padding: 10px;
	color: #FFFF00;
}
.main {
	background: url('../graphics/transparency.png');
	padding: 20px;
	position: relative;
	width: 720px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}
.header {
	position: relative;
	height: 125px;
	z-index: 1;
	background-image: url('../graphics/logo_gradient.png');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
}
.head_img {
	position: relative;
	width: 320px;
	height: 125px;
	z-index: 1;
	margin: auto;
	background-image: url('../graphics/phoenix_logo_gold_325X120.gif');
}
ul.site_nav {
	list-style-type: none;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	float: none;
	height: 23px;
	margin: 20px 0 0 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 600px;
	z-index: 2;
}
ul.site_nav a {
	background-repeat: no-repeat;
	background: url('../graphics/phoenix_button.png');
	display: block;
	width: 150px;
	height: 23px;
	color: #FFFF00;
	line-height: 23px;
	text-decoration: none;
}
ul.site_nav a:hover {
	background-position: 0px -23px;
	color: #FFFFFF;
}
ul.site_nav li {
	display: inline;
	float: left;

}
.footer_txt {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #FFFF00;
	font-size: small;
}
