@charset "utf-8";
* {
	margin-top: 0px;
}
#Logo {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo/Purple1%20Logo.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
#Navagation {
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 900px;
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#body {
	height: 430px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer {
	background-color: #000000;
	height: 25px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
