/* ------------- SCHARFFENBERGER MAIN CSS -------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	text-align:center;
	margin:20px 0;
	background-color:#074E2A;
}
body * { 
	margin:0px; 
	padding:0px; 
	text-decoration: none; 
	border:none; 
	color:#AEA079; 
	list-style: none; 
}
#wrapper {
	text-align:left; 
	margin-left:auto; 
	margin-right:auto;
	width:818px; 
	font-size: 1.1em;
}
#innerwrapper {
	width:818px; 
	background: url(../image/bck.gif) repeat-y top;
}
#home #maincontent {
	width:818px; 
	padding-top: 77px;
	background: url(../image/bck-home.jpg) no-repeat top;
}
h1 {
	width: 334px;
	height: 19px;
	margin-left: 241px;
	text-indent: -9999em;
	background: url(../image/scharff-name-home.gif) no-repeat top;
}
#navigation {
	width:818px; 
	padding-top: 15px;
}
#navigation ul,
#navigation ul li {
     list-style: none;
     margin: 0;
     padding: 0;
}
#navigation ul {
	text-align: center;
	padding-bottom: 5px;
}
#navigation ul li {
     display: inline;
}
#navigation ul li.last {
     margin-right: 0;
}
#navigation li a,
#navigation li a:visited {
     padding: 5px .5em;
	 font-weight: bold;
	 color: #A1722F;
}
#navigation li a:hover {
	color: #0F3321;
}
#content {
	text-align: center;
	padding: 280px 215px 50px 215px;
	background: url(../image/crown-home.gif) no-repeat bottom;
}
#content p {
	color: #A1722F;
	font-size: 1.1em;
	line-height: 1.6em;
}
#footer {
	height: 36px;
	background: url(../image/bck-footer.gif) no-repeat bottom;
}
#footer p.leftfoot {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color: #8B5814;
	font-size: .9em;
	line-height: 28px;
	margin-left: 36px;
}
#footer p.rightfoot {
	float: right;
	line-height: 14px;
	margin-right: 36px;
}
#footer p.rightfoot a {
	display: block;
	width: 184px;
	height: 14px;
	margin-top: 7px;
	text-indent: -9999em;
	background: transparent url(../image/footer-mmd-off.gif) no-repeat top right;
	overflow: hidden;
}
#footer p.rightfoot a:hover {
	background: transparent url(../image/footer-mmd-over.gif) no-repeat top right;
}
#footer p.leftfoot a {
	color: #8B5814;
}
#footer p.leftfoot a:hover {
	color: #0F3321;
	border-bottom: 1px dotted #134029;
}
