HTML, BODY
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 14px/24px Arial, sans-serif;
	color: #000;
	background-color: #FEFEFE;
}
A
{
	outline: 0;
	color: #017DA7;
}
IMG
{
	border: 0;
}
P
{
	margin: 0 0 1.5em;
}
H1
{
	margin: 0 0 1em;
	font-size: 210%;
	color: #007CA5;
}
H2
{
	margin: 0 0 0.5em;
	font-size: 149%;
	color: #007CA5;
}
STRONG.blue
{
	color: #007CA5;
}
/*Float*/
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
/*Page wrapper*/
#page_wraper
{
	min-width: 990px;
	max-width: 1280px;
	_width: expression(document.body.clientWidth > 1200 ? "1280" : (document.body.clientWidth < 1000 ? "990px" : "auto"));
	height: 100%;
	margin: 0 auto;
}
#header_content
{
	min-height: 100%;
	position: relative;
}
/*Header*/
#header
{
	height: 378px;
}
A#index_href
{
	width: 469px;
	display: block;
	margin-left: 38px;
	padding-top: 14px;
}
A#phone
{
	position: absolute;
	top: 27px;
	right: 43px;
	font: 36px Georgia, serif;
	text-decoration: none;
}
A#phone SPAN
{
	font-size: 18px;
}
#photos
{
	height: 238px;
	position: relative;
	margin-top: 5px;
	background: url(../img/header.jpg);
	border-top: 7px solid #E5E5E5;
}
#title
{
	position: absolute;
	top: 161px;
	left: 252px;
	padding: 1px 29px 7px 12px;
	font: 30px/30px Georgia, serif;
	color: #FFF;
	background-color: #017DA6;
}
/*- Top menu*/
#top_menu_wrapper
{
	height: 38px;
	background: #017DA6;
}
UL#top_menu
{
	margin: 0;
	padding: 7px 0 0;
	list-style: none;
}
UL#top_menu LI
{
	display: inline;
	margin: 0 9px 0 35px;
}
UL#top_menu LI A
{
	color: #FFF;
}
UL#top_menu LI A:hover
{
	text-decoration: none;
}
UL#top_menu LI.active A
{
}
/*Content*/
#content
{
	min-height: 280px;
	height: auto !important;
	height: 280px;
	position: relative;
	padding: 41px 35px 100px 280px;
	_zoom: 1;
}
#text
{
	font-size: 100%;
}
/*- Left menu*/
UL#left_menu
{
	width: 200px;
	display: block;
	position: absolute;
	top: 44px;
	left: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}
UL#left_menu LI
{
	margin-bottom: 18px;
	line-height: 18px;
}
UL#left_menu LI A
{
}
UL#left_menu LI A:hover
{
	text-decoration: none;
}
UL#left_menu LI.active A
{
}
/*Footer*/
#footer
{
	height: 37px;
	position: relative;
	margin: -49px 0 0;
	padding: 11px 35px 0;
	font-family: "Trebuchet MS", sans-serif;
	color: #4A4A4A;
	/*[disabled]background-color:#7FC7FF;*/
	border-top: 1px solid #ECECEC;
}
#footer A
{
	color: #4A4A4A;
}
#counter
{
	position: absolute;
	top: 7px;
	left: 130px;
}
#copyright
{
	float: left;
}
#studio
{
	float: right;
}
* HTML #header_content
{
	height: 100%;
}

