body { 
margin: 0;
padding: 0; 
background: #f5f5f5;
color: #000;
font-size: 16px;
line-height: 27px;
font-family: Verdana, sans-serif;
}

a { color: #3378c4; }
a:hover { color: #DF151A; }
img { margin-right: 10px; background: #f5f5f5; border: 1px solid #e5e5e5; padding: 10px; }
strong { font-weight: 700; }

#wrap { 
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
background: #fff;
margin: 20px auto;
width: 800px;
padding: 0 20px;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
}

#header {
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background: #0092e6 url(images/header.jpg) no-repeat right bottom;
height: 250px;
margin: 0 -20px;
color: #0E1F27;
font-weight: 700;
}
#header h1 {
text-shadow:0px 0px 15px #7f7f7f;
padding: 60px 0 0 20px;
margin: 0;
line-height:1;
font-size: 65px;
letter-spacing: -5px;
color: #fff;
}
#header h2 {
text-shadow:0px 0px 15px #7f7f7f;
margin:0;
padding:15px 0 0 22px;
line-height: 1;
font-size: 27px;
letter-spacing: -1px;
color: #fff;
font-weight: 100;
}

#menu {
color: #fff;
margin: 0 -20px;
font-size: 16px;
background: #00DA3C;
padding: 10px;
}
#menu ul
{
list-style-type: none;
padding: 0;
margin: 0;
}
#menu ul li { padding: 10px; display: inline; }
#menu ul li a { color: #fff; text-decoration: none; }
#menu ul li a:hover { color: #f5f5f5; }

#content { font-weight: 100; padding: 0 0 30px 0; }
#content h2 { color: #042608; line-height: 35px; font-size: 29px; font-weight: 400; }

#footer { 
-webkit-border-bottom-right-radius: 9px;
-webkit-border-bottom-left-radius: 9px;
-moz-border-radius-bottomright: 9px;
-moz-border-radius-bottomleft: 9px;
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
background: #00CBE7;
color: #fff;
padding: 20px;
margin: 0 -20px;
line-height: 1;
text-align: center;
}
.left { float: left; } 
.right { float: right; }

#footer a { color: #fff; text-decoration: none;}
#footer a:hover { text-decoration: underline;  }
