.rootTable {
	width:100%;
	height:100%;
	background-repeat: repeat-x;
	background-position: center top;
 	background-image: url('../images/fonTop.gif');
}

.mainFlash {
	width:749px;
	height:401px;
}

.blockHead {
	background-repeat: repeat-x;
	background-position: center top;
 	background-image: url('../images/blockHeadFon.gif');
	height:35px;
	padding-left:20px;
	padding-bottom:5px;
	font-size:12px;
}

.blockBodyTopLeft {
	width:11px;
	height:11px;
 	background-image: url('../images/blockTopLeft.gif');
}
.blockBodyTopRight {
	width:11px;
	height:11px;
 	background-image: url('../images/blockTopRight.gif');
}

.blockBodyTopCenter {
	background-color:#1E1E1E;
}
.blockBodyBottomLeft {
	width:11px;
	height:11px;
 	background-image: url('../images/blockBottomLeft.gif');
}
.blockBodyBottomRight {
	width:11px;
	height:11px;
 	background-image: url('../images/blockBottomRight.gif');
}

.blockBodyBottomCenter {
	background-color:#1E1E1E;
}

.blockBody {
	background-color:#1E1E1E;
	padding-left:11px;
	padding-right:11px;
}

.photoImage {
	border:solid 1px #2F2F2F;
}

.bottomHr {
	height:10px;
 	background-image: url('../images/bottomHr.gif');
}