/* Переопределение стилей */
html{
	background: url('../images/grad_top6.jpg') repeat-x top;
}
body{
	background: url('../images/decor_top6.jpg') no-repeat center top;
}

/* Блок контента */
.nav_box{
	padding: 41px 0px 0px 0px; 
	line-height: 27px;
}
.nav_box a{
	color: #963253;
	line-height: 27px;
	text-decoration: underline;
}

/* Дипломы */
ul.ablums{
	margin: 25px 0 0 0;
	list-style-type: none;
}
.diploms{
	margin: 54px 0px 0px 12px;
}
.diploms td{
	border: none;
	padding: 0;
}
.diploms td.spl{
	background: none !important;
	width: 25px !important;
}
.diploms td.nobg{
	background: none !important;
}
.diploms tr.img{
	vertical-align: center;
}
.diploms tr.img td{
	text-align: center;
	background: url('../images/diplom_matte.jpg') no-repeat top;
	width: 191px;
	height: 188px;
	padding: 0;
}
.diploms tr.text{
	vertical-align: top;
}
.diploms tr.text td{
	width: 191px;
	padding: 0 0 35px 0;
}
.diploms img{
	border: none;
}

.diploms .title{
	padding: 25px 0px 0px 20px;
	line-height: 18px;
	cursor: pointer;
}
.diploms .desc{
	padding: 12px 0px 0px 20px;
	font: normal 13px 'Tahoma';
}

/* Постраничная навигация */
.nav_menu {
	padding: 7px 0px 0px 313px;
}
.nav_menu .curr{
	background-color: #e3e3e3;
	padding: 0px 4px 2px 4px;
}
.nav_menu a{
	font: normal 14px 'Tahoma';
	color: #000;
	line-height: 27px;
	margin: 0px 0px 0px 9px;
	text-decoration: none;
}
.nav_menu a.next{
	font: normal 13px 'Tahoma';
	color: #000;
	line-height: 27px;
	text-decoration: underline;
}

.vertical_padding_bottom2{
	padding-top: 16px;
}