#left-content{
float:left;
width:390px;
background:transparent;
min-height:450px;
}

h1{
font-weight:normal;
font-size:35px;
color:#0072A8;
margin-top:5px;
margin-bottom:0;
}

#left-content p{
width:98%;
font-size:105%;
}

#contact-tile{
width:86%;
padding:5px 5%;
min-height:200px;
border:solid 1px #ccc;
margin-top:35px;
}

#contact-tile p{
width:100%;
font-size:115%;
margin-top:5px;
margin-bottom:0px;
}

#contact-tile img{
margin-left:70px;
}

/* RIGHT CONTENT */

#right-content{
float:right;
width:560px;
}

#right-content p{
float:right;
margin-top:5px;
width:96.5%;
padding:12px 10px;
background:#0072A8;
color:white;
font-size:27px;
text-align:center;
margin-bottom:0;
}

/* Bottom CONTENT */

#bottom-content{
clear:both;
float:left;
width:100%;
margin-top:10px;
}














