* {
	margin: 0;
	padding: 0;
}
html {
	overflow: hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height: 1.8em;
	background: url(../images/bg_tile.gif) #758e29 repeat-x top;
}
h1 {
	font-family: "Monotype Corsiva", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #D58F00;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #D58F00;
}
a:hover {
	color: #B93700;
}

/*--------------------------------------------------------------------------------------------------------------------------*/

#flash {
	width: 1000px;
	height: 640px;
	padding:0 25px;
	background: url(../images/bg.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
}
#noflash {
	padding: 50px 2em 0;
	height: 540px;
}

.warn {
	position: absolute;
	top: 20px;
	background-color: #FFCC00;
	color: #FFFFFF;
	width: 960px;
	text-align: center;
	font-weight: bold;
}

#fmedia {
	float: right;
	margin-top: 15px;
}
#fmedia img {
	border: none;
}
#fmedia a {
	color: #dce1c3;
}
#fmedia a:hover {
	color: #f3c44d !important;
}
