* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "ËÎÌå";
	font-size: 12px;
}

a.link_1:link {color: #30416F;text-decoration: none;font-weight: bold;} 
a.link_1:visited { color: #30416F; text-decoration: none; font-weight: bold;} 
a.link_1:hover { color: #30416F; text-decoration: underline; font-weight: bold;} 
a.link_1:active { color: #30416F; text-decoration: underline; font-weight: bold;} 

a.link_2:link {color: #30416F;text-decoration: none;} 
a.link_2:visited { color: #30416F; text-decoration: none;} 
a.link_2:hover { color: #30416F; text-decoration: underline; } 
a.link_2:active { color: #30416F; text-decoration: underline; } 

#box{
	width: 900px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C7CAD3;
	border-bottom-color: #C7CAD3;
	border-left-color: #C7CAD3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#box #header #title{
	height: 90px;
	background-image: url(../images/title.jpg);
	line-height: 18px;
}

#box #header #title #top_menu{
	margin-top: 48px;
	margin-right: 10px;
}

#box #header #title #title1{
	margin-top: 30px;
}


#box #header #slogan{
	height: 60px;
	background-image: url(../images/slogan.jpg);
	color: #30416F;
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight: bold;
}

#box #header #slogan #search{
	margin-top: 20px;
	margin-right: 10px;
}

.style{
	color: #30416F;
	height: 15px;
	width: 130px;
	font-family: "ËÎÌå";
	font-size: 12px;
}

#box #main{
	background-color: #FFFFFF;
}


#box #footer{
	height: 84px;
	background-image: url(../images/footer.jpg);
	clear: both;
}
