@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: 16px;
	color: #000000;
}
.style2 {
	font-size: 10px
}

#OutterLimits	{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:auto;
}

#WrapBody	{
	margin-right:auto;
	margin-left:auto;
	width: 960px;
	height: 100%;
	overflow:visible;
	padding-left:35px;
	padding-right:35px;
	top: 0px;
}

#contWrap	{
	position:relative;
	float:left;
	width:800px;
}

#vertHead	{
	position:relative;
	float:left;
	width: 160px;
	top:0px;
}

#vertAlign	{
	overflow:visible;
	position:absolute;
	top: 476px;
	bottom: 50%;
	height: 0px;
	width: 100%;
	z-index:30;
}

#vertHeadImg	{
	position:absolute;
	left: 0px;
	background-image:url(../imgs/vertHead.png);
	width:160px;
	height:353px;
	margin-top:-176px;
}
#vertHeadImg:hover	{
	background-image:url(../imgs/vertHead_hover.png);
}

#SubHeadBox	{
	width:100%;
}

#ContBox	{
	position:relative;
	width: 100%;
}

#centerCol	{
	margin-top: 12px;
	margin-left:0px;
	margin-right:0px;
	display:table-cell;
}

#Base	{
	position:relative;
	width: 100%;
	top: 20px;
	padding-bottom:5px;
}
