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


h1 {font-family:Engravers MT;
	font-size:40px;
	color:#FFF;
}

h2 {font-family:Engravers MT;
	font-size:35px;
	color:#FFF;
}

h3 {font-family:Engravers MT;
	font-size:20px;
	color:#FFF;
}

body {background-image:url(Images/index/background.png);
}

 #top-menu {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.textbox_outer {
	padding-top: 130px;
	padding-left:40px;
	color: #FFF;
}
.box_wrapper {
	background-image:url("Images/index/contact_shape.png");
	background-position:center;
	background-repeat:no-repeat;
	width:450px;
	height:480px;
	margin-top: -160px;
	margin-right: left;
	margin-bottom: left;
	margin-left: 40px;
	padding-left: 50px;
}
textarea {
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size:18px;
	border: 1px solid #999999;
	width:240px;
	height:100px;
	background-color:#FFF;
	overflow: auto;
	
}
input {
font-family: "Lucida Grande",Verdana,sans-serif;
font-size:15px;
border: 1px solid #999999;
}
input.textboxes {
	width:240px;
	background-color:#FFF;
}
input.btn {
color:#FFF
border:1px solid #999999;
}


 #left {
	float:left;
	width:320px;
	margin-left:90px;
	height:500px;
	z-index: 15;
	clear: both;
	padding-top:10px;
}

#right {
	float:right;
	margin-right:30px;
	padding-right:50;
	width:300px;
	height:auto;
	margin-left: 0px;
	padding-left: 0px;
	z-index: 200;
	margin-top:-500px;
	clear: both;
}


blockquote{
	display:block;
	width:600px;
	height:95px;
	padding:16px 24px 20px 24px;
	position:center;
	top:445px;
	left:247px;
	overflow:hidden;
	font-style:italic;
	border:dotted;
}

#footer {
	padding: 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}









	
	
