/* CSS Document */

body{
	background-color: #dddddd; 
	margin:0px;
	text-align: center;
	color: #bfbebe;
}  

#wrapper {
	width: 800px;
	margin: 20px auto;
	text-align: left;
	background-color: #00CC00;
}

#box{
	height: 500px;
	width: 800px;
	background-color: #840308;
}

#eagle{
	height: 150px;
	width: 800px;
	background-image: url(img/eagle.jpg);
}

#logofield{
	height: 350px;
	width: 800px;
}

#logo{
	height: 200px;
	width: 500px;
	margin: 0px 150px;
}

a img { 
	border:none; 
}

#text{
	height: 120px;
	width: 350px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 225px;
	text-align: center;
}

#menu{
	height: 35px;
	width: 800px;
	background-color: #858180;
	text-align: left;
}

#directto{
	height: 35px;
	width: 90px;
	border-right: solid 1px #999999;
	float: left;
}

#directto_text{
	height: 27px;
	width: 80px;
	color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 8px 0px 0px 10px;
	float: left;
}

.button{
	color: #bfbebe;
	height: 27px;
	padding-top: 8px;
	float: left;
	background: #858180 url(img/button.jpg) 20px center no-repeat;
}

.button:hover{
	background: #858180 url(img/button_act.jpg) 20px center no-repeat;
}

.button a{
	color: #bfbebe;
	height: 14px;
	padding: 8px 30px 13px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.button a:hover{
	color: #bfbebe;
	height: 14px;
	padding: 8px 30px 13px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

