* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #3b3b3b;
	font-family: Arial, Verdana, Sans Serif;
}

a, a:visited {
	color: #ffffff;
	text-decoration: underline;
	}	

a:hover {
	color: #ffee00;
	text-decoration: underline;
	}

:focus
{
-moz-outline-style: none;
}

#logo {
	width: 331px;
	height:90px;
	margin: 0 auto;
	padding: 25px 0px 25px 0px;
}

#nav {
	width: 535px;
	height 17px;
	margin: 0 auto;
	padding 30px 0px 0px 0px;
}

#nav ul { display: block; }

#nav ul li { 
	display: inline;
	padding: 0px 0px 0px 1px;
}

#spacer { 
	padding: 10px 5px 0px 0px;
	text-align: center; 
}

#content {
	width: 535px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	color: #ffffff;
}

#content p { padding: 10px 0px 10px 0px; }

#footer {
	width: 535px;
	height: auto;
	margin: 0 auto;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#footer p {
	padding: 5px 0px 0px 0px;
	text-align: center;
}
	
/* hide from ie on mac \*/	
	#flashcontent {
		width: 480px;
		height: 590px;
		margin: 0 auto;
		padding: 5px 0px 0px 0px;
	}

blockquote {
display: block;
padding: 0 50px;
width: 430px;
}

blockquote:before, blockquote:after {
color: #ffee00;
display: block;
font-size: 700%;
width: 50px;
}

blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 450px;
}