img { border: none; }

.warpper
{
	width: 100%; 
	text-align: center;
}

.container
{
	width: 800px; 
	margin-right: auto; 
	margin-left: auto; 
	min-height: 600px;
}

.mainHolder
{
	width: 100%; 
	height: 650px;
}

.leftBorder
{
	float: left; 
	width: 20px; 
	height: 100%; 
	overflow: hidden; 
	background: url(images/leftBorder.jpg) top center repeat-y;
}

.mainContent
{
	float: left; 
	width: 760px; 
	height: 650px; 
	background: #ffffff;
}

.header
{
	width: 100%; 
	height: 111px; 
	background: url(images/header.jpg) top center no-repeat;
}

.logo
{
	width: 300px;
	height: 57px;
	float: left;
	margin-left: 15px;
	margin-top: 17px;
}

.logoimg
{
	width: 299px;
	height: 55px;
	border: none;
}

.boxesHolder
{
	width: 721px; 
	min-height: 250px; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center;
}

.menu
{
	width: 100%; 
	height: 21px; 
	background: url(images/menuBG.jpg) top center no-repeat; 
	margin-right: auto; 
	margin-left: auto; 
	text-align: center;
}

.boxLine
{
	width: 100%; 
	margin-top: 10px;
}

.homeMiddle
{
	margin-top: 10px;
	width: 721px;
	height: 100px;
	background: url(images/homeMiddle.jpg) top center no-repeat;
	text-align: left;
}

.leftBox
{
	float: left; 
	width: 511px; 
	height: 161px; 
	background: url(images/homeLeftBox.jpg) top center no-repeat;
}

.boxTitle
{
	width: auto;
	padding-left: 35px;
	text-align: left;
	padding-top: 5px;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
}

.boxContent
{
	width: auto;
	height: auto;
	text-align: left;
	padding: 10px;
}

.rightBox
{
	float: right; 
	width: 201px; 
	height: 161px; 
	background: url(images/homeRightBox.jpg) top center no-repeat;
}

.homeFooter
{
	margin-top: 10px; 
	width: 100%; 
	height: 182px;
}

.rightBorder
{
	float: left; 
	width: 20px; 
	height: 100%; 
	background: url(images/rightBorder.jpg) top center repeat-y;
}

.pageFooter
{
	width: 100%; 
	height: 21px; 
	background: url(images/pageFooter.jpg) top center no-repeat;
}

.pageHolder
{
	width: 722px;
	min-height: 451px;
	margin-top: 10px;
}

.pageHolder_top
{
	width: 100%;
	height: 32px;
	background: url(images/contentTop.jpg) top center no-repeat;
}

.pageHolder_title
{
	width: auto;
	padding-left: 20px;
	padding-top: 5px;
	color: #5f5f5f;
	font-size: 14px;
	font-weight: bold;
}

.pageHolder_content
{
	width: 100%;
	min-height: 401px;
	background: url(images/contentBG.jpg) top center repeat-y;
	text-align: center;
}

#pageHolder_ch
{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 451px;
	padding: 20px;
}

#pageHolder_ch A
{
	color: #8392cc;
	text-decoration: none;
}

.pageHolder_footer
{
	width: 100%;
	height: 18px;
	background: url(images/contentBottom.jpg) top center no-repeat;
}