/** 
 *  
 *	middleearthstudios.com flash site style sheet rules
 *
 */

p {
	font-family:_ArialRegular;
	color:#663300;
	font-size:11px;

}
h1 {
	font-family:_LucidaBlackLetter;
	text-align:center;
	color:#663300;
	font-size:14px;
}
h2 {
	font-family:_LucidaBlackLetter;
	text-align:left;
	color:#663333;
	font-size:12px;
}
h3 {
	font-family:_LucidaBlackLetter;
	text-align:left;
	color:#663333;
	font-size:11px;
}
/* Flash does not support the psuedo class ":first-letter"
*	fix using span hack.
*/
.first-letter 
{
	font-family:_LucidaBlackLetter;
	color: #663300;
	font-size:20px;
}
a:hover {
	color:#996633;
}


body 
{
	margin: 0;/*dont change*/
	backgrond-color:#D6F043;
	background-color:#cccccc;
}


  /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }

/* following rules are invisible to IE 5 \*/
#horizon     
{
	text-align: center;/*dont change*/
	position: absolute;/*dont change*/
	top: 45%;/*dont change*/
	left: 0px;/*dont change*/
	margin-top:-300px;
	width:100%;
	min-width: 900px;/*dont change*/
}
 /* end IE 5 hack */

#wrapper    
{
	position:relative;
	margin-left: -450px;
	text-align:left;
	position: absolute;
	top: 50%;
	left: 50%;/*dont change*/
	width: 900px;
	height: 600px;
	overflow:hidden;
}
