html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.1em;
	background-attachment: fixed;
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-y;
}
#full {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
#main {
	position:absolute;
	width:940px;
	height:600px;
	z-index:1;
	left: -465px;
	top: 0px;
}
#content {
	background-color: #FFF;
	margin: auto;
	height: 100%;
	width: 940px;
}
.header {
	height: 190px;
	width: 940px;
}
.kader {
	border: 1px solid #79533C;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	height: 20px;
	width: 901px;
}
.bg3 {
	background-image: url(../images/bg_table2.jpg);
	background-repeat: repeat-y;
	background-position: -10px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	height: 20px;
	padding-top: 5px;
}

.bg {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.bg2 {
	background-image: url(../images/bg3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	height: 20px;
	background-color: #EAEDA0;
	width: 901px;
}
#nav2 a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	height: 20px;
	background-color: #EAEDA0;
	width: 901px;
}
#nav2 a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.kader2 {
	border: 2px solid #79533C;
	background-color: #FFF;
}
.kader3 {
	border: 2px solid #BBBE29;
	background-color: #FFF;
}

