body {
	background-color: #9EC9EE;
	background-image: url(../../_img/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	font-family:verdana, sans-serif;
	font-size: 16px;
	color:#333333;
	margin: 0;
	padding: 0;
}

#head {
	margin:0 auto 0 auto;
	background-image: url(../../_img/head.png);
	width: 980px;
	height: 300px;
}

#container {
	margin:0 auto 0 auto;
	background-color: #C3DCF4;
	width: 980px;
	min-height: 1200px;
	padding-bottom: 30px;
}

#naviSpace{
	float: left;
	width: 250px;
}

#navi {
	
}

#content {
	width: 690px;
	margin-left: 250px;
	padding: 0 20px 0 20px;
	font-size: 14px;
}

#foot {
	background-color: #FFC600;
	text-align: center;
	position: fixed;
	bottom:0px;
	width: 100%;
	font-size: 12px;
}

#navi a {
	display:block;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	height: 25px;
	width: 220px;
	border:0;
	margin-top: 6px;
	padding-top: 7px;
	padding-left: 30px;
}
#navi a:link {
	background:url(../../_img/button.png);
	color:#000000;
	text-decoration:none;
}
#navi a:visited {
	background:url(../../_img/button.png);
	color:#000000;
	text-decoration:none;
}
#navi a:hover {
	background:url(../../_img/button2.png);
	color:#000000;
	text-decoration:none;
}
#navi a:active {
	background:url(../../_img/button2.png);
	color:#000000;
	text-decoration:none;
}
#navi a:focus {
	background:url(../../_img/button2.png);
	color:#000000;
	text-decoration:none;
}

#gallery {
	margin-top:6px;
}

ul {
	margin: 0;
}

b {
	color:#5E3974;
}

img {
	margin-bottom: 6px;
}

ul {
	font-size:12px;
}

table {
	width: 100%;
	font-size:10px;
	border: 0px;
	border-spacing: 0px;
	margin-bottom: 6px;
}

span {
	margin: 0;
	padding: 0;
	font-size:10px;
}

h1 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 18px;
	color:#5E3974;
}

a {
	color:#5E3974;
	text-decoration:none;
	font-weight: bold;
}
a:link {
	color:#5E3974;
	text-decoration:none;
}
a:visited {
	color:#5E3974;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}
a:focus {
	color:#000000;
	text-decoration:none;
}


.darkyellow {
	background-color: #FFC50A;
}
.yellow {
	background-color: #FFDA7F;
}
.brightyellow {
	background-color: #FEEBC1;
}

.linkpadd {
	height: 18px;
}

.graphics1 {
	width: 50%;
	margin:0 auto 0 auto;
}

.graphics2{
	width: 100%;
	margin-top: 6px;
}

.hidden {
	visibility: hidden;
}

.left {
	float: left;
}
.right {
	float: right;
}

.clear {
	clear: both;
}

#foerder{
	position: relative;
	top: 11px;
	left: 191px;
	width: 357px;
	height: 224px;
}

#foerder a{
	display: block;
	width: 100%;
	height: 100%;
}

#foerder a:link{
	background-image: url("../../_img/foerder_btn.png");
}

#foerder a:visited{
	background-image: url("../../_img/foerder_btn.png");
}

#foerder a:hover{
	background-image: url("../../_img/foerder_btn_a.png");
}

#foerder a:active{
	background-image: url("../../_img/foerder_btn_a.png");
}

#foerder a:focus{
	background-image: url("../../_img/foerder_btn_a.png");
}

.newsBlock{
	border: 1px solid;
	margin-top: 10px;
}

.nBheader{
	background-color: #ccc;
	text-align: center;
	padding: 4px;
	position: relative;
	height: 20px;
}

.newsBlock h3{
	
	position: absolute;
	left: 10px;
	margin: 0;
	padding: 0;
	
}
.newsBlock h5{
	
	position: absolute;
	top: 9px;
	right: 10px;
	margin: 0;
	padding: 0;
	
}

.newsBlock h4{
	display: inline-block;
}
.newsBlock p{
	margin: 0;
	padding: 0;
}

.nBcontent{
	padding: 20px;
	height: 100%;
}

.pics{
	display: inline-block;
	margin: 10px;
}