body {
	font-family: ËÎÌå;
	font-size: 9pt;
	text-align: center;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img { border: 0; }

#wrapper {
	width: 760px;
	text-align: left;
	margin: 10px auto;
	position: relative;
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	position: relative;
	width: 760px;
}

#header .bl { height: 157px; }

#header .tl { background: url(images/header_tl.gif) top left no-repeat; }
#header .tr { background: url(images/header_tr.gif) top right no-repeat; width:100%;}
#header .bl { background: url(images/header_bl.gif) bottom left no-repeat; }
#header .br { background: url(images/header_br.jpg) bottom right no-repeat; width:100%;}

/* the story of two navs */

#sitelogo {
	position: absolute;
	font-size: 26pt;
	top: 30px; left: 30px;
	color: #fff;
}

#nav-top {
	position: absolute;
	top: 120px; left: 60px;
	color: #fff;
}

#nav-top li {
	display: inline;
}

#nav-top a {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#nav-top a:hover {
	  text-decoration: underline;
}

#nav-left {
	position: absolute;
	top: 66px; left: 26px;
}

#nav {
	width: 140px;
	height: 400px;
	border: solid 1px #5489BE;
	float: left;
	padding: 4px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	padding: 0;
	margin: 0.2em 0;
}

#middle {
}

#content {
	width: 580px;
	float: right;
	padding:8px;
}

#content li {
	list-style: disc;
}

/* footer */

#footer {
	width: 760px;
	clear: both;
	text-align: center;
	background: url(images/footer_bg.gif) repeat-x;
}

#footer {
	color: #fff;
}

#footer div {
	background: url(images/footer_l.gif) no-repeat;
}
#footer div div {
	padding: 8px 0;
	background: url(images/footer_r.gif) top right no-repeat;
}

