﻿#banner {

    margin-top: 0px;

    margin-left: 10px;

    margin-right: auto;

    margin-bottom: auto;

    border: 1px solid #FFFAF0;

    width: 90%;

    height: 150px;

    background-color: #FFFFFF;

    background-position: 0px 0px;

    background-image: url(templates/competition/img/banner.gif);

    background-repeat: no-repeat;

}
#container {

    border-bottom: 1px solid #000000;

    height: 150px;

    margin: 0px;

    padding: 0px;

    width: 100%;

}
#content {

    padding: 5px;

    margin: 10px;

    width: auto;

}
#message {

    background-color: #708090;

    height: 130px;

    left: 0px;

    margin: 0px;

    padding: 0px;

    position: absolute;

    top: 0px;

    width: 100%;

    z-index: 1;

}
#message h1 {

    color: #404040;

    font: normal 48px Times New Roman, Times, serif;

    letter-spacing: 1pt;

    margin: 0px;

    padding: 0px;

    text-align: center;

    text-decoration: none;

}
#message h2 {

    color: #404040;

    font-family: Times New Roman, Times, serif;

    font-size: 32px;

    font-weight: lighter;

    letter-spacing: 1pt;

    margin: 0px;

    padding: 0px;

    text-align: center;

    text-decoration: none;

    text-transform: uppercase;

}
#navigation {

    border-left: 3px outset #708090;

    border-bottom: 3px inset #708090;

    margin-left: 0px;

    padding-bottom: 5px;

    width: 90%;

    background-color: #FFFAF0;

}
#navigation h3 {

    background-color: #16425E;

    border-bottom: solid 2px #708090;

    border-right: solid 10px #708090;

    color: #ffffff;

    font-family: times new roman;

    font-size: normal;

    font-weight: bold;

    letter-spacing: 2.5pt;

    margin: 0px 0px 0px 0px;

    padding: 6px;

    text-transform: uppercase;

}
#navigation li {

    padding-top: 5px;

    padding-left: 4px;

    padding-right: 4px;

    padding-bottom: 0px;
 
}
#navigation ul { 

    margin: 1px 1px 1px 1px;

    padding: 0px 0px 0px 0px;
 
    list-style-type: none;
 
}
#shadow {

    background-color: transparent;

    height: 130px;

    left: 3px;

    margin: 0px;

    padding: 0px;

    position: absolute;

    top: 2px;

    width: 100%;

    z-index: 2;

}
#shadow h1 {

    color: #FFFAF0;

    font: normal 48px Times New Roman, Times, serif;

    letter-spacing: 1pt;

    margin: 0px;

    padding: 0px;

    text-align: center;

    text-decoration: none;

}
#shadow h2 {

    color: #FFFAF0;

    font-family: Times New Roman, Times, serif;

    font-size: 32px;

    font-weight: lighter;

    letter-spacing: 1pt;

    margin: 0px;

    padding: 0px;

    text-align: center;

    text-decoration: none;

    text-transform: uppercase;

}
#sidebar {

    background-color: #FFFFFF;

    background-repeat: repeat-x;

    margin: 0px 0px 0px 0px;

    vertical-align: top;

    width: 200px;

}
a.sidebar:link, a.sidebar:visited {

    background-color: #808080;

    border: 4px solid #C0C0C0;

    color: #FFFAF0;

    display: block;

    font-family: times new roman;

    font-size: 18px;

    font-weight: normal;

    margin: 0px 0px 0px 0px;

    padding: 2px;

    text-transform: none;

    text-decoration: none;

    width: 155px; 

}
a.sidebar:hover {

    background-color: #FFFAF0;

    border: 4px inset #808080;

    color: #404040;

    display: block;

    font-family: times new roman;

    font-style: italic;

    font-size: 18px;

    margin: 0px 0px 0px 0px;

    padding: 2px;

    text-decoration: none;

    width: 155px; 

}
