@charset "utf-8";
div {
	height: 35px;
	}
#nave ul {
	float: right;
	margin-right: 50px;
	list-style-type: none;
}
#nave li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
#nave a {
	font: 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #CCCCCC;
	text-decoration: none;
	padding: 10px 10px 5px;
	margin-right: 5px;
	margin-left: 5px;
	background: #663399;
}

#nave a2 {
background-color:#660099
	}

#header {
	background: #663399;
	height: 150px;
	text-align: center;
	margin-right: 5px;
}
#header h1 {
	border-bottom: 2px solid #663399;
	background: #663399;
	font-family:Andalus;
	margin: 4px 45px 0px 0px;
	padding: 20px 10px 10px;
	text-align: center;
	}
#header img {
	float: left;
}
#footer {
	background: #663399;
	clear: both;
	height: 50px;
}
#footer {
	font-size: 16px;
	color: #CCCCCC;
	float: left;
	padding-left: 20px;
}
#footer ul {
	margin: 0px 15px 0px 0px;
	float: right;
	list-style-type: none;
}
#footer li {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}

	

