#contactArea { height: 225px; border-bottom: 5px solid #02b6f1; overflow: hidden; background-color: #02b6f1; }


/* ----- The Pretty Stuff ----- */

* { margin: 0; padding: 0; outline: 0; } 

img { border: none; }

@font-face { font-family: Anivers; src: url(../fonts/Anivers.otf) format("opentype") }

h1, h2 { font-family: 'Anivers', 'Arial'; color: #fff; font-weight: normal; }
h1 { margin-top: 25px; position: relative; top: 10px; font-size: 44px; }
h2 { color: #262626; font-size: 30px; margin-bottom: 40px; }
h3 { font-weight: bold; font-size: 20px; margin-bottom: 10px; }

body { background-color: #2f3135; color: #727272; }

#container { width: 960px; margin: 0 auto; }

#container ul { margin: 0 0 15px 25px; }

.notfirstlast { margin-bottom: 15px; }

.content { width: 850px; padding: 55px; margin: 0 auto; background-color: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; font-family: Arial; font-size: 16px; line-height: 25px; position: relative; top: 45px; margin-bottom: 20px; }

input { padding: 5px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-bottom: 15px; }

#footer { width: 930px; padding: 15px; margin: 0 auto; position: relative; top: 35px; height: 55px; }
#footer img { float: right; }
#footer a.back { color: #02b6f1; text-decoration: none; font-family: Arial; font-size: 16px; position: relative; top: 10px; }
	
