body {
	margin-top: 30px;
	background-color: #1A1A1A;
	background-image: url(img/bk-body.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	scrollbar-face-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: black;
	scrollbar-arrow-color: white;
}

#path {
	width: 910px;
	margin: auto;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	
}

#path a {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	margin: auto;
	width: 910px;
}

#top {
	width: 910px;
	height: 10px;
	background-image: url(img/bk-container-top.gif);
	background-repeat: no-repeat;
}

#middle {
	width: 910px;
	background-image: url(img/bk-container-middle.gif);
	background-repeat: repeat-y;
}

#middle a {
	color:#FFF;
}

#middle p {
	text-indent: 20px;
	line-height: 17px;
}

#middle ul {
	list-style-image: url(img/list-img.gif);
}

#middle li {
	padding-bottom: 7px;
}

#bottom {
	width: 910px;
	height: 10px;
	background-image: url(img/bk-container-bottom.gif);
	background-repeat: no-repeat;
}

#menu {
	width: 200px;
	padding-left: 5px;
	float: left;
}

#logo {
	margin-left: 50px;
	display: block;
	width: 100%;
}


#contacts {
	display: inherit;
	width: 100%;
	float: inherit;
}

#content {
	margin-left: 200px;
	padding: 15px;
	/*padding-left: 15px;
	padding-right: 15px;*/
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content img {
	padding: 10px;
}


#footer {
	width: 910px;
	margin: auto;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #FAECDC;
	text-transform: capitalize;

}

h2 {
	font-size: 13px;
	margin-left: 5px;
	font-weight: bold;
	font-style: italic;
	color: #FAECDC;
	

}
#container #middle #copyright {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
#hidden {
	display: none;
}
#container #middle #content .news {
	background-color: #1F1F1F;
}
