@charset "UTF-8";
/* CSS Document */

#adver {
	height: 400px;
	width: 160px;
	padding: 5px;
	background-color: #FFF;
	float: right;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
/* CSS Document */

body {
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-size: large;
}
/* CSS Document */

#wrapper {
	margin: auto;
	width: 774px;
	background-color: #FFF;
}
#maincontent {
	width: 760px;
	border: thin solid #000;
	margin: 0px;
	padding: 5px;
	height: auto;
}
#header {
	width: auto;
	height: 20px;
}
#navigation {
	padding: 5px;
	width: auto;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #FFF;
	text-transform: uppercase;
}
.inactivepage {
	width: 745px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.activepage {
	width: 745px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#content {
	height: 360px;
	width: 530px;
	background-color: #FFF;
	line-height: 30px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 25px;
	margin: 0px;
}
#adver2 {
	height: 100px;
	width: auto;
	border: thin solid #CCC;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFF;
}
#wrapper #maincontent #adver2 img {
}
#footer {
	padding: 5px;
	border: thin solid #CCC;
	width: auto;
	height: 20px;
	margin-top: 5px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
}
.language {
	float: right;
	vertical-align: middle;
	display: none;
}

