﻿body 
{
	font:arial,sans-serif 10px;
	color:Gray;
	height :100%;
	background-color :#fff;
}

frame
{ 
    border-collapse: collapse;
    margin: 0px;
    border: 0px;
}
a,a:link{
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;	
}

/* header */
#header_wrapper
{
	height :85px;
	background-image: url(../i/h_bar_1.gif);
	background-repeat :no-repeat ;
	background-position: 0% 100%;
}

#header_left_panel ,#logo_wrapper,#logo_title,#logo_image{
	float:left;
	border :none;
}
#logo_image
{
	height :80px;
	width :280px;
}
#logo_title
{
	line-height:80px;
	font-family :Arial CE ;
	font-style :italic;
}
#header_right_panel{
	float:right;	
	margin-top:5px;
	display:none;/*disable the language option temporally*/
}
#header_right_panel a{
	float:left ;
	width:100px;
	margin :3px;
	cursor:pointer ;
}
#header_right_panel a:hover{
	
}
/* nav */
#nav_panel{
	margin-top:5px;
	margin-left:20px;
	height:500px;
	background-image: url(../i/v_bar_1.gif);
	background-repeat :no-repeat ;
	background-position: 100% 0%;
	
}
#nav_panel a{
	width:120px;
	margin-top :10px;
	cursor:pointer;
}
#nav_panel a:hover{
	text-decoration :none;	
}

/* footer */
#footer_wrapper{
	color:Gray;
	font-family:arial,sans-serif;
	font-size: 12px;
}
#footer_left_link
{
	margin-left :5px;
	margin-top :8px;
	float:left ;
}
#footer_left_link a{
	margin:15px;
	color :Gray ;
}
#footer_left_link a:visited{
	color :Gray ;
}
#footer_copyright{
	float:right;
	font-family:arial,sans-serif;
	font-size: 11px;
	margin-right :5px;
	margin-top :8px;
}

