html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #e8cb83 top right url(../images/background.jpg) repeat-y;
} 
img { border: none; }
#container {	
	top: 0px;	
	width: 790px;	
	height: 560px;	
	min-height: 560px;	
	margin: auto;	
	position: relative;
	background: url(../images/home_back.jpg) bottom repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 5px solid #ffffff;
}
html>body #container {	height: auto; }
hr { border: 1px dashed #f15a24; border-bottom: none; }
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 227px;
	background: url(../images/header.jpg) no-repeat;
}
#home_dec {
	position: absolute;
	top: 262px;
	right: 0px;
	width: 410px;
	height: 167px;
}
#gallery_dec {
	position: absolute;
	top: 429px;
	right: 0px;
	width: 410px;
	height: 328px;
}
#nav_dec {
	background: url(../images/nav_dec.jpg) repeat-y;
	position: absolute;
	top: 227px;
	height: 35px;
	width: 790px;
}
#nav {
	position: absolute;
	width: 790px;
	left: 0px;
	top: 227px;
	z-index: 10;
	font-size: 14px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	height: 17px;
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
#nav li:hover, #nav li.current { color: #cca00c; text-decoration:none; background-color: #4c412f; }
#nav a { color: #ffffff; text-decoration: none; }
#nav a:hover, #nav li.current a { color: #cca00c; text-decoration: none;}
#content {
	padding: 270px 450px 50px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	color: #444444;
	text-decoration: underline;
}
#wheelchair_logo {
	position: absolute;
	top: 12px;
	left: 25px;
	background: url(../images/logo_wheelchair2.gif) no-repeat;
	z-index: 10;
}
#footer {
	position: absolute;
	top: 590px;
	left: -5px;
	background-color: #FFFFFF;
	width: 790px;
	height: 50px;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
}
#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #7d7149;
	padding: 15px 5px 10px 0px;
	text-align: right;
}
#footer_text a {
	color: #978d6d;
	text-decoration: none;
}
#footer_text a:hover {
	color: #7d7149;
	text-decoration: none;
}
.fm-logo { 
	float: right;
	padding: 5px 0px 0px 10px;
}