.no-print{
	display: none;
}

.print-link{
	display: none;
}

#ring,
#top .small-icons,
#top .certificates,
#top .forms,
#top .user,
#slider,
#left,
#right,
#bottom .counters,
#second-level-links{
	display: none;
}

body,
#layout{
	background: none;
}

body{
	padding: 0 28px 28px;
	font: 12px Arial, Helvetica, sans-serif;
}

img{
	border-width: 0;
}

/*
 * Header
 */

#top{
}
#top .head{
	width: 100%;
	height: 100px;
}
#top .logo{
	float: left;
	width: 54px;
	height: 54px;
	margin: 23px 0 0 0;
}
#top .title{
	float: left;
	height: 42px;
	margin: 29px 0 0 14px;
	font: bold 16px/21px Arial;
}
#top .title a{
	color: #1f50a1;
	text-decoration: none;
}

/*
 * Bread crumbs
 */

#crumbs{
	border: #d6e2ee 1px solid;
	border-left-width: 0;
	border-right-width: 0;
	font-size: 12px;
	clear: both;
}

#crumbs ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 28px;
	line-height: 28px;
}
#crumbs ul li{
	float: left;
	padding-right: 24px;
	margin-right: 11px;
	background-image: url('./img/small-arrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
#crumbs ul li.last{
	background-image: none;
}

/*
 * Page
 */

#other-page h1{
	font-size: 24px;
	color: #666;
}
#other-page h2{
	margin-top: 16px;
	font-size: 20px;
	color: #999;
}
#other-page ul{
	list-style-type: none;
	padding-left: 21px;
}
#other-page ul li{
	margin-bottom: 21px;
}

/*
 * Footer
 */

#bottom{
	color: #999;
}
#bottom .copyright{
	margin-bottom: 21px;
}
