/* CSS Document */

body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	width:100%;
	height:100%;
}
.content{
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:14px;
	text-decoration: none;
	color:#656565;
	background-color:transparent;
	min-height:170px;
}
.content_frame{
	position:fixed;
	top:250px;
	right:20px;
	width:100%;
}
.eagle{
	position:fixed;
	right:0px;
	bottom:30px;
	height:80%;
	z-index:-1;
}
.banner{
	position:fixed;
	right:20px;
	top:10px;
	z-index:2;
}
.Drop_banner{
	position:fixed;
	right:20px;
	bottom:350px;
	z-index:2;
}
a:link {
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#848484;
	z-index:1;
}
a:visited {
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#848484;
	z-index:1;
}
a:hover {
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#e64733;
	z-index:1;
}
a:active {
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#848484;
	z-index:1;
}
a.contact{
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#0e92c9;
	z-index:1;
}
a.contact:hover {
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:1em;
	text-decoration: none;
	color:#e64733;
	z-index:1;
}

