* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'HelveticaRegular';
    src: url('fonts/Helvetica-webfont.eot');
    src: url('fonts/Helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Helvetica-webfont.woff') format('woff'),
         url('fonts/Helvetica-webfont.ttf') format('truetype'),
         url('fonts/Helvetica-webfont.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal; }
	
body{
	font-size:16px;
	 font-family: "Helvetica"; font-weight: bold;
	color: #231f20
	}
	h1{
		font-weight:ligther;font-size:24px;}
#outer {
  width: 100%;
  text-align: center;
  font-weight:bold;
}

#inner {
  display: inline-block;
  
  width:620px;
}
.pagecontent{width:600px; margin-top:30px; float:left;}
#split{
	float:left; 
	width:300px;
	}
.right{float:right; padding-right:10px}
.left{float:left;}
span, a{color:#ed1c24}


#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
	margin-top:-20px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

#footer  
{

     background-color: #ed1c24;
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 50px
     }
