html, body {
    margin: 0;
    padding: 0;
    height: 100%; 
}
body {background-color: #e4dec5;
	background-image: url("../img/fon_body.jpg");
	color:#4c4840;
	font-family: 'Times New Roman', Times, serif;
 	margin: 0px;
	height:100%;
	font-size: 12px;
	
}
a {color:#716f61;
	text-decoration: none;
	position: relative;}
form {position: relative;}
* html body {
	height:100%;}
* html #main {
    height: 100%;
}
#main {font-size:12px;
	min-height: 100%;
	min-width: 1000px;
	width:100%;
	text-align:justify;
	margin: 0px auto;
}
#center{
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#header{
	display: inline-block;
	width: 100%;
	height: 245px;
	background-image: url("../img/header.png");
	background-repeat: no-repeat;
}

#content{
	width: 100%;
	background-image: url("../img/fon_center.png");
	background-repeat: repeat-y;
}
#left_cols{width: 180px;
			margin-top: 0px;
			float: left;
			background-image: url("../img/left_cols.png");
			background-position: top right;
			background-repeat: no-repeat;
}
#left_cols .diplom {
				border: 1px solid #9f997b;
}
#border_left{width: 15px;
				margin: 0px;
				float: left;
				height: 10px;

				}
#right_cols{width: 680px;
			margin-top: 0px;
			float: right;}
#border_tight{width: 30px;
				margin: 0px;
				float: right;
				height: 10px;
				}
#menu{padding-left: 15px;
position: static;}
#menu a{
	position: relative;
}
#menu li.none{font-size: 16px;
		display: block;
		list-style-type:none;
		height: 25px;}
#menu li.active{font-size: 16px;		
		display: block;
		list-style:none;
		height: 25px;}
#menu li.none a{margin-left: 10px;}
#menu li.active a{margin-left: 3px;
					color: #333333;}
#menu li.active img{margin-left:0px;}


#title{height: 30px;
		background-image: url("../img/border_text_top.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		padding-left: 15px;
		font-size: 20px;
		color: #9f997b;
		padding-bottom: 5px;}
#text {font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;}
#text img{border: 2px solid #69603c;}

.catalog {
		width: 195px;
		height: 185px;
		float: left;
		padding: 0px;
		margin-left: 20px;
		margin-top: 10px;
		overflow: hidden;
}
.catalog_img {
		height: 145px;
		overflow: hidden;
		text-align: center;
		vertical-align: middle;
}
.catalog_title{
		text-align: center;
		vertical-align: middle;
}
.razdel_title {
		margin-left: 20px;
		font-size: 18px;
		color: #4c4840;
		font-weight: bold;
}

#footer {
		width: 100%;
		height: 90px;
		background-image: url("../img/footer.png") ;
		background-repeat: no-repeat;}


#bigPic{
	border: 1px solid #69603c;
	background-color: #f7f6ec;
	width: auto;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 1;
}
#bigPic .img{
	border: 1px solid #706541;
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	position: relative;
	z-index: 99;
	
}
#bigPic .close{
	border: 1px solid #6d6542;
	font-weight: bold;
	color:#6d6542;
	height: 13px;
	width: 13px;
	text-align: center;
	margin: 3px;
	float: right;
	clear: both;
}
#bigPic .title{
	text-align: center;
}