@charset "utf-8";
#content {
	background-image: url(assets/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 540px;
	width: 1200px;
	font-family: "Lucida Calligraphy";
	font-weight: normal;
	color: #FFF;
}
a {
	color: #CCC;
	text-decoration: none;
}

#homePageContent {
	float: left;
	height: 540px;
	width: 400px;
	margin-left: 600px;
	font-family: "Times New Roman", Times, serif;
}

#content h1 ,h2,h3,h4{
	font-weight: lighter;
}

#content1 {
	width: 98px;
	float: left;
}

#content2 {
	width: 307px;
	float: left;
	padding-top: 0px;
}
#content4 {
	float: left;
	width: 161px;
	text-align: right;
}

#content5 {
	float: left;
	width: 99px;
}
#content3 {
	float: left;
	width: 535px;
}
.form {
	color: #666;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #666;
}
