/* Header */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	background-color:#f8ecde;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#wrapper #logo {
	float:left;	
	border:none;
}

#wrapper #logo2 {
	float:left;
	margin:30px 0 0 110px;	
}

#wrapper #contact {
	float:right;
	width:260px;
	margin-top:20px;
}	

#wrapper #contact p {
	margin:0;
	padding:0;
	font-size:80%;
}

#wrapper #contact span.contact_titles {
	color:#8e5d40;
	font-weight:bold;
}

/* Middle */

#wrapper_middle {
	background-color:#d6c7b6;
	width:100%;
	float:left;
	
}

#wrapper_middle #inner_wrapper_middle {
	width:960px;
	margin:0 auto;
	
}

#wrapper_middle #inner_wrapper_middle #ebaker_banner {
	padding:20px 0 20px 0;
	float:right;		
}

#wrapper_middle #inner_wrapper_middle #nav {
	width:175px;
	float:left;
	margin-top:30px;
}

#wrapper_middle #inner_wrapper_middle #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:80%;
}

#wrapper_middle #inner_wrapper_middle #nav ul li {
	margin-bottom:10px;
	text-align:right;
}

#wrapper_middle #inner_wrapper_middle #nav ul li a:link, #wrapper_middle #inner_wrapper_middle #nav ul li a:visited {
	color:#8e5d40;
	text-decoration:none;
	padding-left:10px;
}

#wrapper_middle #inner_wrapper_middle #nav ul li a:hover, #wrapper_middle #inner_wrapper_middle #nav ul li a:active {
	color:#573724;
	background:url(../images/ebaker_arrow.gif) top left no-repeat;
}

#content_bottom_outer {
	width:960px;
	margin:0 auto;
	clear:both;
	padding-top:20px;
}

#content_bottom_outer h1 {
	padding:0;
	margin:0;
	font-size:120%;
	color:#8e5d40;
}

#content_bottom_outer hr {
	color:#d6c7b6;
}

#content_bottom {
	margin-left:210px;	
}

#content_bottom ul {
	width:450px;
	float:left;
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}

#content_bottom #main_text {
	width:450px;
	float:left;
	margin:0;
	padding:0;
}

#content_bottom ul li {
	margin-top:10px;	
}

#special {
	margin:10px 0 0 10px;	
}

#specials {
	margin-top:20px;
	border-top:2px dotted #000;
	border-left:2px dotted #000;
	width:260px;
	float:right;
}

#specials p {
	margin:0;
	padding:0 10px 10px 10px;
	line-height:1.6em;
}

#footer {
	width:960px;
	margin:0 auto;
	clear:both;	
	text-align:center;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:20px 0 0 0;
}

#footer ul li {
	display:inline;
	font-size:80%;
	margin-right:10px;
}

#footer ul li a:link, #footer ul li a:visited {
	color:#7d7a77;	
}

#footer ul li a:hover, #footer ul li a:active {
	color:#575553;	
}

h2 {
	padding:0;
	margin:0;
	font-size:100%;
	color:#6f583d;
}

span.pdf_link {
	background:url(../images/pdf.gif) top left no-repeat;	
	padding-left:35px;
	padding-top:8px;
	display:block;
	height:35px;
	margin-top:10px;
}
	
#contact_form label {
	width:150px;
	display:block;
	margin-right:20px;
	float:left;	
}

#contact_form fieldset {
	border:0;	
}

#contact_form input, #contact_form textarea {
	float:left;
	margin-bottom:10px;
}

#submit {
	display:block;
	clear:both;
}