@charset "utf-8";
#nave {
	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: #000000;
}

#header {
	background: #663399;
	height: 150px;
	text-align: center;
}
#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 {
	font-size: 16px;
	color: #CCCCCC;
	float: center;
	padding-left: 35px;
	background-color: #663399;	
}
#footer img {
	clear: both;
}

#footer ul {
	margin: 0px 15px 0px 0px;
	float: right;
	list-style-type: none;
	background-color: #663399;
}
#footer li {
	float: left;
	margin-top: 10px;
	margin-right: 40px;
}
