@charset "utf-8";
/* CSS Document */
body {
	background-color:#9DD7E2;
}
.menu {
	border-top:1px solid #9DD7E2;
	border-right:1px solid #9DD7E2;
	border-bottom:1px solid #9DD7E2;
}
.menu .title {
	background-color:#F5FBFE;
}
.menu .selected {
	color:#9DD7E2;
	color:#9DD7E2!important;
}
.right {
	background:url(../images/bg_index_r.gif) no-repeat;
}
.left_panel {
	border-left:1px solid #9DD7E2;
}
.intro .title {
	color:#9DD7E2;
}
.right a {
	display:block;
	width:100%;
	height:500px;
}