*
{
	margin:0;
	padding:0;
}
#wrapper
{
width: 1020px;
position: absolute;
top: 0;
left: 50%;
margin-left: -510px;
}
body
{
	background: #1e1e1e;
	width:100%;
	font-size: 62.5%;
	font-family: verdana, tahoma, sans-serif;
}
#header
{
	background: url(images/fallheader.jpg) no-repeat center top;
	width: 800px;
	height: 192px;
	margin: auto;
}
#header h1, #header h2
{
	text-indent: -9999px;
}
#mainnav
{
float: left;
position: absolute;
top: 145px;
left: 120px;
height:35px;
width: 800px;
padding-top: 1em;
margin: 0;
list-style-type:none;
}

#mainnav li
{
float: left;
display: block;
padding-right: 15px;
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}


a.button {
    background: transparent url(images/fallbuttonright.jpg) no-repeat scroll top right;
    color: #d26d13;
    display: block;
    float: left;
    font-size:1.8em ;
    height: 35px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: url(images/fallbuttonleft.jpg) no-repeat;
    display: block;
    line-height:1.5em;
    padding: 5px 0 5px 18px;
}
a.button:hover
{
	background: url(images/fallhoverright.jpg) no-repeat scroll top right;
	color: #ff9933;
	outline: none;
}
a.button:hover span
{
	background: url(images/fallhoverleft.jpg) no-repeat;
	display: block;
	line-height: 1.5em;
	padding: 5px 0 5px 18px;
}

a.button:active {
    background:  url(images/fallhoverright.jpg) no-repeat scroll top right;
    color: #ff9933;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background: transparent url(images/fallhoverleft.jpg) no-repeat;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 
#current a.button
{
	background: transparent url(images/fallhoverright.jpg) no-repeat scroll top right;
    color: #8b3a04;
    display: block;
    float: left;
    font-size:1.8em ;
    height: 35px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
#current a.button span {
    background: url(images/fallhoverleft.jpg) no-repeat;
    display: block;
    line-height:1.5em;
    padding: 5px 0 5px 18px;
}

#sidebar1
{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -510px;
}
#sidebar2 
{
	position: absolute;
	top: 0;
	left: 910px;
	width: 105px;
}

#content .box
{
	width: 550px;
	float: left;
	margin-left: 110.5px;
	margin-top: 20px;
	background: url(images/fallbottomleft.jpg) no-repeat left bottom;
}
#content .box-outer
{
	background: url(images/fallbottomright.jpg) no-repeat right bottom;
	padding-bottom: 5%;
}
#content .box-inner{
	background: url(images/falltopleft.jpg) no-repeat left top;
}
#content .box h2
{ 
	background: url(images/falltopright.jpg) no-repeat right top;
	padding-top: 5%;
	font-style: italic;
	font-size: 2em;
	line-height: 2.5em;
	color: #ff9933;
	text-align: center;
}
#content .box h2, #content .box p
{
	padding-left: 5%;
	padding-right: 5%;
}
#content .box p
{
	color: #ff9933;
	font-size: 1.5em;
	line-height: 1.85em;
}
#sidelist .box 
{
	width:200px;
	float: right;
	margin-right:110px;
	margin-top: 20px;
	background: url(images/fallbottomleft.jpg) no-repeat left bottom;
	}
#sidelist .box h2 {
background: url(images/falltopright.jpg) no-repeat right top;
	padding-top: 5%;
	font-style: italic;
	font-size: 2em;
	line-height: 2.5em;
	color: #ff9933;
	text-align: center;
	}
	
#sidelist .box-outer
{
	background: url(images/fallbottomright.jpg) no-repeat right bottom;
	padding-bottom: 5%;
}
#sidelist .box-inner{
	background: url(images/falltopleft.jpg) no-repeat left top;
}	
#sidelist .box h2, #sidelist .box h3, #sidelist .box ul
{
	padding-left: 5%;
	padding-right: 5%;
}
#sidelist .box ul {
list-style: none;
}
#sidelist .box ul li
{
	color: #ff9933;
	font-size: 1.25em;
	line-height: 1.85em;
}
#sidelist h3 {
color: #ff9933;
}