@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(html/img/body_bkgrnd.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.75em;
	min-height:800px;

/*This creates the conditional Flash box & positions it*/
}
#flash {
	margin-top:-130px;
	position: relative;
	left: auto;
	right: auto;
}
#bckgrnd {
	background-color: #FFFFFF;
}

/*This is the html container.  It is replaced by Flash content if the browser can, otherwise it overides the previous rules*/
/*
#container {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	top: -59px;
	width: 749px;
}
#logo {
	display: block; /*you can't manipulate margin on inline elements like <a><img>, you have to assign them display:block
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	top: 25px;
	left: auto;
	right: auto;
}
#content {
	background-image: url(html/img/bkgrnd.gif);
	background-repeat: repeat-y;
	position: relative;
	top: -5px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
#content img {
	float: left;
	margin-right: 10px;
	padding-top: 5px;
	clear: both;
}

#footer {
	margin-top: -10px;
}
#bottom {
	margin-top: 20px;
}
#flash_footer {
	color: #999999;
	text-align: left;
	position: relative;
	left: auto;
	top: 50px;
	right: auto;
	width: 800px;
	padding-left: 40px;
}
