body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) repeat-x #FFF;
}

/* commented back slash hack v2 \*/
html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) repeat-x #FFF;
}
/* end hack */

body#main {
	background-color: #FFF;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}

/* 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: 760px;
	margin-top: -275px;
 }
/* end IE 5 hack */ 

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 760px;
	height: 450px;
 }
 
.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; */
 	/* border: 2px solid #fff; */
 	margin: -6px 6px 6px -6px;
 	/* padding: 4px;*/
}

a:link, a:visited, a:hover {
	color: #004891;
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px #004891;
}
#main a:link, #main a:visited, #main a:hover {
	color: #22A0D2;
	text-decoration: none;
}
#main a:hover {
	border-bottom: dotted 1px #22A0D2;
}

.textArea {
	margin: 10px;
}
.miniText {
	font-size: 10px;
	margin: 8px 0px;
	color: #666;
}
