*
{	margin: 0;
	padding: 0;
}
html { overflow-y: scroll; }
img
{	border: 0;
}
body
{	background: scroll #fff url(../images/bg.jpg) no-repeat center top;
	font-family: Calibri, "Lucida Sans Unicode", Sans-Serif;
	font-size: 14px;
	color: #333;
	line-height: 1.2em;
	text-align: center;
	min-height: 500px;
	display: block;
	width: 100%;
}
#container
{	width: 984px;
	display: block;
	text-align: left;
	/* background: #FFF; */
	
	padding-top: 0px;
	position:relative;

}
#top_menu
{	background:#fff;
	display: block;
	width: 960px;
	height: 55px;
	position: relative;
}
#logo
{	height: 82px;
	width: 225px;
	text-align: left;
	margin-left: 40px;
	float: left;
	margin-top:15px;
	
}
#top_contacts
{	margin-left: 260px;
	float: right;
	padding-right: 20px;
	text-align: right;
	padding-bottom: 0px;
	height: 107px;
	font-weight: bold;
}
#banner_1
{	width: 984px;
	clear: both; 
	height: 340px;
	margin-top: 10px;
	position:relative;
	z-index:10;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
#menu_left
{	width: 260px;
	margin: auto 0;
	text-align: left;
	padding-left:20px;
	padding-top:15px;
}
#mainbody
{	float: left;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 100px;
	width: 655px;
	display: block;
	position: relative;
}
#right
{	float: left;
	margin-left: 7px;
}
#footer
{	clear: both;
	display: none;
	height: 80px;
	margin: 20px;
	padding: 10px;
	border-top: solid 3px #b73b17;
}
h2
{	color: #3D4043;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 185%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;

}
h1
{	color: #3D4043;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}
#header-h1
{	color: #fff;
	font-family: Garamond, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight: normal;
	line-height: 100%;
	padding: 20px 40px;
	text-shadow: black 2px 2px 5px;
	filter: Shadow(Color=#000000, Direction=135, Strength=3);
}
p
{	margin: 10px 0px;
}
#navigation {
	width: 920px;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	background: url(../images/navigation-bg.jpg) no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #fff;
	text-decoration: none;
	background: url(../images/navigation-separator.png) no-repeat right center;
} 
#navigation ul li a:hover {
	color:#363636;
	background: url(../images/navigation-hover.png) repeat-x left top;
}
#navigation ul li#active a {
	color:#363636;
	background: url(../images/navigation-hover.png) repeat-x left top;
}
#menu_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom:15px;
} 
#menu_left ul li {
	display: block;
	margin: 0px;
} 
#menu_left ul li a {
	line-height: 110%;
	display: block;
	padding: 10px 5px 0 15px;
	font: bold 16px Calibri;
	color: #666;
	text-decoration: none;
} 
#menu_left ul li li a {
	height:14px;
	display: block;
	padding: 7px 5px 0 35px;
	line-height: 110%;
	font: normal 14px Calibri;
	color: #333;
	text-decoration: none;
}
#menu_left ul li a:hover {
	color:#369;
	text-decoration: underline;
}
#menu_left li#active a {
	color:#363636;
}
a
{	color: #b73b17;
}
