a { color:#62b8ff; }

body, table {
    font-family: Arial,Helvetica,tahoma, sans-serif;
    font-size: 10pt;
    color: #666666;
    margin: 0;
    padding: 0;
}
#container {
    margin: 10px auto;
    width: 820px;
    background-image: url('/_img/vertical_shadow.png');
    background-position: top center;
    background-repeat: repeat-y;
}

#header_container {
    background-image: url('/_img/top_shadow.png');
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px 10px 0 10px;
}
#header {
    height: 205px;
    border-bottom: 1px solid #00376f;
    position: relative;
    color: #ffffff;
}
#logo{
    position: absolute;
    top: 0px;
    left: 12px;
    width: 179px;
    height: 205px;
    background-image: url('/_img/logo.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}
#swooshes{
    position: absolute;
    top: 12px;
    left: 191px;
    width: 609px;
    height: 182px;
    background-image: url('/_img/swooshes.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

ul#main_navigation {
    border: 0;
    padding: 0;
    margin: 0;
    color: #ffffff;
    position: absolute;
}
ul#main_navigation li {
    position: absolute;
    height: 20px;
    list-style: none;
}
ul#main_navigation li a {
    display: block;    
    line-height: 20px;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    color: #ffffff;
    padding-left: 27px;
    background-image: url('/_img/nav_bullet.gif');
    background-repeat: no-repeat;
    background-position: top left;
}
ul#main_navigation li a:hover{
    color: #b6ef1c;
    background-position: bottom left;
}
#nav_home { top: 120px; left: 175px; width: 100px; }
#nav_awards { top: 105px; left: 245px; width: 130px; }
#nav_enter { top: 125px; left: 340px; width: 140px; }
#nav_judge { top: 147px; left: 440px; width: 130px; }
#nav_dinner { top: 168px; left: 520px; width: 130px; }
#nav_winners { top: 184px; left: 620px; width: 100px; }
#nav_news { top: 185px; left: 720px; width: 100px; }
#nav_contact { top: 10px; left: 690px; width: 120px; }

#main_container {
    padding: 0 10px;
}
#main {
    background-color: #00376f;
    border-top: 1px solid #002346;
    color: #0065CA;
}
#leftcol {
    font-size: 10pt;
    padding: 15px;
}
#leftcol h1, #leftcol h2, #leftcol h3, #leftcol p, #leftcol a {
    font-size: 9pt;
    letter-spacing: 1.2pt;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
#leftcol h1 {
    line-height: 30px;
    border-top: 1px solid #fff;
}
#leftcol h2 {
    color: #62b8ff;
    margin: 10px 0;
}
#leftcol p {
    line-height: 15px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
#leftcol a {
    text-decoration: none;
    letter-spacing: 0;
}
#leftcol a:hover {
    color: #62b8ff;
}
#leftcol #gallerypic img {
    border: 1px solid #62b8ff;
    padding: 3px;
}
#leftcol #gallerypic {
    text-align: center;
}

#rightcol_content {
    background-image: url('/_img/whitetop1.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #666666;
    padding: 25px 25px 0 25px;
}
#rightcol_content h1  {
    color: #62b8ff;
    margin: 0;
    margin-bottom:15px;
    padding: 0;
    border-bottom: 1px solid #62b8ff;
    font-size: 16pt;
}
#rightcol_content h2, h2.gallery {
    margin: 0;
    margin-bottom:15px;
    padding: 0;
    font-size: 12pt;
}
#rightcol_content h3 {
    margin: 0;
    margin-bottom:15px;
    padding: 0;
    font-size: 11pt;
}
#rightcol_content h4 {
    color: #62b8ff;
    margin: 0;
    padding: 0;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: 2px;
}
#rightcol_content h4 a {
    text-decoration: none;
}
#rightcol_content h6 {
    color: #62b8ff;
    margin: 0;
    margin-bottom:35px;
    margin-top: -10px;
    padding: 0;
    font-size: 10pt;
    font-weight: normal;
}
#rightcol_content p {
    margin: 0;
    margin-bottom:15px;
    padding: 0;
    font-size: 10pt;
}
#rightcol_content a {
    font-size: 10pt;
    color: #62b8ff;
    text-decoration: none;
}
#rightcol_content a:hover {
    color: #7FA814;
}

td.formlabel {
    color: #666666;
    text-align: right;
    vertical-align: top;
}
td.formheading {
    color: #62b8ff;
    font-size: 10pt;
}
td.forminput {
    color: #62b8ff;
}

#rightcol_footer {
    background-image: url('/_img/whitebottom1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    height: 20px;
}
#footer_container {
    background-image: url('/_img/bottom_shadow.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 36px;
    padding: 0 10px;
}
#footer {
    border-top: 1px solid #0065CA;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 8pt;
}
#dedoko {
    background-color: #ffffff;
    text-align: right;
}
#dedoko a {
    color: #cccccc;
    text-decoration: none;
    font-size: 8pt;
    padding-right: 12px;
}
#dedoko a:hover {
    color: #0065CA;
}
#quote { font-style:italic; font-weight:bold; }
#sponsorName { color:#62b8ff; }