@charset "utf-8";
/* CSS Document */

body {
	margin-top:100px;
	background-image:url(bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin:auto;
	width:800px;
	/*border:1px #CCCCCC solid;*/
	background-color:#FFFFFF;
	height:145px;
}

#menu-container {
	height:40px;
	background-image:url(imgs/menu-bg.jpg);
}

#content-wrap {
	border-bottom:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	width:798px;
	background-color:#FFFFFF;
	overflow:auto;
}

#right-text {
	float:right;
	width:400px;
	padding:20px;
	text-align:center;
	border:#fff solid 1px;
		display:inline;
}

#splitter {
	height:240px;
	margin-top: 60px;
	width:1px;
	background-color:#666666;
}

#left-search {
	float:left;
	width:340px;
	height:300px;
	text-align:center;
	padding-top:30px;
	border:#fff solid 1px;
	display:inline;
}

h1 { font-size:20px; text-align:center; }

.hl {
  font-size:13px;
  font-weight:bold;
}

/* menu start */
.menu {
	margin: 0;
	padding: 0;
	padding-left:10px;/**/
	list-style: none;
	font-size:14px;
	font-weight:bold;
/*	position:absolute;
	bottom:-13px;        */
}
.menu li {
	padding: 0;
	margin: 0;
	height: 40px;
	list-style: none;
	margin-right: 1em; /**/
	float:left;
	color:#666;
	text-decoration:underline;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
	color:#666;
}
.menu a:hover {
	color:#999;
}
/* menu end */
