/************* GENERAL CSS ************/

body {
    margin: 0px;
    padding: 0px;
    background: #283E57 url(images/back.png) repeat-y center top;
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: black;
}

a {
    font-weight: bold;  
    text-decoration: none;
   /* color: #33CCFF;*/
}

a:hover {
    text-decoration: underline;
   /* color: #33CCFF;*/
}

/************* HEADER STUFF ************/

#he, #he1, #he2, #he3, #he4, #he5, #he6, #he7, #he8, #he9, #he10, #he11, #he12, #he13, #he14 {
    width: 770px;
    height: 120px;
    margin: 0px auto;
    padding: 10px 0px;
}


#he h1, #he1 h1, #he2 h1, #he3 h1, #he4 h1, #he5 h1, #he6 h1, #he7 h1, #he8 h1, #he9 h1, #he10 h1, #he11 h1, #he12 h1, #he13 h1, #he14 h1{
    margin: 0px;
    padding: 0px 0px 0px 10px;
    text-align: left;
    color: black;
    font-size: 2em;
}

#he h2 {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 1.5em;
    text-transform: lowercase;
}

#he  {background: #FFFBFD url(images/header.jpg);}
#he1 {background: #FFFBFD url(images/header1.jpg);}
#he2 {background: #FFFBFD url(images/header2.jpg);}
#he3 {background: #FFFBFD url(images/header3.jpg);}
#he4 {background: #FFFBFD url(images/header4.jpg);}
#he5 {background: #FFFBFD url(images/header5.jpg);}
#he6 {background: #FFFBFD url(images/header6.jpg);}
#he7 {background: #FFFBFD url(images/header7.jpg);}
#he8 {background: #FFFBFD url(images/header8.jpg);}
#he9 {background: #FFFBFD url(images/header9.jpg);}
#he10 {background: #FFFBFD url(images/header10.jpg);}
#he11 {background: #FFFBFD url(images/header11.jpg);}
#he12 {background: #FFFBFD url(images/header12.jpg);}
#he13 {background: #FFFBFD url(images/header13.jpg);}
#he14 {background: #FFFBFD url(images/header14.jpg);}
/************* MENU ************/

#menu {
    width: 770px;
    margin: 0px auto;
    padding: 5px 0px 5px 0px;
    background-color: #000000;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

#menu li {
    display: inline;
}

#menu a {
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    background-color: #333333;
}

/************* CONTENT ************/

#content {
    width: 770px;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
    font-weight: normal;
}

#content p, #content ul, #content ol {
    line-height: 150%;
}

#left {
    float: left;
    width: 480px;
    padding: 0px 20px 40px 20px;
}

#right {
    float: right;
    width: 210px;
    padding: 0px 20px 40px 20px;
    color: #99CCFF;
}

#right a{
    color: orange;
}

#right h2 {
color : #99CCFF;
}

/************* FOOTER ************/

#footer {
    position: fixed;
    clear: both;
    width: 764px;
    margin: 0px auto;
    border-top: 1px solid #666666;
    background: url(images/back-footer.png) repeat-y center bottom;
    font-size: 9px;
    text-align: center;
    padding: 2px;
    background: lightgrey  ;
    color: #333333;
}
/*-----------------------------------------------------------------
                  STYLES FOR THE GALLERY IMAGES
-----------------------------------------------------------------*/

.galleryimage {
    margin: 10px 10px;
    padding: 1px;
    text-align: center;
    align: top;
    width: auto;
    height: auto;
    text-decoration: none;
}

.galleryimage a {
   text-decoration: none;
}

.galleryimage img {
    border: none;
    align: top;
}
