@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	line-height: 1.5em;
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wapper {
	text-align: left;
	margin: 12px auto 0px;
	padding: 0px;
	width: 970px;
	background: #FFF;
	border-top: thin ridge #060;
	border-right: thin ridge #060;
	border-bottom: thin none #060;
	border-left: thin ridge #060;
}
h1 {
	font: lighter 2.5em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #060;
	text-align: center;
}

#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#headerLeft {
	clear: right;
	float: left;
	height: 75px;
	width: 80px;
	margin-top: 0px;
	margin-left: 10px;
}
#headerRight {
	clear: right;
	float: right;
	height: 75px;
	width: 100px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
}

#headerCenter {
	float: none;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
}
#logo {
	height: 75px;
	padding-bottom: 12px;
	text-align: center;
}

#nav {
	height: 28px;
	text-align: center;
	word-spacing: 2em;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #060;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #060;
	border-right-color: #060;
	border-left-color: #060;
}
.nav:link {
	font: 1.2em Verdana, Geneva, sans-serif;
	color: #333333;
	text-decoration: none;
}
.nav:hover {
	font: 1.2em Verdana, Geneva, sans-serif;
	color: #F00;
	text-decoration: none;
}
.nav:visited {
	font: 1.2em Verdana, Geneva, sans-serif;
	color: #333333;
	text-decoration: none;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px none #060;
	border-top-color: #060;
	border-right-color: #060;
	border-left-color: #060;
}
#footer {
	margin-top: 0px;
	margin-bottom: 12px;
	clear: both;
	border-top: 1px solid #060;
	border-right: 1px none #060;
	border-bottom: 1px solid #060;
	border-left: 1px none #060;
	text-align: center;
}
h3 {
	font: bold 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #060;
}

#centerColumn {
	width: 960px;
	height: 485px;
}
H2 {
	font: bold 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #060;
	text-align: left;
}

#contentCenter {
	float: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 485px;	
}
h4 {
	font: 1em/1.5em Verdana, Geneva, sans-serif;
	color: #060;
}
#contentCenter2 {
	float: none;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 485px;
}
.vitunder {
	color: #FFF;
}
#contentCenterTop {
	width: 970px;
	height: 50px;
}
#contentCenterTopStart {
	width: 970px;
	height: 100px;
}
a:link {
	font: 1em Verdana, Geneva, sans-serif;
	color: #00F;
	text-decoration: none;
}
a:hover {
	font: 1em Verdana, Geneva, sans-serif;
	color: #F00;
	text-decoration: none;
}
a:visited {
	font: 1em Verdana, Geneva, sans-serif;
	color: #00F;
	text-decoration: none;
}

