@charset "UTF-8";
/* CSS Document */

html { margin: 0px; font-family:"Helvetica",arial,sans-serif; }
body { margin: 0px; background: #BFE8FA; }
img { border:0px; }

#top, #nav, #main, #foot, .content { min-width: 960px; }

#header { width: 100%; }

#top { background: url(../images/bg_top.png); height:30px; font-size:1em; font-weight:bold; color:#fff; }
 #top .wrapper { padding-top:5px; text-align:right; }

#nav { background: url(../images/bg_gray.png); height:80px; text-align:right; font-size:1.2em; font-weight:bold; }
 #nav .wrapper { padding-top:30px; text-align:right; }
 #nav a, #top a { color: #fff; text-decoration: none; }
#nav a:hover { color: #7FD1F5; text-decoration: underline; }

#main { margin-top:10px; }
.content { padding: 35px 0px; background: #BFE8FA;}
h1 { color:#39D2F8; font-size:36px; font-weight:bold; }
h2 { color:#39D2F8; font-size:24px; font-weight:bold; }
h3 { color:#39D2F8; font-size:16px; font-weight:bold; }
#main a { color: #39D2F8; text-decoration: none; font-weight:bold; }
#main a:hover { color: #39D2F8; text-decoration: underline; font-weight:bold; }
.divider { background:#999; height:1px; }

#foot { background: url(../images/bg_footer.png); height:80px; margin-top:120px; }

.red { background:#F00; }
