html, body, #holder
{
	min-height: 100%;
	width: 100%; height: 100%;
}
html>body,
html>body #holder
{
	height: auto;
}
body
{
	margin: 0; padding: 0;
	border: 0;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #93774D;
	scrollbar-3dlight-color: #93774D;
	scrollbar-arrow-color: #93774D;
	background: #FFFFFF url(pics/bg.gif) 0 0;
}
* {font-size: 1em;}

#bg
{
	position: absolute;
	clear: both;
	width: 100%;
	height: 22px;
	background: #93774D;
}
#holder
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(pics/holderBg.gif) repeat-y 0 0;
}

#holder .holder
{
}

#hhead,
#hbody,
#hfoot
{
	width: 100%;
}
#hhead
{
	height: 224px;
}
#hbody
{
	padding-bottom: 66px;
}
#hfoot
{
	position: absolute;
	bottom: 0;
	height: 66px;
}
#hhead .hhead,
#hbody .hbody,
#hfoot .hfoot
{
	clear: both;
	width: 780px;
}
#hhead .hhead
{
	height: 100%;
	background: url(pics/headBg.jpg) no-repeat 0 0;
}
#hbody .hbody
{
	padding-top: 22px;
	background: url(pics/bodyBg.gif) no-repeat 0 0;
}
#hfoot .hfoot
{
	height: 100%;
	width: 758px;
	margin-left: 22px;
	background: #FFFFFF url(pics/footBg.gif) repeat-x 0 22px;
}

#hhead .generalNav
{
	margin-left: 190px;
	clear: both;
	width: 590px;
	height: 22px;
	background: #93774D;
	text-align: right;
}
#hhead .mainNav
{
	margin-left: 566px;
	margin-top: 26px;
	clear: both;
}
#hhead .logo
{
	position: absolute;
	clear: both;
	top: 115px;
	left: 190px;
	width: 200px;
	height: 70px;
}
#hhead .logo a
{
	display: block;
	width: 200px;
	height: 70px;
}


#hbody .bodyLeft
{
	position: absolute;
	left: 0;
	margin-top: -128px;
	clear: left;
	width: 190px;
}
#hbody .bodyRight
{
	position: static;
	width: 590px;
	margin-left: 190px;
	padding-bottom: 2px;
	border-left: 1px solid #93774D;
	min-height: 250px;
	_height: 250px;

}
#hbody .tpl
{
	padding: 0 22px 0 22px;
}
#hbody .tpl .content
{
	width: 546px;
}

#hfoot .footNav
{
	padding-top: 22px;
}


#nav
{
	padding-right: 22px;
	text-align: right;
}