body {
	background:#ddd;
	font:10px/1.4 verdana, arial, helvetica, sans-serif;
}
#header {
	background:white;
	color:#1c324e;
}
#contactBlock {
	padding:10px 0;
	font-size:1.5em;
	color:#1c324e;
}
#nav, #switchStyle a {
	letter-spacing:0;
}
	#nav ul, #switchStyle a {
		font-size:1.6em;
	}
	#nav ul li a, #switchStyle a {
		padding:8px 10px 12px 10px;
	}
		#nav ul li a.current {
			padding:9px 10px 13px 10px;
			background:url('/images/pointer.png') no-repeat bottom center;
		}
#content {
	font-size:2em;
	-webkit-text-size-adjust: 200%;
}
.hookline {
	font-size:1.3em;
}
.areaImg {
	width:100%;
	margin:0 0 10px 0;
	border:1px solid #777;
}
#footer {
	background:white;
	color:#1c324e;
	font-size:1.8em;
}

/* Fonts Styles */
#header, #nav, #switcher, #footer, h2, h3, .hookline {
	font-family:verdana, arial, helvetica, sans-serif;
}
