/* CSS Document */

body {
	color: #F5B003;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 14px;
	background: #000;
}

.page {
	width: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	
}

h1 {
	font-family: PhoenixScriptFLF;
	font-weight: normal;
	font-size: 3.5em;
	margin: 0px 0px .5em 0px;
	line-height: 1em;
	color: #F5B003;
}
h2 {
	font-size: 1.7em;
	margin: 0px 0px 1em 0px;
	line-height: 1em;
}

h3 {
	font-size: 1.5em;
	margin: 0px 0px 1em 0px;
	line-height: 1em;
}

p {
	margin: 0xp 0px .75em 0px;
}


#menu a {
	color: #000;
	text-decoration: none;
}

.clear {
	clear: both;
}

a:link {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	text-decoration: none;
	background: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

.social a:hover {
	opacity: .5;
}

footer {
	width: 90%;
	margin: 0px auto;
	font-size: .85em;
	color: #F5B003;
	text-align: center;
}

footer a:link {
	color: #F5B003;
}

footer a:visited {
	color: #F5B003;
}

footer a:hover {
	color: #F77606;
}