
html {
	height: 100%;
}

body {
	color: #000000;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

.navitems ul, .actions ul, #content ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navitems li {
	float: left;
	padding: 0px;
	margin: 0px;
	display: inline;
	height: 138px;
}

.hidden {
	padding: 0px;
	margin: 0px;
	height: 0px;
	width: 0px;
	border: 0px;
	float: left;
	overflow: hidden;
	display:none;
	visibility: hidden;
}

#nav div {
	overflow: hidden;
}

#content {
	width: 765px;
	text-align: left;

	margin: auto;
	margin-top: 14px;
	margin-bottom: 14px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#back {
	background-image: url("../img/nav/b2.png");
	background-repeat: repeat-y;
	background-position: top center;
	width: 850px;
	margin: auto;
	/* no height! */	
	min-height:100%;
}

#main {
	width: 812px;
	margin: auto;
}

#nav a {
	float: left;
	overflow: hidden;
	height: 0px;
	background-repeat: no-repeat;
}

#nav h1 {
	display: inline;
}

.navitems a {
	background-position: 0px 0px;
	padding-top: 138px;
	width: 122px;
}

.navitems a:hover {
	background-position: 0px -138px;
}

.navitems a:active {
	background-position: 0px 0px;
}

.cpage a {
	background-position: 0px -276px;
}

.cpage a:hover {
	background-position: 0px -414px;
}

.cpage a:active {
	background-position: 0px -276px;
}

.n11 {
	margin-left: 11px;
}

.n12 {
	margin-left: 12px;
}

#nav0 {
	padding: 56px 0px 0px;
	background-image: url("../img/nav/h0.png");
	background-position: 0px 0px;
	width: 812px;
}

#nav1 {
	background-image: url("../img/nav/nd1.png");
}

#nav2 {
	background-image: url("../img/nav/nd2.png");
}

#nav3 {
	background-image: url("../img/nav/nd3.png");
}

#nav4 {
	background-image: url("../img/nav/nd4.png");
}

#nav5 {
	background-image: url("../img/nav/nd5.png");
}

#nav6 {
	background-image: url("../img/nav/nd6.png");
}

.navitems {
	background-image: url("../img/nav/h1.png");
	width: 812px;
	height: 138px;
}

/* IE */
#navhead {
	height: 56px;
	width: 812px;	
}

#navfoot {
	background-image: url("../img/nav/h2.png");
	background-repeat: no-repeat;	
	height: 12px;
	width: 812px;	
}

#pagespace {
	height: 76px;
}

#pageafterhead {
	background-image: url("../img/nav/h3.png");
	background-position: center bottom;	
	background-repeat: no-repeat;
	height: 12px;
	width: 812px;
	margin: auto;	
}

#pageafterbody {
	background-image: url("../img/nav/b2.png");
	background-repeat: repeat-y;	
	background-position: center;	
	padding-top: 7px;
	padding-bottom: 2px;
	height: 20px;
	width: 812px;
	margin: auto;
}

#pageafterfoot {
	background-image: url("../img/nav/h4.png");
	background-position: center top;
	background-repeat: no-repeat;	
	height: 16px;
}

#pageafter {
	width: 850px;
	margin: auto;
	margin-top: -57px;
}

.clear {
	clear: both;
}

.indexpage {
	width: 100%;
}
