body {
	background-color: black;
	text-align: center; 
	margin: auto; 
	padding: 0;
	overflow: auto;
	font-family: Tahoma, Arial, sans-serif;
	color: white;
	width: 100%;
	
  }
  
.centered {
	width: 650px;
	height: 500px;
	position: relative;
	top: 0;
	left: 0;
	margin: 5% auto 0 auto;
	padding: 0;
  background-image: url('img/bg.gif');
	}
	

.main {
	width: 610px;
	height: 330px;
	border: 0;
	position: absolute;
	top: 28px;
	left: 13px;
	z-index: 3;
	margin: 0;
	padding: 0;
	text-align: left;
	}
img {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
h1 {
	font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #CCCCCC;
	color: #222222;
	/*background-image: url('img/h1.gif');*/
	background-repeat: no-repeat;
	border-left: 8px solid #d90f0f;
	padding: 5px 10px 0px 10px;
	position: relative;
	top: -3px;
	left: 0px;
	margin: 0;
  height: 20px;
	}
	

.butt {
	font-size: 0px;
	height: 4px;
	text-align: left;
	background-image: url('img/butt.gif');
	background-repeat: no-repeat;
	width: 610px;
	padding: 0px 10px 0px 15px;
	position: absolute;
	bottom: -100px;
	left: 0px;
	margin: 0;
	z-index: 3;
	}
	
.content {
  font-size: 12px;
	width: 410px;
	height: 300px;
	overflow: auto;
	margin: -4px 0 0 0;
	position: relative;
	top: 2px;
	left: 200px;
	color: #bbbbbb;
	background: #222222;
  }
.naboku {
	width: 200px;
	height: 300px;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
	left: 0px;
	z-index: 1;
	}
.ozdoba_naboku {
	width: 8px;
	height: 20px;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 125px;
	left: 0px;
	z-index: 3;
	border-left: 8px solid #d90f0f;
  }
.ozdoba_naboku_dole {
	width: 8px;
	height: 4px;
	font-size: 0px;
	overflow: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 421px;
	left: 0px;
	z-index: 3;
	border-left: 8px solid #d90f0f;
  }

h2 {
  font-size: 14px;
	font-weight: normal;
	text-align: left;
	width: 350px;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 0;
	line-height: 150%;
	border-left: 8px solid #d90f0f;
  color: #FFFFFF;
  }

p {
	font-size: 12px;
	text-align: justify;
	margin: 0;
	padding: 0  12px 10px 10px;
	line-height: 150%;
	}
	
ul {
	font-size: 12px;
	text-align: justify;
	width: 300px;
	margin: 0;
	padding: 0  10px 11px 40px;
	line-height: 150%;
	}

a {
  font-size: 12px;
	color:  #ffffff;
	text-decoration: none;
	border-bottom: 1px solid  #d90f0f;
  }	
.menu {
  font-size: 12px;
	width: 600px;
	position: absolute;
	bottom: -130px;
	left: 8px;
	z-index: 15;
	color: white;
	padding: 0;
	margin: 0;
	}
.menu li {
	text-decoration: none;
	text-align: center;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 3px 0 0;
	font-weight: bold;
	list-style: none;
	color: white;
	/*background-color: #333333;*/
	}
.menu a {
	text-decoration: none;
	color: white;
	padding: 3px 0 3px 0;
	height: 15px;
	width: 80px;
	margin: 0;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	display: block;
  background-color: #444444;
	}
.menu a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	display: block;
	background-color: #444444;
	}
.menu .show {
	text-decoration: none;
	border-bottom: 4px solid #bb0000;
	display: block;
	background-color: #333333;
	}
.menu .show:hover {
	text-decoration: none;
	border-bottom: 4px solid #bb0000;
	display: block;
	background-color: #353535;
	}
	
.menu li.long a {
	width: 160px;
}
