@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-size:100%;
	font-family:Verdana, "Times New Roman", Times, serif;
	color:#3a3a3a;
}



h1 {
	width:498px;
	height:64px;
	background:url(images/h1-bg.jpg);
	color:#fff;
	font-family:bebas;
	padding:17px 0px 0px 78px;
	letter-spacing:1px;
	font-size:2.2em;
	margin:0 auto;
}

form {
	width:459px;
	
}

label {
	display:block;
	margin-top:20px;
	font-size:14px;
}

input, textarea {
	width: 439px;
	height: 17px;
	background: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-top: 3px;
	font-size: 0.9em;
	color: #333333;
}

	input:focus, textarea:focus {
	border: 1px solid #0074B9;
	}

textarea {
	height: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	width:120px;
	height:38px;
	margin-top:20px;
	cursor:pointer;
	border:1px solid #dedede;
}

	#submit:hover {
		opacity:0.9;
		
	}
#contactme {
	margin-top: 20px;
	background-color: #FFFFFF;
	padding-left: 30px;
}
.content {
	height: 750px;
}
