@charset "iso-8859-2";
/* CSS Document */

body
{
	background-color:#151e47;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#all
{
	width:924px;
	margin:0 auto;
	
	background-color:#fff;
}

#all #up
{
	width:924px;
	height:55px;
	
	background-color:#151e47;
	
	background-image:url(panel/up.png);
	background-position:right;
	background-repeat:no-repeat;
	
	float:left;
}

#all #logo
{
	width:924px;
	height:119px;
	
	float:left;	
}

#all #logo .left
{
	width:232px;
	height:119px;
	background-image:url(panel/logo.jpg);
	float:left;
}

#all #logo .center
{
	width:500px;
	height:119px;	
	float:left;
}

#all #logo .right
{
	width:192px;
	height:119px;
	background-image:url(panel/girl.jpg);
	float:left;
}


#all #center
{
	width:924px;
	background-color:#fff;	
	
	float:left;
}

#all #center .left
{
	width:232px;
	float:left;	
}

#all #center .left .menu
{
	width:232px;
	background-image:url(panel/menu.jpg);
	background-repeat:no-repeat;
	background-color:#21327d;
}

#all #center .left .menu .line
{
	width:232px;
	height:7px;
	
	float:left;
	
	background-image:url(panel/line.png);
}

#all #center .left .menu .menu_head
{
	padding-left:20px;
	padding-right:20px;
	
	color:#ffc000;
	font-weight:bold;
}

#all #center .left .menu .menu_up
{
	padding-left:20px;
	padding-right:20px;
	font-weight:bold;
	color:#ffc000;
}

#all #center .left .menu .menu_up a
{
	text-decoration:none; 		
	font-weight:bold;
	color:#ffc000;
}

#all #center .left .menu .menu_up a:hover
{
	text-decoration:none; 		
	font-weight:bold;
	color:#fff;
}

#all #center .left .menu .menu_up a .active
{
	color:silver;
}

#all #center .left .menu .menu_down
{
	padding-left:50px;
	padding-right:20px;
	
	background-image:url(panel/str.png);
	background-repeat:no-repeat;
	
	color:#fff;
}

#all #center .left .menu .menu_down a
{
	text-decoration:none; 		
	color:#fff;
}

#all #center .left .menu .menu_down a:hover
{
	text-decoration:none; 		
	color:#ffc000;
}

#all #center .left .menu .menu_down a .active
{
	color:silver;
}

#all #center .left .else
{
	width:232px;
	background-image:url(panel/else.png);
	background-repeat:no-repeat;
	background-color:#fff;
	
	float:left;
    
    font-size:12px;
}

#all #center .left .else h2
{
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
}   

#all #center .right
{
	width:692px;
	min-height:100px;
	
	float:left;
	
	background-image:url(panel/title.png);
	background-repeat:no-repeat;
	
	background-color:#fff;
}

#all #center .text
{
	padding:20px;
	padding-top:20px;
	text-align:justify;
	
	font-size:12px;
}

#all #center .text .title
{
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#all #center .text .title h1
{	
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#314486; /* #919191;	*/
	display: inline;
}

#all #center .text  h2
{
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
}

#all #center .text  h3
{
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
}

#all #center a
{
	text-decoration:none;
	color:#999999;
}

#all #center a:hover
{
	text-decoration:none;
	color:#0C5CA3;
}

#all #down
{
	width:924px;
	height:92px;
	
	background-image:url(panel/down.jpg);
	
	float:left;
}

#all #down .left
{
	padding-top:55px;	
	padding-left:15px;
	color:#fff;
	
	float:left;
}

#all #down .left a
{
	text-decoration:none;
	color:#fff;
}

#all #down .left a:hover
{
	text-decoration:none;
	color:#ffc000;
}

#all #down .right
{
	padding-top:65px;	
	padding-right:15px;
	color:#fff;
	float:right;
}


#all #about
{
	width:924px;
	height:40px;
	
	float:left;
	
	background-image:url(panel/about.png);
}