html, body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', 'Arial', 'Trebuchet MS', 'Myriad Pro';
	font-size: 12px;
	line-height: 20px;
	height: 100%;
	color: #333333;
}
a {
	color: black;
	text-decoration: underline;
}
a:active, a:hover {
	color: #006e90;
	text-decoration: underline;
}
a img {
	border: 0;
}
table {
	border: none;
}  
td {
	vertical-align: top;
}
h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}
#main_div {
	height: 100%;
}
#main_tb {
	width: 980px;
	background: url(images/bg_right.gif) repeat-y right;
	height: 100%;
}
#left {
	background: url(images/bg_left.gif) repeat-y left;
	color: white;
	width: 190px;
}
#logo {
	background: url(images/bg_logo.jpg) no-repeat top left;
	font-family: 'Times New Roman';
	color: black;
	height: 355px;
	padding-right: 15px;
	text-align: right;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
#logo a {
	color: black;
	text-decoration: none;
}
#logo a:hover {
	color: #006e90;
	text-decoration: underline;
}
.left_sl {
	background: url(images/bg_left_sl.gif) repeat-x;
	margin: 0 30px 0 5px;
}
#left_menu, #left_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#left_menu li {
	background: url(images/menu_bul.gif) no-repeat top left;
	line-height: 30px;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;

}
#left_menu ul li {
	background: url(images/submenu_bul.gif) no-repeat top left;
	line-height: 20px;
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 12px;
}
#left_menu, #left_menu ul {
	margin: 0;
	padding: 0;
}
#left_menu a {
	color: white;
	text-decoration: none;
}
#left_menu a:hover {
	color: white;
	text-decoration: underline;
}
#copyrights {
	color: white;
	background: url(images/bg_left.gif) repeat-y left;
	text-align: center;
	vertical-align: bottom;
	padding: 0 20px 5px 5px;
	font-size: 11px;
}



#middle {
	padding: 20px 10px 30px;
}
#site_title {
	font-size: 24px;
	text-align: center;
	color: #008cb8;
	font-family: 'calibri';
	line-height: 24px;
}
#phone_title {
	font-size: 16px;
	color: #333333;
	font-family: 'Verdana';
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
#phone {
	font-family: 'arial';
	font-size: 20px;
	text-align: center;
	color: #008cb8;

}
.cont_sl {
	background: url(images/bg_cont_sl.gif) repeat-x left;
	height: 40px;
}



#right {
	width: 190px;
	background: url(images/bg_right_bot.jpg) no-repeat bottom right;
	padding-bottom: 280px;
	color: white;
}
#right_top {
	background: url(images/bg_right_top.jpg) no-repeat top right;
	padding: 375px 5px 0 30px;
}



td.va_b {
	vertical-align: bottom;
}
