/* CSS Document */

body {
	background:url(../images/bg.gif) top left no-repeat #430507;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #aa1838;
	margin: 0px;
	padding: 0px;
}

/* The following two styles center content both horizontally and vertically on stage */

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
#horizon {
	background-color: transparent;
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 900px;
	margin-top: -320px;
 }
/* end IE 5 hack */ 

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 516px;
 }
 
.shadow {
 	float:left;
 	background: url(../images/shadow.png) no-repeat bottom right !important;
 	background: url(../images/shadow.gif) no-repeat bottom right;
 	margin: 10px 0 0 10px !important;
 	margin: 10px 0 0 5px;
}

.shadow img, .shadow object {
 	display: block;
 	position: relative;
 	/* background-color: #fff; */
 	margin: -6px 6px 6px -6px;
 	/* padding: 4px;*/
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}

a:link, a:visited, a:hover {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px #FFF;
}

.textArea {
	margin: 15px;
}

.miniText {
	font-size: 10px;
	margin: 8px 0px;
}
