body {
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/bg.home.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #713209;
	font-family: georgia, serif;
}

#boxHomeHero {
	width: 100%;
	z-index: -1;
	height: auto;
	margin: -32px auto;
	text-align: center;
}

#containerHomeContent {
	width: 960px;
	height: 174px;
	margin: auto;
	position: relative;
	background-image: url("../images/bg.homecontent.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#containerAccContent {
	width: 960px;
	height: 174px;
	margin: auto;
	position: relative;
	background-image: url("../images/bg.homecontent.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#boxHomeSpecials {
	top: 48px;
	left: 41px;
	width: 174px;
	height: 92px;
	position: absolute;
	overflow: hidden;
}
.txtHomeSpecials {
	font-size: 12px;
	color: #614428;
	text-align: center;
}
.txtHomeSpecials A:link {
	text-decoration: underline;
	color: #614428;
}
.txtHomeSpecials A:visited {
	text-decoration: underline;
	color: #614428;
}
.txtHomeSpecials A:hover {
	text-decoration: underline;
	color: #482912;
}
.txtHomeSpecials A:active {
	text-decoration: underline;
	color: #482912;
}

#boxHomeWelcome {
	top: 70px;
	left: 250px;
	width: 460px;
	height: 90px;
	position: absolute;
	overflow: hidden;
}
.txtHomeWelcome {
	font-size: 12px;
	color: #583a27;
	line-height: 15px;
	text-align: center;
}
.txtHomeWelcome A:link {
	text-decoration: underline;
	color: #583a27;
}
.txtHomeWelcome A:visited {
	text-decoration: underline;
	color: #583a27;
}
.txtHomeWelcome A:hover {
	text-decoration: underline;
	color: #482912;
}
.txtHomeWelcome A:active {
	text-decoration: underline;
	color: #482912;
}

/*use this id to remove margin on first <p> tag in firefox*/	
.txtHomeWelcome p:first-child {margin-top:0;}

#boxHomePlan {
	top: 48px;
	left: 763px;
	width: 140px;
	height: 95px;
	position: absolute;
	overflow: hidden;
}
.txtHomePlan {
	font-size: 12px;
	color: #614428;
	text-align: center;
}
.txtHomePlan A:link {
	text-decoration: underline;
	color: #614428;
}
.txtHomePlan A:visited {
	text-decoration: underline;
	color: #614428;
}
.txtHomePlan A:hover {
	text-decoration: underline;
	color: #482912;
}
.txtHomePlan A:active {
	text-decoration: underline;
	color: #482912;
}
