body {
    background:url(../img/bg.gif) top repeat-x #34bdeb;
    margin:0;
    padding:0;
    font-family:Arial;
    font-size:12px;
    text-align:left
}

/* MAIN */

div#main {
    width:960px;
}

div#header{
    width:950px;
    \width:960px;
    w\idth:950px;
    background:url(../img/header.gif) no-repeat;
    height:30px;
    padding:110px 10px 0 0;
    text-align:right;
    color:white;
    font-size:14px;
    font-weight:bold
}
div#header img{
   vertical-align:middle;
   margin:0 1px 0 15px
}

div#header a{
   color:white;
   text-decoration:none
}

div#header a:hover{
   color:#f7cb14;
   text-decoration:none
}

/* FLASH */

div#flash {
    width:960px;
    height:384px
}

/* NAV */

div#nav {
    width:960px;
    line-height:25px;
    margin:5px 0;
    text-align:left;
    font-size:11px;
    color:white;
    font-weight:bold
}

div#nav a{
    color:#f7cb14;
    text-decoration:none;
}

div#nav a:hover{
    color:white;
    text-decoration:none;
}

/* FOOTER */

div#footer {
    width:100%;
    height:100px;
    background:url(../img/bg_footer.gif) top repeat-x #fece0a;
    margin-top:10px;
    color:#398698;
    font-size:14px;
    text-align:center;
    line-height:20px;
    padding:85px 0 0 0
}

div#footer a {
    color:#398698;
    text-decoration:none;
    margin:0 10px;
    font-weight:bold
}

div#footer a:hover {
    color:#7ec8f9;
}
