*{margin: 0; padding: 0; text-decoration: none; list-style-type: none;}
a{text-decoration: none; color: #2B68AD;}
body{background-image: url("../images/sandpaper.png");}
.quote{margin: 0 auto; padding: 50px; text-align: center; font-size: 30px; color: #2B68AD;}
.quote1{line-height: 100px;}
.quote2{line-height: 50px;}

#bgInfo{ color: #94844F; line-height: 34px}
#bgInfo h1{color: #665A32; text-align: center; }

#wrapper{
	margin: 0 auto;
	width: 1024px;
	min-height: 200px; 
	background-color: #F7F2EB;
	border-left: thin solid lightgrey;
	border-right: thin solid lightgrey;
}

#nav{
	width: 1024px;
	margin-top: 20px;
}

#nav ul li{float: right; padding-right: 30px;}

#header{
	width: 1024px;
	height: 200px; 
	background-image: url("../images/header.jpg");
	position: fixed;
	z-index: 1;
	color: #2B68AD;
}

#form{float: right; width: 700px; height: 150px; margin-top: 20px;}
#form table tr td{padding: 2px 10px; }

#contact{ 
	width: 150px; 
	height: 40px; 
	text-align: center; 
	float: left;
	margin-left: 174px; 
	margin-top: 50px;
}

#search{background-color: red; margin-top: 20px;}

#bodySection{
	padding-top: 200px;
	width: 1024px;
	height: 530px;
	background-image: url("../images/background.jpg");
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.section{
	float: left;
	width: 50%;
	height: 500px;
}

#bgInfo{width: 300px; margin: 50px; padding: 50px; background-color: #f7f2EB; float: right;}
#bgInfo ul li{list-style-type: disc; }

#photo{margin: 50px; float: left; background-image: url("../images/frame.png");}
#photo img{width: 250px; border: 50px solid #fff;}

#bodySection2{
	width: 1024px;
	height: 200px;
	background-color: #fff;
}

#bodySection3{
	width: 1024px;
	height: 600px;
	background-image: url("../images/bg3.jpg");
	overflow: hidden;
	background-size: cover;
}

#bodySection4{
	width: 1024px;
	height: 200px;
	background-color: #fff;
}

#bodySection5{
	width: 1024px;
	height: 300px;
	background-image: url("../images/bg5.jpg");
	overflow: hidden;
	background-position: center;
	background-size: cover;
	border-bottom: 9px solid #D9BE9C;
}

#footer{
	width: 1024px;
	height: 80px;
}

#footer #info{float: left; padding: 15px;}

#footer img{width: 50px; padding: 15px; float: right;}

/*----successfulContact-----*/

#successfulContact{
	margin: 0 auto;
	padding: 0; 
	width: 1024;
	height: 256px;
	border: thin solid #fff;
	margin-top: 50px;
	box-shadow: 0px 0px 35px #000;
}

#sucContent{
	padding: 50px;
	color: #2B68AD;
	line-height: 60px;
	text-shadow: 1px 1px #FFF;
}

#sucContent img{
	position: absolute;
	right: 440px;
	top: 60px;
}
