@charset "gb2312";
/* CSS Document */

<!--
.STYLE3 {
	color: #FFFFFF;
	font-weight: bold;
}
#containerul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #FFFFFF;
	background-image: url(../Img/menu_BG.png);
}

#containerul .li{
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 12px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 22px;
	list-style-image: url(tree/page.png);
	display: block;
}

#containerul .li:hover{
	padding: 0 0 0 0;
	margin: 0 0 0 25px;     /* A left margin to indent the list items and give the menu a sense of structure. */
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 12px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCFFFF;
	height: 22px;
	display: block;
}
#containerul .li2{
	padding: 0 0 0 0;
	margin: 0 0 0 0px;
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 13px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	text-align: center;
	background-image:url(../Img/mainblue.jpg);
}
#containerul .li2:hover{
	padding: 0 0 0 0;
	margin: 0 0 0 0px;
	list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
	font-size: 13px;
	white-space: pre;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCFFFF;
	height: 25px;
	text-align: center;
	background-image:url(../Img/mainblue.jpg);
}
div.ddleft {
	float:left;
	width: 210px;
	border: 1px solid #FB9F47;
	
	margin-top: 5px;
	height:auto;

}

div.ddright {
	float: right;
	width: 740px;
	border: 1px solid #FB9F47;
	
	margin-top: 5px;

}
div.space {
	font: 0px/0px sans-serif;clear: both;display: block
}
#eastshore_top {
	
	overflow:hidden;
	height:300px;
	width:210px
	
}
#eastshore_top1 {
 margin: 0 40px;
}

#eastshore_top2 {
 margin: 0 40px;
}
.sidetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	width: 98%;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #666;
	padding: 2px 2px;
	background-image: url(../Img/obs_bkg.png);
}


-->