@import "calendar.css";

body{
	margin:0;
	padding:0;
	background:#ffffff;
	color:#222222;
	font-size:13px;
}

img{
	border:0;
}
table.tr,td{
	background:#ffffff;
}
a:link {
	color:#990033;
}
a:visited {
	color: #990033;
}
a:hover, a:active {
	color: #000000;
}
.outer{
	width:898px;
	margin:0 auto 0 auto;
}
.menu{
	float:left;
	margin-left:5px;
	width:194px;
	background: #F2EBD4;
}

.qrcode{
	background: #F2EBD4;
	width: 189px;
}

.main{
	float:left;
	width:696px;
}
.main_cont{
	float:right;
	width:496px;
	background: #ffffff;

}
.main_left{
	float:left;
	margin-right:5px;
	width:194px;
}
.clears{
  clear:both;
}
.foot{
	clear:left;
	height: 65px;
	width:897px;
	text-align:center;
	font-size:10px;
	background-image:url(../images/foot.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.head{
	width:897px;
	height: 70px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:right;
}
div#sidebar2 {
  width: 169px;
  font-size:14px;
  }
div#sidebar2 ul {
  margin: 0;
  padding: 0;
  }
div#sidebar2 ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background:#efefef;
  color:ivory;
  }
div#sidebar2 ul li a {
  display: block;
  width: 169px;
  margin: 0;
  padding: 10px;
  border-bottom: 1px dotted gray;
  background-color: #F2EBD4;
  text-decoration: none;
  }
div#sidebar2 ul li a:hover {
  background: ivory;
  }
#gmap {
	width:195px;
	height:250px;
}
#text{
	padding:3px;
	width:490px;
	line-height:170%;
}
#line{
	width:490px;
	height:10px;
	border-bottom:1px dotted gray;
}
