@charset "utf-8";
.input {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D62F75;
	font-size: 12px;
}


/* CSS Document */

* {
	margin: 0;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-image: url(../images/contact_bg.png);
	background-repeat: repeat-x;
	background-color: #FA4918

}
#main {
	margin: auto;
	width: 785px;
	height: 950px;
	background-image: url(../images/contact_dab.png);
	background-repeat: no-repeat;
	background-position: 150px 75px;
	padding-right: 100px;
	padding-left: 100px;
}

h1 {
	font-size: 35px;
	font-weight: lighter;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}

a:link {
	color: #FFF;
}

a:hovered {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

