* {
	margin:0;
	padding:0;
}



body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

@font-face {
	font-family:BellfortRough;
	src: url('../fonts/BellfortRough.OTF');
}

a {
	color:#e3c13a;
	text-decoration:underline;
}
a:hover {
	color:#e3c13a;
	text-decoration:none;
}
#container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width: 820px;
	height: 240px;
	margin:0 auto;
	background:url(../images/miasto2.png) no-repeat;
}
#menu {
	width:100%;
	text-align:center;
	height:30px;
	background:url(../images/menuBackground.gif) repeat-x left top;
	padding-bottom:30px;
}
#siteBody {
	width:800px;
	margin:0 auto;

}
.bodyLeft {
	width:590px;
	float:left;
	padding:5px 5px 5px 0px;

}
.bodyRight {
	width:193px;
	margin-left:605px;
	border-left:2px solid #1a1a1a;
	padding:5px 0 5px 15px;

}

.clearer {
	clear:both;
}
#footer {
	width:800px;
	height:50px;
	background:#1a1a1a;
	margin:30px 0;
	text-align:center;
	margin:15px auto;
	padding:12px 0 0 0;
	border: 2px solid #000000;
	border-radius: 15px;
}
.bodyRight p {
	margin-right:30px;
}
p {
	text-align: justify;
	margin-bottom: 20px;
	font-size: 15px;
	padding: 2px 2px 2px 2px;
	color: white;
	line-height: 25px;
}
ol {
	padding: 2px 2px 2px 19px;
}	

ul#navlist {
	white-space: nowrap;
	height:30px;
	font-size:21px;
	padding:10px 0 0 0;
}
.image { border: 2px solid #000000;
	border-radius: 15px
}
#navlist li {
	display: inline;
	list-style-type: none;
	border-left:1px solid #505050;
	height:30px;
}
#navlist #current {
	color:#e3c13a;
}
#navlist a { 
	padding: 0 10px;
}

#navlist a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navlist a:hover {
	color: #e3c13a;
	text-decoration: none;
}

.bodyRight .sideContainer li {
	list-style:none;
	height:20px;
	padding:5px 0;
	
}

.bodyRight .sideContainer li a {
	background: url(../images/p.jpg) no-repeat left top;
	padding-left:28px;
	color:#e3c13a;
	text-decoration:underline;
	font-size:15px;
}
.bodyRight .sideContainer li a:hover {
	background: url(../images/p.jpg) no-repeat 10px top;
	padding-left:30px;
	color:#e3c13a;
	text-decoration:none;
}
#galeria a {
	color:yellow;
	font-family:BellfortRough;
	text-decoration:none;
	text-shadow:2px 4px 6px red;
	font-size:34px;
}
.data  {
	
	border-radius: 15px;
	padding:5px 5px 5px 5px;
}

.floaright {
	float:right;
	margin:0 0 20px 20px;
}