html,body
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px; 
text-align: center;
color: #323232;
background-color:#1a2674;
}


#container{width: 736px; margin: auto;}


#header{width: 736px; background-image:url(../images/landing/bg-header.jpg); height: 136px;}

#content{width: 736px;background-image:url(../images/landing/bg-content.jpg); text-align: left;}
#content p{line-height: 18px;}

#inner{width: 606px; margin: auto;}

h1{color:#1a2674; font-size: 30px; display: block; width: 300px; padding-top: 10px; float: left;padding-bottom: 10px;}
h2{color:#f34e25; font-size: 18px; font-weight: bold;}
h3{font-size: 14px; color:#1a2674; text-transform: uppercase; font-weight: bold;}

#contact-form{ clear: both; background-color:#e6e8ee; width: 606px;}
#inner-form{padding: 20px;}

#footer{background-image:url(../images/landing/bg-footer.jpg); width: 736px; height: 110px; color:#fff; font-size: 11px; line-height: 16px;}



