/* CSS Document */
html, body, div, span,blockquote, h1, h2, h3, h4, h5, h6, a,  em, font, img,
u, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background: transparent;
	text-align:left;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
	background-image:url(images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
h1 {
	margin: 0;
	font-size: 1.6666666666666667em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	font-weight:bold; 
	color:#0066CC;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	font-weight:bold; 
	color:#0066CC;
}
h3 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	font-weight:bold; 
	color:#0066CC;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
p.small {
	margin: 0;
	font-size: 0.8333333333333334em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}


a:link {color:#00CC33; text-decoration:none;}
a:hover {color:#0066CC; text-decoration:underline;}
a:visited {color:#00CC33; text-decoration:none;}
a:active {color:#00CC33; text-decoration:none;}

body #container {
	width:80em;
	margin:4em auto;
}
#headL {
	background-image:url(images/layout/headL.gif);
	background-repeat:no-repeat;
	width:2.917em;
	height:10.417em;
	float:left;
}
#head {
	background-image:url(images/layout/head.gif);
	background-repeat:repeat-x;
	width:74.166em;
	height:10.417em;
	float:left;
}
#headR {
	background-image:url(images/layout/headR.gif);
	background-repeat:no-repeat;
	width:2.917em;
	height:10.417em;
	float:left;
}
#logo {
	background-image:url(images/layout/logo.gif);
	background-repeat:no-repeat;
	width:40.667em;
	height:2.5em;
	margin:2.8em 0em 0em 1.6em;
}
#headPic {
	background-image:url(images/layout/ZH_head.jpg);
	background-repeat:no-repeat;
	width:13.667em;
	height:7.25em;
	float:right;
	margin:0.5em 2em 0em 0em;
}
#back {
	background-image:url(images/layout/back.gif);
	background-repeat:repeat;
	width:100%;
	height:auto;
}
#lefcol {
	width:16em;
	margin:0.5em 0.5em 0.5em 1em;
	float:left;
}
#nav {
	background-image:url(images/layout/nav_back.gif);
	background-repeat:repeat;
	width:16em;
	float:left;
	margin-bottom:1em;
}
#nav ul{
	list-style-type:none;
	color:#FFFFFF;
}
#nav ul li a{
	font-weight:bold;
	padding:0.92em 1em 0.6em 1.5em;
	display:block;
}
#nav ul li a:hover {
	background-image:url(images/layout/nav_highlight.gif);
	background-repeat:repeat-x;
	cursor:pointer;
	color:#00CC00;
}
#sideimage {
	background-image:url(images/layout/nav_back.gif);
	background-repeat:repeat;
	width:16em;
	text-align:center;
}
#sideimage img{
	padding:0;
	padding-top:1em;
	margin:0;
	border:none;
}
.current{
	background-image:url(images/layout/nav_highlight.gif);
	background-repeat:repeat-x;
}
#nav a:link {color:#FFFFFF; text-decoration:none;}
#nav a:hover {color:#00CC00; text-decoration:none;}
#nav a:visited {color:#FFFFFF; text-decoration:none;}
#nav a:active {color:#FFFFFF; text-decoration:none;}
#navtop {
	background-image:url(images/layout/nav_top.gif);
	background-repeat:repeat-x;
	width:100%;
	height:2.9em;
}
#navtop h3{
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	letter-spacing:0.1em;
	padding-top:0.7em;
	margin-bottom: 0.125em;
}
#content_holder {
	width:61em;
	height:auto;
	float:left;
	margin:0.5em 1em 1em 0.5em;
}
#content_top {
	background-image:url(images/layout/content_top.gif);
	background-repeat:no-repeat;
	width:100%;
	height:0.833em;
}
#content {
	background-image:url(images/layout/content_back.gif);
	background-repeat:repeat-y;
	width:100%;
}
#content_main{
	margin-left:1em;
	margin-right:1em;
	margin-bottom:-1.5em;
}
#content_bottom {
	background-image:url(images/layout/content_bottom.gif);
	background-repeat:no-repeat;
	width:100%;
	height:0.833em;
}
#bottom {
	clear:both;
	background-image:url(images/layout/bottom.gif);
	background-repeat:no-repeat;
	width:100%;
	height:0.5em;
}
#foot{
	width:99%;
	margin:0 auto;
}
#foot a{
	font-size: 1em;
}
#footleft{
	color:#00CC33;
	float:left;
	text-align:left;
	font-size: 0.8333333333333334em;
}
#footMid{
	color:#00CC33;
	width:20%;
	margin:0 auto;
	text-align:center;
	font-size: 0.8333333333333334em;
}
#footRight{
	color:#00CC33;
	float:right;
	text-align:right;
	font-size: 0.8333333333333334em;
}
.clear {
	clear:both;
	height:0em;
}
.stats_table{	
	margin-left:auto;
	margin-right:auto;
	width:90%;
}
.stats_table td{
	border:thin #666666 solid;
	text-align:center;
}
img {
	border:0.1em solid #999999;
	padding:0.1em;
}
.imgBigL {
	float:left;
	margin:0.1em 0em 0.1em 0.1em;
}
.imgBigR {
	float:right;
	margin:0.1em 0.1em 0.1em 0em;
}
.smileys {
	border:none;
	padding:0em;
}
.row{
	background-color:#e5fae0;
}
.guestbook td{
	padding:1em;
}
