body {
	background-image: url(/img/backGrad.gif);
	background-repeat:repeat-x;
	background-color: #626943;
	margin: 0px;
	top: 0px;
	left : 0px;
}
object:focus { outline:0 none; }
a:link, a:visited {
	color: #cfa92b;
	text-decoration:none;
}
a:hover {
	color:#6295c8;
	text-decoration:none;
}

#header {
	background-image: url(/img/headImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#flashcontent {
	background-image: url(/img/headImage.jpg);/*crop img*/
	background-repeat: no-repeat;
	background-position: center top;
	width: 770px;
	min-height: 300px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#alt-content {
	display:block;
	width:500px;
	height:200px;
	overflow:hidden;
	background:transparent url(/img/warningbox.png) no-repeat 0px 20px;
	margin:0 auto;
	padding-top:20px;
	line-height:1.2;
}

#altcontent p {
	margin:20px;
}

#altbutton a {
	display:block;
	padding:0.3em;
	margin:0 20px;
	background-color:#fff;
	background-color:#626943;
	border:solid 1px #cfa92b;
}

#footer {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	font-size: .8em;
	color: #ccca46;
	width: 770px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 0px;
}