* {
	margin: 0;
	padding: 0;
}

html {
 
}
body 
{ 
background: url(images/body_back.jpg) repeat-x #27546A;
padding: 0 0 7px 0;
font-family: arial;
font-size:14px;
}

/* Layout */
#wrapper 
{ 
background: White;
padding:0px 0px 1px 0px;
position:relative;
margin:auto;
width:960px;
}
#header{
height:395px;
background: white;

}
#header_top{
	height:110px;
	background: #051F2B;


	
	}
#header_bottom{
  height:281px;
	margin: 1px 1px 0px 1px;
	border-top: 2px solid #DCBA12;
	padding-top:1px;
	
	
}
.logo{
	
	margin-top: 15px;
float:left;
}
a.zapitvane{
	color:#FBD600;
	background:url(images/button_zapitvane.jpg) no-repeat;
	width:203px;
	height:26px;
	padding-top:30px;
	position:absolute;
	top:10px;
	left:650px;
	text-align: center;
	font-size:14px;
	text-decoration: none;
}
a.zapitvane:hover{
	color:#FFED84;
}
#content{
background: url(images/centar_back.jpg) repeat-x;
width:960px;
border-top: 7px solid #F5DE6A;
margin-top: 1px;
margin-bottom: 10px;
}

#main{
border-top:1px solid white;
}

.about_us{	
	padding:0px 0px 40px 0px;
	line-height: 22px;
    color:#0C0E38;
    font-size:16px;
	margin:0px 0px 0px 60px;
}
.about_us_title{	
	padding:50px 0px 10px 0px;
	line-height: 22px;
    color:#B20000;
    font-size:18px;
	margin:0px 0px 0px 60px;
}

.about_us_new{	
	padding:0px 0px 40px 0px;
	line-height: 22px;
    color:#0C0E38;
    font-size:16px;
	margin:0px 350px 0px 60px;
}
.about_us_new_title{	
	padding:50px 0px 10px 0px;
	line-height: 22px;
    color:#B20000;
    font-size:18px;
	margin:0px 350px 0px 60px;
}




.movie {
	float:right;
	padding: 20px 5px 10px 0;

}
.galeria{
	background: url(images/galeria_back.jpg) repeat-x;
	height:142px;
	padding:18px 10px 0px 15px;
	margin:0px 15px 10px 55px;
	}
.galeria_home{
	float:left;

	margin:1px;
	}
	.shapka{
		color:#BF3500; 
		font-size:15px;
		font-weight:bold;
		margin-left:10px; 
		margin-top:20px;
	}
a.border{
		float:left;
		border:2px solid #E4D89A;
		margin: 8px 4px 2px 4px;
	}
	a.border:hover {
		border:2px solid #FFE17D;
		
	}



#bottom 
{
  clear: both;
	height:27px;
	text-align: center;
	padding:5px 0 0 0;
	margin:0 1px 0 1px;
	background: url(images/bottom.jpg) repeat-x;
	color: #FFFFF0;
	font-size: 13px;
	}
	a{
color:#FF4500;
text-decoration: underline;
font-size:13px;
font-family: arial;
}
a:hover{
color:#FF8557;
text-decoration: underline;

}
a.bottom_text{
	color: #FFFF9D;
	text-decoration: none;
}
a.bottom_text:hover{
	color: #FFA500;
	
	
}
a.bottom_text2{
	color: #00CED1;
	text-decoration: none;
}
a.bottom_text2:hover{
	color: #FFD700;
	
	
}




ul#menu {
	margin:78px 0px 0px 0px;
	padding:0px;
	float:right;
	width:398px;
	height:31px;
	list-style:none;
}
ul#menu li {
margin-right:1px;
	float:left;
	padding:0 4px 0 0;
	background: url(images/menu_back_right.jpg) 100% 0 no-repeat;
}
ul#menu li span {
	float:left;
	height:31px;
	padding:0 0 0 4px;
	background:url(images/menu_back_left.jpg) 0 0 no-repeat;
}
ul#menu li span a {
	float:left;
	text-decoration:none;
	height:23px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#0E0E3C;
	padding:8px 10px 0 10px;

	background:url(images/menu_back.jpg) 0 0 repeat-x;
}
ul#menu li:hover, ul#menu li.hover {
	background-position:100% -31px;
}
ul#menu li:hover span, ul#menu li:hover span a, ul#menu li.hover span, ul#menu li.hover span a {
	background-position:0 -31px;
	color:#444444;
}


.error {
	  color: red;
	  font-size:13px;
	  font-family:verdana;
	  background-color: #fff;
	  padding: 4px 4px 4px 8px;
	  font-weight: bold;
	  border: 1px solid #FF0202;
  }  
  .message {
	  color:green;
	  font-size:13px;
	  font-family:verdana;
	  background-color: #fff;
	  padding: 4px 4px 4px 8px;
	  font-weight: bold;
	  border: 1px solid Green;
  }