body {
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

#mainBody {
	position: absolute;
	background-color: #ffffff;
	float: left;
	width: 868px;
}

#backgroundFace {
	background-image: url(../img/backgroundFace.png);
	width: 332px;
	height: 534px;
	left: 868px;
	overflow: hidden;
	display: block;
	position: relative;
}

#header {
	width: 868px;
	height: 107px;
	display: block;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	z-index:1;
}

#naviWrapper {
	background-color: #000000;
	width: 868px;
	height: 92px;
}

#naviLeft {
	height: 92px;
	width: 166px;
	background-image: url(../img/naviLeft.png);
	background-repeat: no-repeat;
	background-color: #000000;
	float: left;
}

#naviRight {
	height: 92px;
	width: 702px;
	float: left;
}

#naviFirstRow {
	width: 702px;
	height: 30px;
	background-image: url(../img/naviFirstRow.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

#naviSecondRow {
	width: 702px;
	height: 28px;
	background-image: url(../img/naviSecondRow.png);
	background-repeat: repeat-x;
	background-color: #000000;
}

#naviSpaceRow {
	width: 702px;
	height: 34px;
	background-image: url(../img/naviSpaceRow.png);
	background-repeat: no-repeat;
	background-color: #000000;
}

#contentWrapper {
	background-color: #ffffff;
	width: 868px;
	position: relative;

}

#leftBoxWrapper {
	width: 166px;
	background-image: url(../img/leftBoxContentSpace.png);
	background-repeat: repeat-y;
	float: left;
	display: block;
	position: relative;
}

.leftBoxContent {
	width: 166px;
	min-height: 99px;

	vertical-align: top;
	background-image: url(../img/leftBoxContent.png);
	background-repeat: no-repeat;	
	position: relative;
	display: block;
}

#topContent {
	border-bottom: 1px solid #000000;
	height: 15px;
	margin: 0px 0px 5px 0px;
}

.topContentBox {
	border-bottom: 1px solid #000000;
	height: 15px;
	margin: 0px 0px 5px 0px;
	width: 130px;
	display: block;
	left: 5px;
	position: relative;
}

.pageTitle {
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: block;

}

.contentBox {
	width: 130px;
	display: block;
	margin-left: 5px;



}


.leftBoxHeader {
	width: 166px;
	height: 33px;
	background-image: url(../img/leftBoxHeader.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

.leftBoxFooter {
	width: 166px;
	height: 40px;
	background-image: url(../img/leftBoxFooter.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

	
#rightContentWrapper {
	width: 702px;
	background-image: url(../img/rightContentSpace.png);
	background-repeat: repeat-y;
	float: left;
	display: block;
	position: relative;
}

#rightContent {
	width: 702px;
	min-height: 99px;
	background-image: url(../img/rightContent.png);
	background-repeat: no-repeat;
	text-align: left;
}

#rightContent div{
	width: 662px;
	margin-left: 30px;
	text-align: left;
}

#rightContent div div{
	position: relative;
	margin: 0px;
	padding: 0px;
}


#rightContentFooter {
	width: 702px;
	height: 40px;
	background-image: url(../img/rightContentFooter.png);
	background-repeat: no-repeat;
}

#footer {
	width: 868px;
	height: 34px;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-color: #000000;
	clear: both;
}

