body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#444444;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: Navy;
	text-decoration: underline;
	}
a:hover{
	color: Gray;
}
.top_pannel{
	background: white url(/images/template/top_bg.gif) top left repeat-x;
	width:100%;
	height:106px;
	margin: 0px;
	padding:0px;
}
.top_pannel_2{
	background: white url(/images/template/top_bg_2.gif) top left repeat-x;
	width:100%;
	height:33px;
	margin: 0px;
	padding:0px;
}
.top_logo{
	background: transparent url(/images/template/top_logo.gif) top left no-repeat;
	height:106px;
	margin: 0px;
	padding: 25px 0 0 330px;
}
.top_logo_2{
	background: transparent url(/images/template/top_logo_2.gif) top left no-repeat;
	height:33px;
	margin: 0px;
	padding: 0 0 0 330px;
	text-align:right;
}
.top_slogan_1{
	color: white;
	font-size:1.7em;
	width:550px;
}
.top_slogan_2{
	color: white;
	font-size:0.93em;
}
.i_home{
	float:right;
	background: transparent url(/images/template/i_home.gif) top right no-repeat;
	width:33px;
	height:33px;
	margin: 0 10px 0 10px;
}
.i_mail{
	float:right;
	background: transparent url(/images/template/i_mail.gif) top right no-repeat;
	width:33px;
	height:33px;
	margin: 0 10px 0 10px;
}
.i_favorites{
	float:right;
	background: transparent url(/images/template/i_favorites.gif) top right no-repeat;
	width:33px;
	height:33px;
	margin: 0 10px 0 10px;
}
.h_menu_pannel{
	background: white url(/images/template/menu_bg.gif) top left repeat-x;	
	width:100%;
	height:40px;
	margin: 0px;
	padding: 0px;
}
.h_menu_link{
	display:block;
	float:right;
	background: transparent url(/images/template/menu_spl.gif) top right no-repeat;
	padding: 10px 35px 0 15px;
	font-size:1.2em;
	height: 40px;
	color: #0e0e0e;
	text-decoration:none;
}
.bottom_pannel{
	background: #f0f4fa url(/images/template/bottom_bg.gif) top left repeat-x;
	width:100%;
	height:72px;
	margin: 0px;
	padding:0px;
}