body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	margin:0;
	background-color:#000000;
}

.shape{
	margin-top:85px;
	background-image:url(../images/shapes.jpg);
	width: 221px;
	height: 103px;	
}

.nav{
	float:left;
}

.contents{
	float:left;
	width:600px;
}

.detail{
	margin-left:50px;
}

.footer{
	clear:both;
	width:800px;
}

.eagle{
	float:left;
	background-image:url(../images/eagle2.jpg);
	width: 198px;
	height: 283px;	
}
.design{
	float:left;
	background-image:url(../images/footer2.jpg);
	width: 258px;
	height: 64px;
	margin-top:220px;
}

.title{
      color:#;
      font-size:13px;
      font-weight:bold;
}

.subtitle{
      color:#999999;
      font-size:11px;
      font-weight:bold;
}

a{
	border-color:#000000;
}

a.normal{
	color:#666666;
	text-decoration:none;
}
a.normal:HOVER{
	color:#999999;
}
