body {
	background: #fff url(images/bg_n12.jpg) repeat-x center top;
}
#contentblock {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#headerblock {
	text-align: right;
	height: 75px;
}

#menublock {
	background-color: #e6e6e6;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;
	border-color: #494949;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
.menu {
	color: #4D4D4D;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
.menu:hover {
	color: #fff;
}
.textblock {
	background-color: #e6e6e6;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;
	border-color: #494949;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.hack {
	float: right;
	width: 1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
.min400px {
	height:400px;
}

#footblock {
	background-color: #e6e6e6;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid;
	border-color: #494949;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444;
}
.textbox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #494949;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444;
}
a {
	color: #444;
	text-decoration: underlined;
}
a.visited {
	color: #449;
	text-decoration: underlined;
}
sup {
	font-size: 9px;
}
