HTML
{
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
}
BODY
{
	background: #C18C60 url(img/bg-body-01.jpg) repeat-x;
	background-attachment: fixed;
	font-family: Univers, Arial, SunSans-Regular, Sans-Serif;
/*font-size:9pt;*/
	font-size: 12px;
	padding: 0;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	color: #36405D;
}
IMG A
{
	border: none;
}
#all-wrap
{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	min-width: 985px;
	min-height: 100%;
	background-color: #FFFFFF;
}
#all-inner
{
	position: relative;
	text-align: left;
	clear: both;
	margin: 0 auto;
	width: 985px;
	padding-bottom: 30px;
}
/*Container in Main*/
#left-col
{
	float: left;
	width: 706px;
	padding-bottom: 15px;
}
#right-col
{
	position: relative;
	z-index: 0;
	margin-left: 721px;
	padding-top: 122px;
	padding-bottom: 15px;
}
#header
{
	height: 400px;
	position: relative;
}
#header-logo-wrap
{
	margin-top: 4px;
}
#pic-center-wrap-inner, #pic-center-wrap, #pic-center-wrap-slideshow
{
	position: absolute;
	bottom: 0px;
}
#main
{
	position: relative;
	z-index: 2;
}
#main-left
{
	background: #FFFFFF url(img/main-left-bg.gif) no-repeat;
	background-position: 207px 15px;
	float: left;
	width: 190px;
	min-height: 410px;
	padding: 7px 0 0px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border-right: 1px solid #B1A9A9;
}
#main-right
{
/*margin-left: 224px;*/
	float: left;
	width: 482px;
	margin-left: 15px;
	position: relative;
	z-index: 3;
}
#div-line-in-header
{
	position: absolute;
	top: 115px;
	left: 224px;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	width: 761px;
	background-color: #919191;
}
.l-clearer
{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: 0px;
	clear: left;
}
.r-clearer
{
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: 0px;
	clear: right;
}

