/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body{
margin:0;
padding:0;
background: #fff;
font-family: Helvetica Neue, Helvetica, Arial;
}

.container{
width: 636px;
margin: 0 auto;
}

.header{
width:940px;
margin:0 auto;
}

a.logo{
width: 750px;
display: block;
border-left: 2px solid #3779a1;
border-right: 2px solid #3779a1;
border-bottom: 2px solid #3779a1;
padding: 15px 0;
text-decoration: none;
font-weight: normal;
margin: 0 auto;
color: #fff;
text-align: center;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px; 
background: #4f92b5;
font-size: 42px;
letter-spacing: -1px;
}

a.logo span{
text-align: center;
font-size: 11px;
letter-spacing: 3px;
font-weight: bold;
text-transform: uppercase;
}



.clear{
clear: both;
}

.main{
	width: 100%;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	float: left;
	-webkit-box-shadow: 0px 0px 5px 0px #275e6a;
	box-shadow: 0px 0px 5px 0px #275e6a;
	height: 250px;
	background: #fff;
	margin:40px 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: x-large;
}

.footer{
width: 940px;
margin: 0 auto;
text-align: center;
}

h1{
font-size: 45px;
font-weight: bold;
color: #fff;
margin-bottom: 15px;
}

h2{
	font-size: x-large;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
}
