/*Шапка*/
#header_text p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}
p#tel{
	background: url(/gfx/tel.png) no-repeat 190px 50%;
	line-height: 15px;
}
/*~Шапка*/
/*Контент*/
#content {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#content p{
	margin-bottom:10px;
}
#content a:link, a:visited, a:active {
	color: #0033b6;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
h1#content_h {
	color: #b2aa01;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 100%;
	margin-left: 45px;
}
/*~Контент*/
/*Подвал*/
#footer p {
	color: #0093dd;
	font-size: 12px;
}
/*~Подвал*/