/*
Template CSS file
by Bjorn Anthonis
version 2.0 WarmFire
2009/03/21
*/

body 
{
	font-family: Palatino Linotype, Palatino, Georgia, Times New Roman;
	background-color: White ;
	color: #ff3300;
	margin: 0px;
	background-image: url(FinalPhoeniXInvertBG.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a
{
	color: #ff6600;
}


h1
{
	letter-spacing: 0.15em;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}

h2
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	color: #ff6600;
}

h3
{
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	color: #ffcc00;
}

div.menu
{
	text-align: center;
	word-spacing: 3em;
}

div.content
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

div.notes
{
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: right;
	vertical-align: top;
	border-top:1px solid #ffcc00;	
}

img
{
	border:1px solid #ffcc00;	
}

a img
{
	border-style: none;
}

span.capital
{
	color: #ff6600;
	font-size:200%;
	font-weight: bold;
}

div.hidden
{
	position: absolute;
	top: -100px;
	left: -100px;
	width: 100px;
	color: white;
}

.center
{
	text-align: center;
}