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

body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:100%;
	line-height:1.3em;
	background-color:#c4a677;
	
}

a:link, a:visited  {color:#c4a677;
text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	width:765px;
	background-color:#066e12;
	padding:0px;
}

#header {
	width:765px;
	padding:0;
	height:109px;
}

#sidebar {
	float:left;
	width:185px;
	height:400px;
	background-image:url(images/sidebar_bg2.jpg);
	background-repeat:no-repeat;
	
}

#imagebar {
	float:left;
	width:580px;
	background-image:url(images/food_collage.jpg);
	height:94px;
	
}

#content {
	margin-left: 185px;
	width: 560px;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:95%;
	letter-spacing:.05em;
	line-height:1.3em;
	padding:10px;
	color:#ffffff;
	border-left: 1px solid #fff;
	
	
}

.contactName {
	font-family: Eurostile, "Myriad Pro", sans-serif;
	font-weight:bold;
	font-size:105%;
	padding:5px;
	line-height:1em;
	color:#e3d5bf;
	text-align:left;
}

.contact {
	font-family: Eurostile, "Myriad Pro", sans-serif;
	font-size:85%;
	padding:5px;
	line-height:1em;
	color:#ffffff;
	text-align:left;
	font-style:italic;
	
}

.heading {
	font-family:Eurostile, "Myriad Pro", sans-serif;
	font-weight:bold;
	font-size:120%;
	font-style:italic;
	color:#fae565;
	width: 400px;
}

.form {

	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #c4a677;
	padding:5px;

}

.signBtn {
	background-color:#066e12;
	color:#fff;
}

.footer {
	clear:left;
	width:100%;
	height:25px;
	text-align:center;
	font-size:90%;
	color:#066e12;
	background-color:#c4a677;
}

.footer a  {
	color:#066e12;
}
