body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

.frame {
	margin-top: 0px;
	width: 700px;
}

#homeframe {
	float: left;
	margin-top: 0px;
	width: 700px;
}

#motion {
	float: left;
	width: 200px;
}

.header {
	float: left;
	width: 865px;
	height: 123px;
	background-image: url(newaf/assets/header.jpg);
	background-repeat: none;
	text-align: right;
	margin-right: 10px;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


.nav {
	color: #000000;
	margin-top: 108px;
	text-align: right;
	margin-right: 110px;
	font-size: 12px;
	width: 700px;
}


.footertext {
	text-align: right;
	height: 102px;
	width: 750px;
	color: #ffffff;
	font-size: 10px;
	margin-right: 110px;
}

.footer {
	float: left;
	height: 102px;
	width: 865px;
	background-image: url(/newaf/assets/footer.jpg);
	background-repeat: no-repeat;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}