body {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	background-color: #FFF;
	background-image: url(img/background.png);
	background-repeat: repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.main {
	background-image: url(img/background.png);
	background-repeat: repeat;
	background-position: center;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	height: 220px;
	width: 950px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
.left {
	float: left;
	height: 470px;
	width: 250px;
}
.footer {
	clear: right;
	height: 50px;
	width: 950px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}
.right {
	float: right;
	height: 470px;
	width: 670px;
	padding-right: 100px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
	text-align: justify;
	color: #000;
	margin: 0px;
}
h2 {
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
}
.mail {
	color: #333;
	text-decoration: none;
	outline: none;
} 
.mail:hover, .mail:active, .mail:focus {
	color: #CCC;
	text-decoration: none;
}
.floatright {
	float: right;
}
.floatleft {
	text-indent: 0px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.centertable {
	margin-right: auto;
	margin-left: auto;
	padding-left: 45px;
}
.links {
	text-decoration: none;
	color: #635D45;
	outline: none;
}
.links:hover, .links:active, .links:focus {
	color: #CCC;
	text-decoration: none;
}
.highlight {
	text-decoration: none;
	font-weight: bold;
}
.menu {
	text-align:center;
	margin: 0px;
	list-style: none;
	text-decoration: none;
	font-family: Century Gothic, sans-serif;
	letter-spacing: 2px;
	line-height: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 430px;
	font-size: 14px;
}
.menu li a {
	float: left;
	display: block;
	width: 100px;
	text-decoration: none;
	color: #333;
	outline: none;
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
	color: #333;
	text-decoration: none;
	font-size: 125%;
	letter-spacing: 2px;
}
.submenu {
	float: left;
	width: 100%;
	margin: 0px;
	padding-left: 30px;
	letter-spacing: 2px;
}
.img {
	vertical-align: middle;
}
.navi {
	clear: right;
	letter-spacing: 2px;
	text-align: center;
}
.hidden {
	display: none;
}
