
html,body {
	height 				: 100%;
}

body {
	background-color	: #D2D3D3;
	margin				: 0px;
	padding				: 0px;
	font-family			: Arial;
}

#page{
	position			: relative;
	margin				: 0 auto;
	width				: 1005px;
	min-height 			: 100%;
	border-left			: 1px solid #000000;
	border-right		: 1px solid #000000;
	
	background-image	: url('../images/page_bg.jpg');
	background-repeat	: repeat-y;
	background-color	: #FFFFFF;
}

html>body #page {
    height 				: auto;
}


#header{
	position			: relative;
	width				: 1005px;
	height				: 455px;
	background-color	: #FFFFFF;
}

	
#header_image{
	position			: relative;
	width				: 1005px;
	height				: 455px;
	
	
}

#header_slider{
	
	height				: 50px;
	position			: absolute;
	right				: 13px;
	bottom				: 125px;
}

	#header_slider img{
		float 				: left;
		margin-left			: 5px;
		width				: 44px;
		height				: 44px;
		border				: 3px solid #FFFFFF;
		cursor				: pointer;
	}

	
#logo{
	position			: absolute;
	width				: 194px;
	height				: 111px;
	left				: 15px;
	bottom				: 13px;
	cursor				: pointer;
	border				: 0;
	z-index:20;
}

#header_menu_block{
	width				: 805px;
	height				: 80px;
	background-color	: #262524;
	color				: #FFFFFF;
	position			: absolute;
	left				: 0px;
	bottom				: 30px;
	padding-left:200px;
	z-index:10;
}
#header_menu{
	margin-top			: 50px;
	margin-left			: 15px;
	
}

#header_menu a{
	color				:#FFFFFF;
	font-size			: 12px;
	font-weight			: bold;
	text-align			: left;
	text-decoration		: none;
	position			: relative;
	padding				: 53px 10px 10px 10px;
	margin				: 0px 8px;
}
	#header_menu a:hover{
		background-color	: #BCD40E;
		color: #000000;
	}
	#header_menu a.current{
		background-color	: #BCD40E;
		color: #000000;
	}

#footer{
	background-color	: #262524;
	width				: 1005px;
	height				: 35px;
	
	position 			: absolute ; 
	left 				: 0 ; 
	bottom 				: 0 ; 
}
	
#content{
	position 			: relative;
	
	width				: 1005px;
	min-height			: 50px;
	overflow			: hidden;
	padding-bottom		: 35px;
}

#left_menu{
	position 			: relative;
	margin-left			: 15px;
	width				: 194px;
	min-height			: 50px;
	/*background-color	: #BCD40E;*/
	float				: left;

}
#left_menu h1{
	margin				: 0px;
	padding				: 0px;
	font-size			: 15px;
	font-weight			: bold;
	text-align			: left;	
	color				: #515151;
	padding-top			: 30px;
	padding-left		: 15px;
}

#left_menu ul{
	margin: 0;
	padding: 0;
	margin-left			: 20px;
	padding-bottom		: 20px;
	padding-top			: 5px;
	margin-right		: 20px;
}
li.level_1{ 
	list-style-type		: none; 
	margin				: 0 0 0 0;
	background-image	: url(../images/icon_1.jpg);
	background-repeat	: no-repeat;
	background-position : 2px 10px;
	padding				: 3px 0px 3px 13px;
	border-bottom		: 1px solid #515151;
} 
li.level_1 a{
	text-decoration		: none;
	color				: #515151;
	font-size			: 12px;
}


li.level_2 { 
	list-style-type		: none; 
	margin				: 0 0 0 0;
	background-image	: url(../images/icon_2.jpg);
	background-repeat	: no-repeat;
	background-position : 12px 10px;
	padding				: 3px 0px 3px 23px;
	border-bottom		: 1px solid #515151;
} 
li.level_2 a{
	text-decoration		: none;
	color				: #515151;
	font-size			: 12px;
}

li.level_1 a.current,li.level_2 a.current{
	
	font-weight			: bold;
}

#right_content{
	position 			: relative;
	padding-bottom		: 80px;
	margin-left			: 15px;
	margin-right		: 15px;
	margin-top			: 14px;
	background-color	: #FFFFFF;
	width				: 766px;
	float				: right;
}
#navigator{
	color				: #ACACAC;
	font-size			: 12px;
	width				: 781px;
}

#navigator a{
	color				: #ACACAC;
	font-size			: 11px;
}
#navigator a.current{
	color				: #515151;
	font-size			: 11px;
}	
#right_content_text{
	margin-top			: 15px;
	width				: 760px;
	float				: left;
	
	font-size			: 12px;
	font-weight			: normal;
	text-align			: left;	
	color				: #6C6C6C;
	
}
#right_content_text h1{
	margin				: 0px;
	padding				: 0px;
	font-size			: 16px;
	font-weight			: bold;
	text-align			: left;	
	color				: #515151;
}


#right_content_image{
	width				: 360px;
	height				: 260px;
	float				: right;
	margin-right		: 15px;
	margin-top			: 15px;
}

#content_extra{
	
	font-size			: 10px;
	font-weight			: normal;
	text-align			: center;	
	color				: #ACACAC;
	width				: 740px;
	padding-bottom		: 20px;
	
	position 			: absolute ; 
	right 				: 20px ; 
	bottom 				: 35px ; 

}














