/* 
Author: Fred Chu (id.sonic@gmail.com)
Date: 09.23.2005
Locale: China
Other links: 
	http://www.thenoodleincident.com/tutorials/box_lesson/basic4.html	
	http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
	http://www.dezwozhere.com/links.html
*/
.front_list {
  padding-left: 10px;
  line-height: 140%;
  font: 16px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(img/top-left.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#wrap {
	background: url(img/top-right.gif) top right no-repeat;
	min-width: 800px;
	height: 400px;	
	}
	
#header {
	background: url(img/top-center.gif) repeat-x;
	height: 52px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 22px;
	width: 100%;
	text-align: right;

	}
#header a {
  text-decoration: none;
  font: bold 14px verdana;
}
	
#left {
	position: absolute;
	top: 40px;
	left: 50px;
	margin: 0;
	padding: 0;
	width: 181px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 151px;
	}
	
html>body #left {
	width: 151px; /* ie5win fudge ends */
	}
	
#middle {
  margin: 10px 230px 30px 220px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
  margin: 10px 200px 30px 220px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
  padding: 10px;
}
#full {
  margin: 10px 50px 30px 220px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
  padding: 10px;
}
#right {
	position: absolute;
	top: 40px;
	right: 50px; /* Opera5.02 will show a space at right swhen there is no scroll bar */
	margin: 0;
	padding: 0;
	width: 190px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
 	width: 160px;
	background:	url("img/right-body.gif");
	}
	
html>body #right {
	width: 160px; /* ie5win fudge ends */
	}

	
/*Start Menu Style*/

#menu ul {
	width: 151px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu ul li{
	margin: 0;
	padding: 0;
	display: block;
	}
	
#menu ul li a#top {
	background: url("img/menu-top.gif") no-repeat;
	}
	
#menu ul li a#top:hover {
	background: url("img/menu-top-s.gif") no-repeat;
	}
		
#menu ul li a {
	margin: 0;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	text-align: center;
	font-size: 150%;
	font-family: georgia;
	display: block;
	background: url("img/menu-body.gif");
	color: #666;
	border-bottom: #ececec 1px solid;
	}
	
#menu ul li a:hover {
	color: #fff;
	background: url("img/menu-body-s.gif");
	}
	
#menu ul li a#bottom {
	background: url("img/menu-bottom.gif") bottom no-repeat;
	border-bottom: none;
	}
	
#menu ul li a#bottom:hover {
	background: url("img/menu-bottom-s.gif") bottom no-repeat;
	border-bottom: none;
	}

/*End of Menu Style*/

#logo {
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	color: #ccc;
	font-size: 150%;
	margin-bottom: 10px;
	background: url("img/logo.gif") no-repeat;
	width: 181px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 151px;
	height: 130px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 100px;
	}

/*Start right content*/
#right-list-body {
	background: transparent url("img/right-top.gif") no-repeat;
	}
	
#right-list-bottom {
	background: transparent url("img/right-bottom.gif") bottom left no-repeat;
	height: 13px;
	}
	
#right-list-body h4 {
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #ececec;
	font-size: 13px;
	}
	
#design {
	text-align: center;
	margin: 10px auto;
	}
	
#design img {
	border: 1px solid #999;
	}
	

#design a {
	text-decoration: none;
	color: darkblue;
	}
	
#design a:hover {
	color: black;
	}
/*End right content*/

.content {
  margin: 0;
  padding: 0;
  clear: both;
}
		
#top-news {
	margin: 0px;
	padding: 0;
	background: url("img/entry.gif");
	}
	
.content h3#clean {
	background: url("img/title_bg.gif") bottom left no-repeat;
	line-height: 50px;
	color: black;
	margin: 0px;
	padding-left: 5px;
	margin-left: -5px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
	
#footer {
	clear: both;
	display: block;
	padding: 10px;
	margin-top: 20px;
	font-size: 90%;
	border-top: 1px solid #ececec;
	}
	
p.hack1 {
	height: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
p.hack2 {
	height: 5px;
	}

