.content {
	width: 960px;
	margin: 0px auto;
	margin-top: 4.2%;;
	margin-bottom: 35px;
	padding: 0;
}
.content .leftBox {
	float: left;
	margin: 14px 0 0 60px;
	width: 322px;
}
.content .leftBox .leftBoxTop {
	width: 322px;
	height: 4px;
	background: transparent url(../img/white-box-left-top.png) scroll 6px top no-repeat;
}
.content .leftBox .leftBoxMiddle {
	width: 322px;
	background: transparent url(../img/white-box-left-middle.png) scroll 6px top repeat-y;
}
.content .leftBox .leftBoxMiddle .subMenu {
	margin: 0 5px 0 25px;
	padding: 0px 0px 0px 0px;
	text-transform: lowercase;
	font: 1.25em 'SkiaRegular', Tahoma, Arial, helvetica, sans-serif;
}
.content .leftBox .leftBoxMiddle .subMenu ul {
	width: 292px;
	list-style: none;
	padding: 0;
	border: none;
}
.content .leftBox .leftBoxMiddle .subMenu li {
	float: right;
	text-align: right;
	display: inline;
	padding: 0;
	margin-top: 20px;
	width: 200px;
	height: 15px;
	background: transparent url(../img/white-box-left-line.png) scroll right 13px no-repeat;
}
.content .leftBox .leftBoxMiddle .subMenu li a {
	padding: 0px 2px 0 0;
	outline: none;
	border: none;
}
.content .leftBox .leftBoxBottom {
	width: 322px;
	height: 26px;
	background: transparent url(../img/white-box-left-bottom.png) scroll 0 top no-repeat;
}
.content .rightBox {
	float: right;
	margin: 0 55px 0 0;
	width: 520px;
	overflow: visible;
}
.content .rightBox .rightBoxTop {
	width: 520px;
	height: 29px;
	background: transparent url(../img/white-box-right-top.png) scroll 11px top no-repeat;
}
.content .rightBox .rightBoxMiddle {
	width: 508px;
	background: transparent url(../img/white-box-right-middle.png) scroll 0px top repeat-y;
}
.content .rightBox .rightBoxMiddle .text {
	width: 440px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content .rightBox .rightBoxMiddle .text p {
	margin: 10px 0 10px 0;
	font: 1.3em 'SkiaRegular', Tahoma, Arial, helvetica, sans-serif;
	line-height: 2.0em;
}
.content .rightBox .rightBoxBottom {
	width: 508px;
	height: 11px;
	background: transparent url(../img/white-box-right-bottom.png) scroll 0 top no-repeat;
}

.content .commercialText {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: -2500px;
	color: white;
}

.content .newsBox {
	float: right;
	width: 578px;
	padding-right: 0px;
}

.content .newsBox .rightBox {
	padding: 0px;
	float: left;
}

#gallery {
	background: transparent url(../img/white-box-right-middle.png) -8px center repeat-y;
	padding: 10px 10px 10px 10px;
	width: 460px;
}
#gallery ul { list-style: none; }
#gallery ul li { 
	display: inline; 
	margin-right: 10px;
}
#gallery ul img {
	border: 1px solid #fff;
}
#gallery ul a:hover img {
	border: 1px solid #da0962;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }