@font-face {
	font-family: Garamond-Bold;
	src: url("fonts/GARABD.TTF");
}


@font-face {
	font-family: Garamond;
	src: url("fonts/GARA.TTF");
}

@font-face {
	font-family: Garamond-Italic;
	src: url("fonts/GARAIT.TTF");
}

html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

a img{
	border: none;
}

.clear{
	clear:both;
}

#page{
	width: 830px;
	margin: 0 auto;
	padding: 50px;
	text-align: left;
}

#content{
	border:1px solid #b6a88c;
}

#header{
	border-bottom:1px solid #b6a88c;
}

.top_header{
	height: 28px;
	background-color: #b6a88c;
}

.right_header{
	width: 177px;
	height: 125px;
	background-color: #7ba0a0;
	float: right;
	border-left:1px solid #b6a88c;	
}

.left_header{
	height:125px;
	width:650px;
	float: left;
}

.left_top_header{
	border-bottom:1px solid #b6a88c;	
}

#main_menu{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 24px;
	font-family:  Garamond, "Times New Roman", Times, serif;
}

#main_menu li{
	float:left;
	margin-right: 24px;
}

#main_menu li.last_child{
	margin-right: 0;
}

#main_menu li a{
 color: #999999;
 text-decoration: none;
}

#main_menu li a:HOVER{
	color: #52288d;
}

#middle_content{
	border-bottom:1px solid #b6a88c;
}

.middle_left_content{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:373px;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
}

.title {
	font-size:28px;
	font-family:  Garamond, "Times New Roman", Times, serif;
	line-height: 34px;
	color:#7ba0a0;
	font-style:normal;
}

.middle_left_content p{
	text-align: left;
}

.middle_left_content h1{
	font-size: 24px;
	color: #353b49;
	text-align: left;
	font-style:normal;
}

.middle_left_content h2{
	font-size: 18px;
	color: #353b49;
	font-style:bold;
	text-align: left;
}

.middle_right_content{
	float: right;
	width: 423px;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
}

.middle_right_content h2{
	font-size: 18px;
	color: #353b49;
	font-style:bold;
	text-align: left;
}

.middle_left_content p{
	text-align: left;
}

.middle_left_content a{
	color: #999999;
	text-decoration: none;
}

.middle_left_content a:HOVER{
	color: #353b49;
}

.middle_full_home{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:798px;
	height: 529px;
	font-size: 14px;
	font-family:  Garamond, "Times New Roman", Times, serif;
	color: #7ba0a0;
	background-image: url(../images/catalogue.jpg);
	background-repeat:no-repeat;
	background-color: #f5e8bc;
	border-right:1px solid #b6a88c;
}

.middle_full_home p{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.middle_full_content{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width:798px;
	font-size: 12px;
	line-height: 18px;
	color: #5b5b5b;
	border-right:1px solid #b6a88c;
}

.middle_full_content p{
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

.middle_full_content a{
	color: #7ba0a0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.middle_full_content a:HOVER{
	color: #353b49;
}

.middle_full_content h1{
	font-size: 18px;
	color: #353b49;
	text-align: left;
	font-style:normal;
}

.middle_full_content h2{
	font-size: 14px;
	line-height: 18px;
	color: #353b49;
	font-style:bold;
	text-align: left;
}

.bottom_left_content{
	height:65px;
	width:650px;
	float: left;
	background-color: #7ba0a0;
}

.bottom_right_content{
	width: 177px;
	height: 65px;
	background-color: #b6a88c;
	float: right;
	border-left:1px solid #b6a88c;
}

#footer{
	height: 30px;
	text-align: center;
}

#bottom_menu{
	margin: 0 0 0 160px;
	padding:  9px 0 0 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

#bottom_menu li{
	float: left;
	border-right: 1px solid #b6a88c;
	margin-right: 5px;
	padding-right: 5px;
}

#bottom_menu li.last_child{
	border-right:none;
	margin: 0;
	padding: 0;
}

#bottom_menu li a{
	color: #999999;
	text-decoration: none;
}

#bottom_menu li a:HOVER{
	color: #353b49;
}