/* common across site styles */

body {
	background-color: #2e2e2f;
	background-image: url(/images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

a {
	color:#ffd503;
	text-decoration: none;
}

a:hover {
	color:#eed846;
	text-decoration: none;
}


#dropmenudiv {
	display:none;
	overflow:hidden;
}




/* core page content DIVs */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
}


#header {
	background-color: #000000;
	float: left;
	width: 963px;
	text-align:right;
	padding: 0px 10px 0px 0px;

}

#header p {
	font-size: 10px;
	font-family: "Arial";
	color:#e1e1e3;
}





#content {
	float: left;
	width: 973px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: #e1e1e3;
	text-align: center; 
}





/* content styling */


#content p {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
}

#content h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
}

#flashcontent {
	height:600px;
}

