*
{	margin: 0;
	padding: 0;
	border: 0;
}
body
{	background: scroll #fff url(../images/bg.jpg) repeat-x center top;
	font-family: Georgia, Serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #000;
	text-align: center;
}
#logo
{	background: url(../images/logo.png) no-repeat left top;
	height: 88px;
	margin-top: 5px;
}
#shadowbox
{	width: 1020px;
	/* background: url(../images/bg-shadow.png);*/
}
#container
{	width: 960px;
	display: block;
	text-align: left;

	/* padding-top: 20px; */
}
#content
{	background: url(../images/container-bg.png) no-repeat center top;
	width: 960px;
}
#top_menu
{	display: block;
	width: 960px;
	height: 50px;
	position: relative;
	margin-left: 20px;
}
#top_contacts
{	margin-left: 260px;
	float: left;
}
#banner_1
{	width: 960px;
	height: 270px;
	/* background: url(../images/banner_1.jpg) no-repeat; */
}
#menu_left
{	width: 260px;
	margin: 20px 0 30px 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
}
#mainbody
{	float: left;
	width: 650px;
	display: block;
	position: relative;
}
#right
{	float: left;
	margin-left: 7px;
}
#mainbody ul
{	margin-left: 30px;
}
#mainbody ol
{	margin-left: 30px;
}
#footer
{	clear: both;
	height: 160px;
	background: scroll #fff url(../images/bg.jpg) repeat-x center top;
	z-index: 0;
}
#footer-mask
{	height: 160px;
	background: scroll url(../images/footer-mask.png) repeat-x center top;
	z-index: 1;
}
#footer-content
{	width: 960px;
}
#footer-left
{	width: 260px;
	float: left;
	text-align: left;
	font-family: Calibri, Sans-Serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 25px;
}
#footer-center
{	width: 440px;
	float: left;
	text-align: left;
	font-family: "Lucida Sans Unicode", Verdana, Calibri, Sans-Serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-top: 25px;
}
#footer-right
{	width: 260px;
	float: left;
	text-align: right;
	font-family: "Lucida Sans Unicode", Verdana, Calibri, Sans-Serif;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	margin-top: 25px;
}
h2
{	color: #363;
	font-size: 130%;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}
h1
{	color: #363;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}
#header-h1
{	color: #fff;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: normal;
	line-height: 100%;
	padding: 20px 40px;
}
p
{	margin: 10px 0px;
}
#navigation {
	width: 960px;
	height: 50px;
	margin: 0;

} 
#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 0 0 20px;
	padding: 0;
	font-weight: bold;
} 
#menu_left ul li {
	display: block;
	margin: 0px;
	border-bottom: dotted 1px #396;
} 
#menu_left ul li a {
	height:30px;
	display: block;
	padding: 10px 0 0 20px;
	color: #396;
	text-decoration: none;
} 
#menu_left ul li ul li a {
	height:30px;
	display: block;
	padding: 10px 0 0 20px;
	color: #FF6600;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
} 
#menu_left ul li ul li ul li a {
	height:30px;
	display: block;
	padding: 10px 0 0 20px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
} 
#menu_left ul li a:hover {
	color:#3A6;
	text-decoration: underline;
}
#menu_left li#active a {
	color:#363636;
}
