body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(header_gradient.jpg);
	background-position: center 0px;
	background-repeat:no-repeat;
	
	background-color:#245D92;
	padding:0px;
	margin:0px;"
}
* {
	padding:0px;
	margin:0px;"
}

.header {
	background-color:#153756;
	height:40px; 
	text-align:left;
	margin-bottom:20px;
}
.row {
	display:table;
	height:40px;
	width:500px;
	margin:0 auto; 
}
.col {
	display:table-cell;
	vertical-align:middle;
}
.col.logo {
	width:150px;
	height:40px;
	background-image:url(logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

.header iframe {
	border:none; 
	overflow:hidden; 
	height:21px;
	width:300px; 
	background:transparent;
}

h1 {
	display:none;
}
h2 {
	text-align:center;
	margin:8px;
	font-size:16px;
	font-weight:bold;
	color: #c4e3ff;
	text-shadow: 0 1px 0 #22313c;
}
.imga {
	width:500px; 
	display:block; 
	margin:30px auto;
	margin-top:8px;
	border:none;
    outline:none
}
.imga img{
	border:none;
    outline:none;
	-webkit-box-shadow: 3px 3px 9px 0 rgba(0,0,0,.5);
	box-shadow: 3px 3px 9px 0 rgba(0,0,0,.5);
}
.imga:hover {
	-webkit-box-shadow: 3px 3px 12px 0 rgba(0,0,0,.5);
	box-shadow: 3px 3px 12px 0 rgba(0,0,0,.5);
}
.footer {
	background-color:#12304D;
	color: #c4e3ff;
	text-shadow: 0 1px 0 #22313c;
	font-size:12px;
	text-align:center;
	height:40px;
	line-height:40px;
}