* {
  padding: 0;
  margin: 0;
 }
 
 body {
	font-family: tahoma;
	font-size: 12px;
	color: #666;
	background-repeat: repeat-y;
	background-color: #292929;
	background-image: url(images/background.gif);
  
 }
 
 .left {
  float:left;
  padding-top: 132px;
  width: 310px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
  margin-top: 2px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 200px;
  height: 15px;
  float: right;
}

.left ul li a:hover {
	background: #292929;
	color: #FFaa00;
 }
 
 .right {
	padding-left: 310px;
	padding-top: 132px;
}

.right img {
	margin-right: 10px;
	display: block;
	border: 3px solid #CCC;
	margin-top: 10px;
 }
 
 .right img:hover {
  border: 3px solid #ff00aa;
 }
 
 .left1 {
  float:left;
  padding-top: 57px;
  width: 300px;
 } 
   .right1 {
  padding-left: 300px;
  padding-top: 57px;
  }
  
 .block {
  margin-top: 10px;
  height: 400px;
  width: 400px;
  
 }
 
  .block1 {
  margin-top: 10px;
  height: 500px;
  width: 400px;
  }
  
h1 {
  font-size: 12px;
  color: #FF0000;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 11px;
 }
 
a {
  color: #FFFFFF;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: none;
  color:#FFFFFF;
 }
 
 .content {
  width: 400px;
  
 }
 
 .content1 {
	width: 400px;
	background-image: url(images/glavna.jpg);
	border: none;  
	margin: 0 ;
 }
.content2 {
	width: 400px;
	background-image: url(images/glavna_1.jpg);
	border: none;  
	margin: 0 ;
 }
.content3 {
	width: 600px;
	border: none;  
	margin: 0 ;
 }
.left ul li.style1 a {
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
}
