html {
	background: #efefef;
	color: #333;
	font: normal 100.1% Arial, sans-serif;
	height: 100%; 
	overflow: auto;
	overflow-x: hidden;
}
body {
	font-size: 0.85em;
	height: 100%;
	width: 100%;
}
a:link { color: #36f }
a:active { color: #03f }
a:visited { color: #9cc }
a:hover { color: #99f }
p {
	margin-bottom: 10px;
	font-size: 12px;
	text-align: justify;
}
ul {
	font-size: 12px;
	list-style-type: square;
	margin: 0 1em 1em;
}
table, td, th {
	border: 1px solid #000;
	border-collapse: collapse;
}
th {
	text-align: center;
}
td {
	padding: 2px;
}
#site {
	height: 100%;
	width: 100%;
	position: relative;
}
body > #site {
	height: auto;
	min-height: 100%;
}
.bg_top {
	background: url("../img/bg_top.jpg") repeat-x;
	height: 653px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.bg_bot {
	background: url("../img/bg_bot.jpg") repeat-x;
	bottom: 0;
	height: 120px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#frame {
	background: #fafafa;
	height: 100%;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	position: relative;
	z-index: 1;
}
body > #frame {
	height: auto;
	min-height: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display: block }
/* End hide from IE-mac */

#main {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-bottom: 60px;
}
#content {
	margin: 0 20px 30px 205px;
}

header {
	color: #000;
	font: 1em/1em "Arial Narrow";
	margin-bottom: 15px;
}
h1 {
	color: #1211cd;
	font-size: 2.5em;
	line-height: 0.8em;
	text-transform: uppercase;
}
aside {
	left: -60px;
	position: absolute;
	width: 256px;
}
aside ul {
	background: url("../img/services.png");
	height: 175px;
	list-style-type: none;
	margin: 0;
	width: 256px;
}
aside li {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #eee;
	margin: 3px 20px;
}
aside li a {
	color: #333 !important;
	font: bold 12px Arial, sans-serif;
	text-decoration: none !important;	
}
aside li a:hover {
	color: #1211cd !important;
}
aside address {
	background: url("../img/address.png");
	display: block;
	height: 95px;
	width: 256px;
}
aside address strong {
	font-style: normal;
	line-height: 15px;
	height: 75px;
	left: 25px;
	position: relative;
	top: 20px;
	width: 236px;
}
aside address strong b {
	font-size: 20px;
}
footer {
	background: #f0f0f0;
	border: 1px solid #ddd;
	clear: both;
	height: 60px;
	left: 50%;
	margin-left: -455px;
	margin-top: -60px;
	position: relative;
	width: 910px;
	z-index: 1;
}
footer strong {
	float: right;
	font: small-caps 10px Arial, sans-serif;
	margin: 24px 30px 0 0;
	text-align: right;
}
#counters {
	margin-left: 30px;
}
#counters img {
	display: block;
	float: left;
	margin: 18px 5px 0 0;
}

#YMapsID * {
	border: 0 !important;
}