html {
	height:100%;
	max-height:100%;
	overflow:hidden;
	}

body {
	font-size:12px;
	max-height:100%;
	height:100%;
	margin:0;
	font-family:Verdana;
	overflow:hidden;
	}
	
.bold {
	font-weight:bold;
	}
	
h1 {
	color:#333;
	font-size:2em;
	}
	
h2 {
	color:#A22C1E;
	margin:0 0 10px 0;
	font-size:1.5em;
	text-align:center;
	}

#header {
	position:absolute;
	padding:5px;
	background:#0B1924;
	height:130px;
	width:770px;
	margin-left:-386px;
	left:50%;
	}

#header div {
	float:left;
	margin:0;
	padding:0;
	}
	
#adres {
	position:absolute;
	top:30px;
	right:5px;
	color:#FFF;
	width:200px;
	height:200px;
	text-align:right;
	}

#main {
	position:absolute;
	overflow:auto;
	background:url(../images/background1.jpg) no-repeat center bottom fixed;
	border-left:1px solid #000;
	border-right:1px solid #000;
	width:778px;
	margin-left:-386px;
	left:50%;
	padding-bottom:5px;
	top:140px; 
	bottom:20px; 
	}

#content {
	overflow:auto;
	width:600px;
	padding-top:5px;
	margin-left:160px;
	}
	
#content ul {
	list-style:disc;
	margin-left:20px;
	}

#nav {
	position:fixed;
	background:url(../images/nt.gif) repeat;
	margin-top:5px;
	margin-left:5px;
	width:150px;
	}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}

#nav ul li {
	/*border:1px solid #000;*/
	margin:2px;
	}

#nav ul li a {
	background: url(../images/buttons.jpg) no-repeat;
	/*border-left:10px solid transparent;
	border-right:10px solid transparent;*/
	color:#C66D1D;
	font-weight:bold;
	display:block;
	height:22px;
	padding:5px 40px 5px 5px;
	text-decoration:none;
	} 
	  
#nav ul li a:hover {
	background: url(../images/buttonsro.jpg) no-repeat;
	color:#000;
	}
	
#fotos {
	text-align:center;
	}
	
#fotos img {
	margin:5px;
	border:1px solid white;
	}
	
.clear {
	clear:both;
	}

#footer {
	position:absolute;
	bottom:0;
	background:#C66D1D;
	border-left:1px solid #000;
	border-right:1px solid #000;
	width:778px;
	left:50%;
	margin-left:-386px;
	height:20px;
	text-decoration:none;
	}

#footer a {
	color:#FFF;
	font-size:0.8em;
	display:block;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	} 
	
#footer a:hover {
	color:#000;
	}
