#wrapper-home  {
	background: url(../images/bg_home.jpg);
	height: 617px;
	width: 730px;
	border: 5px solid #fff;
	margin: 0 auto;
	position: relative;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
#wrapper-homealt  {
	background: url(../images/bg_home_alt.jpg);
	height: 620px;
	width: 730px;
	border: 5px solid #fff;
	margin: 0 auto;
	position: relative;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}
#wrapper-home #sidebar {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 90px;
}
#wrapper-home #nav {
	background: #a6867a;
	list-style: none;
	margin: 0 0 10px;
	padding: 5px 0;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-size: 80%;
}
#wrapper-home #content   {
	position: absolute;
	top: 40px;
	right: 10px;
	width: 500px;
	text-align: center;
}
#wrapper-home  #content  h1 {
	background: url(../images/heading_home.png) no-repeat;
	height: 40px;
	width: 434px;
	margin: 0;
	text-indent: -9999px;
}
