@font-face {
    font-family: 'Gill_Sans_MT';
    src: url('GillSansMT.eot');
    src: url('GillSansMT.eot?#iefix') format('embedded-opentype'),
         url('GillSansMT.woff') format('woff'),
         url('GillSansMT.ttf') format('truetype'),
         url('GillSansMT.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('copperplate-gothic-bold-regular-webfont.eot');
    src: url('copperplate-gothic-bold-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('copperplate-gothic-bold-regular-webfont.woff') format('woff'),
         url('copperplate-gothic-bold-regular-webfont.ttf') format('truetype'),
         url('copperplate-gothic-bold-regular-webfont.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'copperplate_gothic_lightRg';
    src: url('copperplate-gothic-light-regular-webfont.eot');
    src: url('copperplate-gothic-light-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('copperplate-gothic-light-regular-webfont.woff') format('woff'),
         url('copperplate-gothic-light-regular-webfont.ttf') format('truetype'),
         url('copperplate-gothic-light-regular-webfont.svg#copperplate_gothic_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{ 
	margin:0; 
	padding:0; 
}

body{
	text-transform:uppercase;
} 

ul{
	list-style:none;
}

#wrap{
	width:1000px;
	margin:0 auto;
}

#home_logo,#section_logo{
	width:913px;
	height:121px;
	margin:14% auto 200px;
	background:url("../images/home_logo.png") center center no-repeat;
}

#section_logo{
	margin:auto;
	background:url("../images/section_logo.png") center center no-repeat;	
}

#about_content,#contact_content,#testimonials_content{
	clear:both;
	width:913px;
	height:640px;
	background:url("../images/bg_about.png") top left no-repeat;
}

#contact_content{
	height:500px;
	background:url("../images/bg_contact.png") top left no-repeat;
}

#testimonials_content{
	background:url("../images/bg_testimonials.png") top left no-repeat; 
}

#about_content #content_text,#contact_content #content_text,#testimonials_content #content_text{
	width:560px;
	float:right;
	text-align:center;
	font-family:'copperplate_gothic_boldRg';
	font-size:11px;
}

#contact_content #content_text{
	width:460px;
	float:right;
}

#testimonials_content #content_text{
	width:460px;
	float:right;
	text-transform:none; 
	font-family:"Gill_Sans_MT";
	font-size:14px;
	text-align:center; 
}

#testimonials_content #content_text h1{
	font-family:'copperplate_gothic_boldRg';
}

#testimonials_content #content_text span{
	font-family:'copperplate_gothic_boldRg';
}

#contact_content #content_text input,#contact_content #content_text textarea{
	width:200px;
	padding:7px 14px;
	text-transform:none;
}

#contact_content #content_text input#submit
{
	width:70px;
	float:left;
	margin-left:70px; 
	cursor:pointer;
}

#contact_content #content_text textarea{
	height:70px; 
}

#content_text h1{
	font-size:32px;
	margin-bottom:12px;
}

#content_text p{
	line-height:20px;
	margin-bottom:9px;	
	text-align:left;
}

#contact_form{
	margin-top:50px;	
}

#contact_form tr{
	height:70px;
}

#contact_form tr#form_title{
	height:140px;
}

#contact_form .left_title{
	font-size:16px;
}

#content_text #form_title h1{
	margin-left:300px;
}

#footer{
	font-family:'copperplate_gothic_boldRg';
	width:913px;
	clear:both;
	margin:40px auto;
	padding-bottom:14px;
}

#footer ul li{
	float:left;
	text-align:center;
	width:228px;
}

#footer ul li a{
	text-decoration: none;
	color:black;
	font-size:18px;
}
