@charset "utf-8";
/* CSS Document */
body{
	background-image:url();
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#FFF;
	font-family:"Britannic T Bold", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
	text-align:left;
}
a:link{
	text-decoration:underline;
	color:#000;
}
a:visited{
	text-decoration:none;
	color:#666;
}
a:hover, a:active{
	text-decoration:underline;
	color:#F00;
}
#container{
	margin:10px auto;
	width:790px;
}
#header{
	width:790px;
	height:150px;
}
#logo{
	float:left;
	width:171px;
	height:150px;
	margin-bottom:15px;
	background-image:url(../images/menu/eagleTest.png);
	background-repeat:no-repeat;
}
#rechtsnaastlogo{
	float:left;
	width:605px;
	height:150px;
}
#aguila{
	width:395px;
	height:89px;
	margin:40px 0px 15px 10px;
	background-image:url(../images/menu/aguila.png);
	background-repeat:no-repeat;
}
#nav {
	margin:10px 10px;
}
#nav li{
	display:inline;
}
#nav li a:link, #nav li a:visited{
	float:left;
	display:block;
	font-family:"Britannic T Bold", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:16px;
	padding:0px 20px 0px 0px;
}
#nav li a:hover{
	text-decoration:underline;
}
#nav li a:active{
	color:#666;
}
#footer{
	width:790px;
	margin:2px 0px;
}
#marquee{
	font-family:"Britannic T Bold", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#000;
}
hr{
	color:#000;
}
.clearerright{
	clear:right;
}
.clearerleft{
	clear:left;
}