html body {
	background:#050d34 url(../images/body-bg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

}
.info {
	width:892px;; 
	height:25px; 
	margin-top:10px;
	float:left; 
	background:#69F;
	padding:2px;
	vertical-align:middle;
}
#map {
	width:930px;
	height:600px;
}
hr {
	width:930px;
	margin:0px auto;
	padding:0px;
	border-color:#6CF;
	margin-top:5px;
}
.sus {
	 margin-top:5px;
	 margin-left:auto;
	 float:right;
}
	
.clear { clear:both;}
.col a {
	text-decoration:none;
	margin-left:10px;
}
	
.col {
	width:205px;
	height:160px;
	background:url(..//images/footer-col.png) repeat top center;
	border:0;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
}
#footer {
	width:950px;
	height:200px;
	margin:10px auto;
	background:#09F;
	display:block;
}
.img { 
	border:0;
}
.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rounddown {
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.roundup {
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#content {
	width:930px;
	height:100%;
	background:#3776EA;
	margin:10px auto;
	padding:10px;
}
#publ {
	width:950px;
	height:100px;
	margin:10px auto;
}
.pub {
	width:310px;
	height:100px;
	background:url(..//images/pub.png);
	float:left;
}
#logo {
	width:950px;
	height:75px;
	padding:0;
	margin:10px auto;
}
#navigation {
	width: 950px;
	height:50px;
	margin:10px auto;
	padding:0;
	background: url(..//images/navigation-bg.png) no-repeat left top;

} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
	background: url(..//images/navigation-separator.png) no-repeat right;
} 

#navigation ul li a:hover {
	color:#363636;
	background: url(..//images/navigation-hover.png) repeat-x left top;
}

#navigation ul li#active a {
	color:#363636;
	background: url(..//images/navigation-hover.png) repeat-x left top;
}