html, body {
	 margin: 0;
	 padding: 0;
	  width: 100%;
	 height: 100%;
}
body {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(./images/bg.jpg) top repeat-x;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	color:#002f75;
}
a {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color:#247cee;
	text-decoration:underline;
	}
a:hover {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color:#e97d09;
	text-decoration:none;
	}
.ermiloff a {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color:#e97d09;
	text-decoration:underline;
	}
.ermiloff a:hover {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color:#247cee;
	text-decoration:none;
	}
h1 {
	font-size: 32px;
	font-family: "Arial Narrow";
	color: #247cee;
	font-weight: 300;
}

h2 {
	font-size: 28px;
	font-family: "Arial Narrow";
	color: #e97d09;
	font-weight: 300;
}
h3 {
	font-size: 24px;
	font-family: "Arial Narrow";
	color: #247cee;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	font-family: "Arial Narrow";
	color: #e97d09;
	font-weight: 300;

}
#wrap {
	text-align:left;
	width:990px;
	margin:0 auto;
	 position:relative;
	 min-height: 100%;
	height: auto !important;
	 height: 100%;

}
#header {
	padding:0;
	background:url(./images/logo.jpg) left top no-repeat;
	width:715px;
	height: 150px;
	margin:0 auto;
	padding-left: 275px;
}

#container {

	width:990px;
	height: 100%;
	margin:0 auto;

}
#left {
	float: left;
	width:226px;
	height: 368px;
	margin:0 auto;
	background:url(./images/left.gif) top no-repeat;
	padding-top: 70px;
}
#left1 {
	float: left;
	width:226px;
	padding-left: 7px;
	padding-bottom: 90px;
}

#fileInput {
	border:1px solid #247cee;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica;
	color:#247cee;
	padding-bottom: 2px;
	padding-left: 4px;

}
#left2 {
	float: left;
	width:226px;
	padding-left: 10px;
}
.fileInput {
	border:1px solid #247cee;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica;
	color:#247cee;
	padding-bottom: 2px;
	padding-left: 4px;
}
#left3 {
	float: left;
	width:226px;
	padding-left: 61px;
	padding-top: 80px;
}

#center {
	float: left;
	width:685px;
	height: 100%;
	margin:0 auto;
	background:url(./images/top.gif) top no-repeat;
	background-color: #247cee;

}
#photo {
	float: left;
	width:655px;
	height: 100%;
	margin-top: 16px;
	margin-left: 15px;
	background-color: #efefef;

}
#bottom {
	float: left;
	width:685px;
	height: 16px;
	margin:0 auto;
	background:url(./images/bottom.gif) bottom no-repeat;
}
#right {
	float: left;
	width: 33px;
	margin-left: 10px;
	margin-top: 30px;
}


#right  img {
	border: 0px;
}

#zoom{
	width: 33px;
	height: 170px;
	background-image: url('images/razmer.gif');
	margin-top: 3px;
	margin-bottom: 2px;
}
#zoom_button {
	background-image: url('images/button.gif');
	background-repeat: no-repeat;
	width: 33px;
	height: 11px;
	position: relative;
}
#footer {
	float: left;
	width:895px;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 15px;
}
#footer2 {
	float: left;
	width:875px;
	color: #808080;
	padding-top: 3px;
	ont-size: 11px;
	line-height: 18px;
	text-align: justify;
	padding-left: 35px;
	margin-bottom: 10px;
}



