@charset "utf-8";
body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

h1,h2 {
	margin-top: 0px;
}

#container {
	width: 845px;
	margin: 10px auto 10px auto;
}
#title {
	font-size: 32pt;
	text-align: center;
	color: #FFF;
	background: #036;
}
#top {
	background: #060;
	color: #FFFFFF;
	font-size: 36pt;
	text-align: center;
}
#top em {
	font-size: 110pt;
}
#content {
	background: #FFF;
}
#content table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#content table #left,
#content table #middle,
#content table #right,
#content table #right-big {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#content table #middle {
	width: 245px;
	text-align: center;
}
#content table #left,
#content table #right {
	width: 300px;
	background:#eee;
}

#content table #right-big {
	width: 525px;
	padding: 5px 10px 10px 10px;
	background: #ddd;
}
#copyright {
	text-align: right;
	font-size: xx-small;
}

/******** nzv ************/
#navcontainer { width: 300px; }

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin-top: 1px;
}

#navcontainer a{
	display: block;
	padding: 5px 0px 5px 5px;
	width: 295px;
	background-color: #369;
	border-bottom: 1px solid #eee;
}

#navcontainer a:link,
#navcontainer a:visited{
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover{
	background-color: #47a;
	color: #fff;
}