.transparency-text-block {
	width: 408px;
	margin: 308px 0px 0px 45px;
}
.transparency {
	width: 400px;
	height: 110px;
	position:absolute;
	background-color: #FFFFFF;
	opacity: 0.85; 
	-moz-opacity: 0.85; 
	-khtml-opacity: 0.85; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);	
}

.text-block {
	position:relative;
	padding: 20px;
	/*width: 300px;*/
/*	float: left;*/
/*	margin: 303px 0px 0px 45px;
	_margin-left: 22px;*/	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 2;
}
.text-block span {
	color: #0269B6;
	font-weight: bold;
}

.img-block {
	width: 200px;
	float: right;
	margin: 45px 45px 0px 0px;
	_margin-right: 22px;
	text-align: center;
}
.img-block img {
	border: 1px solid #F0F1F2;
	margin-bottom: 15px;
}


h1, h2, h3, h4, h5, h6 {
	color: #999999;
	font-family: Arial;
	padding: 0px;
	margin: 0;
	margin-bottom: 20px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}

#content .content-text {
	padding: 10px 20px 50px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.content-text ul,
.content-text ol {
	margin-left: 40px;
}

.content-text p {
	line-height: 1.5;
	text-align: justify;
	padding-bottom: 10px;
}

#content a {
	color: #0099CC;
	text-decoration: none;
}
#content a:hover {
	color: #0099CC;
	text-decoration: underline;	
}
#header .tel {
    color: #3272b3;
    font-size: 20px;
    font-weight: bold;
    margin: -34px -59px 9px 0;
    opacity: 0.8;
    text-decoration: none;
    text-shadow: 1px 1px 0 black;
}