body {
	background: #9a9482 url(../images/bg_main.jpg) repeat-x;
	margin: 0;
	font-family: Georgia;
	color: #fff;
}

#wrapper {
	min-height:  800px;
	width:  1000px;
	margin-top: 0px;
	top: 0px;
	margin: 0 auto;
	background: url(../images/overlay.png) no-repeat center top;
}

#inner-wrapper {
	width: 800px;
	margin: auto;
}

#header {
	width: 800px;
	min-height: 275px;
	margin: auto;
}

#logo {
/* 	display: none; */
	position: absolute;
	top:  0px;
	margin: 0 auto;
	width: 800px;
	height: 262px;
	background: url(../images/logo.png) no-repeat right;
}

#menu {
	position: absolute;
	top:  220px;
	margin: 0 auto;
	width: 800px;
	z-index: 20;
}

#menu ul {}
#menu li {
	display: inline;
	padding-right: 20px;
}

#menu a {text-decoration: none; color: #fff;}
#menu a:visited {text-decoration: none; color: #fff;}
#menu a:hover {text-decoration: underline; color: #fff;}

#photo-frame {
	margin: 0 auto;;
	width: 784px;
	min-height: 277px;
	background: url(../images/photo-frame.png) no-repeat;
}

#photo {
	text-align: center;
	padding-top:  13px;
}

#photo {
	
}

#content {
	width: 770px;
	margin:  0 auto;
/* 	padding-top: 275px; */
}

#content-inside {
padding: 20px;
}

#content h1 {font-size: 1.2em;}

#content-left {
float: left;
width: 470px;
	padding-left: 10px;
}

#content-right {
width: 260px;
float: right;

}

#footer {
	border-top: 2px solid #504c42;
	margin: 0 auto;
	width: 100&;
/* 	background-color: #6d6a5e; */
background: url(../images/footerbg.png) repeat-x;
	min-height:200px;
	font-size: .75em;
	min-height: 277px;
}
#footer-wrapper {
	margin: 0 auto;
	width: 800px;
/* 	margin-left: 15px; */
}
#section-header {
border-bottom: 1px dashed #a8a494;
width: 85%;
color: #d5d0bc;
}
#section-header h1 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 1px;
}
#section-header h3 {
font-size: 12px;
margin-top: 0px;
margin-bottom: 5px;
}
#footer-left {
width: 250px;
float: left;
color: #d5d0bc;
padding-left: 20px;
}
#footer-left ul {margin-left: -40px;}
#footer-left li {list-style: none;}

#footer-middle {
width: 280px;
float: left;
color: #d5d0bc;
}
#footer-middle input {
background-color: #6d6a5e;
border-color: #a8a494;
border-width: 1px;
}
#footer-middle textarea {
background-color: #6d6a5e;
border-color: #a8a494;
border-width: 1px;
}
#footer-right {
float: right;
width: 250px;
color: #d5d0bc;
}
