@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #005f88;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size:24px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	background:url(images/bkg.jpg) top center no-repeat #005f88;
	height:879px;
	margin: 0 auto; 
}
.content {
	padding: 10px 0;
	text-align:center;
	font-weight:bold;
}
.hand img{
	margin:0 auto;
	display:block;
	padding-bottom:50px;
}
.address{
	font-size:18px;
	color:#dfdfdf;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}