/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

.cb {clear:both;}
.pete {color: #463e2a; font-size: 65px; display: block; clear:both; text-align:right; padding: 0; margin: -10px 170px -40px 0;}
.lakeside {font-family: "lakeside",sans-serif; font-style: normal; font-weight: 400;}
.proxima {font-family: "proxima-nova-sc-osf",sans-serif;}
.center {text-align:center;}
.divider {background-image: url(images/div1.jpg); background-repeat:no-repeat; width:90%;}
p {
	width: 380px;
	padding: 10px 10px 10px 610px;
	text-align:center;
	}
h1 {
	font-size: 100px;
	text-align:center;
	margin: auto;
	padding-top: 50px;
	}

body {
background: rgba(70,62,42,1);
background: -moz-linear-gradient(-45deg, rgba(70,62,42,1) 0%, rgba(70,62,42,1) 0%, rgba(117,107,87,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(70,62,42,1)), color-stop(0%, rgba(70,62,42,1)), color-stop(100%, rgba(117,107,87,1)));
background: -webkit-linear-gradient(-45deg, rgba(70,62,42,1) 0%, rgba(70,62,42,1) 0%, rgba(117,107,87,1) 100%);
background: -o-linear-gradient(-45deg, rgba(70,62,42,1) 0%, rgba(70,62,42,1) 0%, rgba(117,107,87,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(70,62,42,1) 0%, rgba(70,62,42,1) 0%, rgba(117,107,87,1) 100%);
background: linear-gradient(135deg, rgba(70,62,42,1) 0%, rgba(70,62,42,1) 0%, rgba(117,107,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463e2a', endColorstr='#756b57', GradientType=1 );}

#wrapper {
	width:1000px;
	height:750px;
	padding:0;
	margin:50px auto 0 auto;	
	}

.class_box_shadow{
    width: 374px;
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: #ccc;
    border: 10px solid white;
    position:relative;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.70);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.70);
}

#wrapper #header {
	width:1000px;
	min-height:250px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat; 
	padding:0;
	margin:0;	
	}

#wrapper #body {
	width:1000px;
	min-height:250px;
	background-image:url('images/body.jpg');
	background-repeat:no-repeat; 
	padding:0;
	margin:0;	
}

#wrapper #footer {
	width:1000px;
	min-height:250px;
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat; 
	padding:0;
	margin:0;	
}

#wrapper #footer #links {
	width:400px;
	height:250px;
	padding: 0;
	margin:20px 20px 0 680px;	
	}

#wrapper #footer #links #left {
	float:left;
	margin:10px 0 0 0;
	padding: 30px 10px 10px 10px;
}
#wrapper #footer #links #mid {
	float:left;
	margin:10px 0 0 0;
	padding: 10px;	
}
#wrapper #footer #links #right {
	float:left;
	margin:10px 0 0 0;
	padding: 10px;
}

#contact {
	width:1000px;
	height:650px;
	padding:0;
	margin:50px auto 50px auto;	
	background-image:url('images/contact_bg.jpg');
	background-repeat:no-repeat; 

}
#contact #left {
	float:left;
	width:380px;
	height:700px;
	padding: 30px 0 0 0;
}

#contact #left img {
	margin:20px 0 30px 20px;
}
#contact #right {
	float:left; 
	width: 580px;
	height:700px;
	padding: 20px 10px;
	margin-top: 40px;
	}

/*Form Styling*/

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

form {
	width:459px;
	margin:0 auto;
}

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

input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	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:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

textarea {
	height:213px;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:url(images/submit.jpg);
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin-top:20px auto 0 auto;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	}

footer a img {
	border:none;
	float:right;
	margin:0px 59px 40px 0px;
}