@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	text-align: center; 
	background: #0c0c0c url('images/pattern.gif');
}

#container {
	width: 984px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: center;
	background: transparent /*url('images/bg.gif') repeat-y;*/
	height: 500px;
	
}

#home {
	width: 984px;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: center;
	background: transparent url('images/hp.gif') repeat-y;
	height: 500px;
	
}

#homeright {
	width: 780px;
	height: 500px;
	float: right;
	border: 0px solid;
	text-align: left;
}
.wrapper {
	height: 327px;
	width: 253px;
	float: left;
	}
	
#homeright p {
	margin: 170px 30px 0 30px;
	font-size:11px;
	text-align: left;}
	
.dalje {
	font-size:12px;
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	color: #b20b0b;
	margin-left: 185px;}

#home1 {
	width: 253px;
	height: 500px;
	float: left;
	
}

#home2 {
	width: 253px;
	height: 500px;
	float: left;
	
	
}

#home3 {
	width: 263px;
	height: 500px;
	float: right;
	padding-right: 10px;
		
	
}



#header {
	width: 984px;
	height: 176px;
	background: transparent url('images/header_bg.gif') repeat-y;
}

#header2 {
	width: 984px;
	height: 176px;
	background: transparent url('images/video.gif') repeat-y;
}

#content {
	width: 984px;
	height: 400px;
	background: transparent url('images/content_bg.gif') repeat-y;
}

#nav {
	width: 185px;
	height: 185px;
	background: transparent url('images/nav_bg.gif');
	float: left;
	
}

#text {
	width: 480px;
	float: left;
	margin-left: 40px;
	}

#pics {
	width: 270px;
	float: right;
	
}


#footer {
	width: 984px;
	height: 77px;
	background: transparent url('images/footer_bg.gif') repeat-y;
}

div.spacer {
	width: 910px;
	height: 235px;
}

p {
	font-size: 14px;
	color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	line-height: 150%;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-left: 230px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	margin: 62px 0px 0px 40px;
}

h2 a {
	text-decoration: none;
	color: #000;}
	
h2 a:hover {
	text-decoration: underline;
	color: #b20b0b;}	

h3 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b20b0b;
}

.red {color: #b20b0b;}

#navlist {
	padding-left: 0;
	margin-left: 18px;
	width: 150px;
	text-align: left;
}

#navlist li {
	text-align: left;
	list-style: none;
	margin: 0px 0;
	padding: 0.15em;
	border-top: 1px solid #bbb;
}

#navlist li a { 
	color: #b20b0b;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-left:10px;
	font-size: 13px; }

#navlist li a:hover { 
	color: #000;
	}
	
#content img {
	border: 1px solid #7f7070;
	margin: 4px;
	}	

