@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;
}

#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;
}#contant contact #form1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #663399;
	margin: 20px 5px 5px;
	padding: 5px;
}
input , select , textarea {
	color: #663399;
	background: #CCCCCC;
	padding: 10px;
	width: 350px;
	margin-bottom: 25px;
	margin-left: 10px;
	border: 3px solid #663399;
}
select{
width:375px;
}
textarea{
height:250px;
}
input#send{
font-size: 20px;

border: 3px solid #663399;
margin-left: 59px;
width: 370px;
}
