*, html
{
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(../_img/background.gif);
	background-position: 50% top;
}

img
{
	border: none;
}

h1
{
	font-weight: normal;
	font-size: 18px;	
}

h2
{
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

a
{
	font-weight: bold;
	color: #B9AC97;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;	
}

#wrapper
{
	width: 980px;
	margin: 0px auto;
}

#menu
{
	float: left;
	margin: 30px 0px;
}

#menu li
{ 
	float: left;
	display: inline;
	height: 20px;
	margin: 0px;
} 

#menu li a 
{
	display: block;
	height: 20px;
	text-indent: -999em;
}

#menu li.home a {
	background: url(../_img/btnHome.gif) 0 0 no-repeat;
	width: 59px;
}

#menu li.about a {
	background: url(../_img/btnAbout.gif) 0 0 no-repeat;
	width: 125px;
}

#menu li.location a {
	background: url(../_img/btnLocation.gif) 0 0 no-repeat;
	width: 84px;
}

#menu li a:hover {
	background-position: bottom left;
}

#logo
{
	float: right;
	margin: 30px 0px;
}

#flashWrapper
{
	clear:both;
/*	float: left;*/
	width: 980px;
	height: 530px;
	margin: -90px 0px; /* move the flash container above the logo */	
}

#contentWrapper
{
	clear:both;
	/*float: left;*/
	width: 880px;
	height: auto;
	margin: -30px 50px 0px 50px;
	text-align: justify;
}

#flash
{
	
}

#footer
{
	clear: both;
	float: right;
	text-align: right;
	margin: 90px 50px 0px 0px; /* compensate for the flash containers negative margin */
	padding-bottom: 20px;
}
