@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0; padding:0;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#660000;
	font-size:12px;
}
body {
	background-color:#FFF9C5;
}
/*NOTE: Don't forget to add height of Copyright footer to the total height of the Flash.*/
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-277px; /* Set Margin Bottom to 1/2 of the height in #centered */
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:555px; width:750px; /*max-width:800px; min-width:400px;*/  /*ALTERNATIVE: USE % and/or MIN MAX FOR WIDTH TO SIZE AS PERCENT OF BROWSER WIDTH*/
	margin:0 auto;
	background:#ffffff;
	overflow:auto;
}
  
#content {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:555px;
	width:750px;
	padding:0;
	margin:0;
}

#flashcontent {
	width:750px;
	height:525px;
	margin:0;
	padding:0;
}
h1 {
	text-indent:-9999px;
	background-color:#ffffff;
	margin:0;
	padding:0;
	line-height:0;
	font-size:9px;
}

#altcontent {
	width:670px;
	height:445px;
	padding:40px;
	background-color:#632412;
	color:#FFFFFF;
}


/* General LAYOUT */

#copyright {
	top:525px;
	left:0px;
	position:absolute;
	width:750px;
	height:20px;
	margin:0;
	padding:10px 0 0 0;
	font-size:11px;
	color:#AB6600;
	background-color:#FFF9C5;
}

/* LINKS */
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

a.body:link {
	color: #FFF9C5;
	text-decoration: none;
}
a.body:visited {
	text-decoration: none;
	color: #FFF9C5;
}
a.body:hover {
	text-decoration: none;
	color: #ffffff;
}
a.body:active {
	text-decoration: none;
}

/* GENERAL FONT STYLES */
p {
	margin:0;
	padding:0;
	font-size:13px;
	line-height:15px;
	text-align:left;
}


