@charset "UTF-8";
body {
	background-image: url(../images/aboutus_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #600;
}
nav {
	height: 40px;
	background-color: #C60;
	opacity: 0.8;
	margin-top: 200px;
	margin-left: 530px;
	margin-right: 208px;
	text-align: center;
	word-spacing: 20px;
	vertical-align: middle;
}
.a {
	color: #000;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 35px;
	font-weight: bold;
}

a:hover {
	color: #FC0;
}
.p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	margin-left: 530px;
	margin-right: 208px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-style: normal;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-top: 100px;
	background-color: #C60;
	opacity: 0.8;
}
