/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
/* remember to define focus styles! */
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/**/
html, body { height: 100%; }
body {
	background: url(../img/background.png) no-repeat center center;
	font: 10px/1.4 Arial, Helvetica, sans-serif;
}
a { text-decoration: none; }
a:link,
a:visited { color: #003B5A; }
a:hover,
a:focus,
a:active { text-decoration: underline; }

/**/
#wrap {
	height: 524px;
	left: 50%;
	margin: -262px 0 0 -455px;
	position: absolute;
	top: 50%;
	width: 910px;
}
	#logo {
		display: block;
		margin: 0 auto 20px;
	}
	#cities {}
		#cities li {
			float: left;
			width: 303px;
		}
				#cities h1 a {
					background: url(../img/dot.png) no-repeat left center;
					color: #003B5A;
					display: block;
					float: left;
					font-size: 240%;
					padding: 20px 0 20px 60px;
				}
			#cities address {
				clear: both;
				color: #003B5A;
				font-size: 140%;
			}
	#news,
	#events {
		bottom: 0;
		background: url(../img/box_bot.png) no-repeat left bottom;
		/*height: 195px;*/
		padding: 0 0 12px;
		position: absolute;
		width: 438px;
	}
	#news { left: 0; }
	#events { right: 0; }
		#news h2,
		#events h2 {
			background: url(../img/box_top.png) no-repeat left top;
			color: #012545;
			font-size: 160%;
			min-height: 23px;
			_height: 23px;
			padding: 3px 35px 0;
		}
		#news ul,
		#events ul {
			background: url(../img/box_mid.png) repeat-y left top;
			font-size: 140%;
			min-height: 150px;
			_height: 150px;
			padding: 10px 12px;
		}
			#news li,
			#events li { padding: 4px; }
				#news ul li a {}
					#news ul li a:link,
					#news ul li a:visited {}
					#news ul li a:hover,
					#news ul li a:active {}
		#events h2 {}
		#events ul {}
			#events ul li {}
				#events ul li a {}
					#events ul li a:link,
					#events ul li a:visited {}
					#events ul li a:hover,
					#events ul li a:active {}