html {font-size:100%;}

body, html { height: 100%;}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:1.5;
	color: #000000;
}

#main {
	width: 766px;
	margin:0 auto 0 auto;
}


#banner {
	height:94px;
}
#contentWrapper {
	border: 1px solid #c0c0c0;
}
#content {
	margin: 22px auto 22px auto;
	min-height:540px;
}
* html #content {height:540px;} /* IE-bug */

#content h1 {
	font-size:130%;
}
#navi {
	border-bottom:1px solid #c0c0c0;
	color:#767676;
	height:40px;
}
#navi a {
	color:#767676;
	text-decoration:none;
}
#navi a:hover {
	text-decoration:underline;
}
#navi_left {
	float: left;
	height:40px;
	line-height:40px;
	display:inline;
}
#navi_right {
	float: right;
	height:40px;
	line-height:40px;
	display:inline;
}

#subnavi {
	color:#767676;
	height:30px;
	line-height:30px;
}
#subnavi a {
	color:#767676;
	text-decoration:none;
	font-size:85%;
}
#subnavi a:hover {
	text-decoration:underline;
}

a.menu-current, 
a.menu-parent {font-weight:bold; color:#000 !important;}

#footer {
	margin-top:3px;
	background-color:#eaeaea;
	color:#767676;
	font-weight:bold;
	font-size:80%;
	height:5em;
}
#footer a {
	color:#767676;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_left {
	clear: left;
	float: left;
	line-height:1em;
	margin-top:3em;
	margin-bottom:1em;
	margin-left:1em;

}
#footer_right {
	clear: right;
	float: right;
	line-height:1em;
	margin-top:3em;
	margin-bottom:1em;
	margin-right:1em;
}

#counter {
	width:200px;
	margin:5em auto 0 auto;
	font-size:80%;
	color:#dddddd;
}

