@charset "utf-8";
/* CSS Document */


#header_image {
	width:387px;
	height:181px;
	background-image:url(../images/header_about.jpg);
	z-index:50;
	display:block;
	position:absolute;
	left:565px;
	top:20px;
	}

#about_bloc {
	width:550px;
	min-height:300px;
	float:left;
	margin:15px 0 0 30px;
	_margin-left:15px;
	padding-bottom:0px;
	}

#about_head {
	width:530px;
	height:35p;
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	font-weight:bold;
	color:#1b5b38;
	text-align:center;
	}
	

#about_main {
	width:900px;
	float:left;
    margin:0px 0 0px 0px;
line-height:23px;
font-size:14px;
margin-top:6px;
	}

#about_main img {

	float:left;
	display:block;
	border:#030 solid 1px;
        margin:8px 10px 0 0px;
        padding:0 0 0 0;
	}
	
.highlight {color:#da5c12;}
	
#map_bloc {
	width:320px;
    height:270px;
	margin:0px 0px 0 10px;
	_margin:0px 0px 0px 30px;
	padding:0 0 0 0;
    float:right;
    display:block;
    
    }

#map_bloc img {
	width:auto;
	height:auto;
	border:none;
	margin:0px;
	padding:0px;
    }

#map {
	width:320px;
    height:245px;
	margin:0px 0px 0 0px;
	padding:0 0 0 0;
    float:left;
    display:block;
	border:#030 solid 1px;
    }
	
#map_link {
	width:320px;
	padding:6px 0 0 0;
    float:left;
    text-align:center;
    display:block;
	color:#1b5b38;
	font-size:14px;
    }

#map_link a {
        color:#1b5b38;
        font-weight:bold;
		text-decoration:underline;
    }

#map_link a:link {text-decoration: none}
#map_link a:visited {text-decoration: none}
#map_link a:active {text-decoration: none}
#map_link a:hover {text-decoration: underline}


