body 
{
    margin: 0px;
    text-align: center;
    color: #333;
    font: .7em/1.6em "Lucida sans", Verdana, sans-serif;
    background-color: #eaeaea;
}
#container
{
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 800px;
    text-align: left;
    background-color: #fff;
}
#hdr
{
    margin: 0 auto;
    width: 800px;
    height: 57px;
    padding-top: 43px;
    text-align: right;
    background-image: url(../images/logo.jpg);
    background-position: 20px 25px;
    background-repeat: no-repeat;
}

a,a:visited
{
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

a:hover,a:visited:hover
{
    color: #c3262f;
    text-decoration: underline;
    font-weight: normal;
}
    
#hdr ul
{
    margin: 0px;
    padding: 0px;        
}

#hdr li
{
    margin: 0px;
    padding: 0px; 
    padding-left: 8px;
    padding-right: 8px;
    list-style-type: none;
    display: inline;   
    border-right: 1px solid #ccc;    
}

#hdr li.last
{
    border: 0px;
    padding-right: 20px;
}

#hdr a,a:visited
{
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

#hdr a:hover,a:visited:hover
{
    color: #c3262f;
    text-decoration: underline;
    font-weight: normal;
}
    
#strip
{
    margin: 0 auto;
    width: 720px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 55px;
    height: 75px;
    background-color: #fff;
    text-align: left;
    background-repeat: no-repeat;
}
#left
{
    margin: 0 auto;
    width: 500px;
    float: left;
    padding: 20px;
    text-align: justify;    
}
h1
{
    font: 1.9em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif; 
    margin: 0px;
    padding: 0px;
    color: #c3262f;
}
h2
{   
    font: 1.5em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
    margin: 0px;
    padding: 0px;
    color: #333; 
}
#right
{
    margin: 0 auto;
    float: left;
    width: 240px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
#critique
{
    margin: 0 auto;
    width: 220px;
    padding: 10px;
    background-color: #eaeaea;    
    /*background-image: url(../images/corner_grey.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;*/
}
#critique h3
{
    font: 1.5em Plantin, "Plantin std", "Plantin", "Baskerville", Georgia, "Times New Roman", serif;
    margin: 0px;
    padding: 0px;
    color: #333;
}
#ft
{
    clear: both;
    margin: 0 auto;
    width: 760px;
    text-align: left;
    border-top: 1px solid #c3262f;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
    color: #666;
}

.col1
{
    clear: both;
    float: left;
    padding-right: 10px;
    width: 60px;
}
.txt
{
    float: left;
    border: 1px solid #c3262f;
    width: 140px;
    font: 1em "Lucida sans", Verdana, sans-serif;
    margin-bottom: 2px;
}
.btnSubmit
{
    border: 0px;
    background-color: #c3262f;
    border: 1px solid #c3262f;
    width: 60px;
    font: 1em "Lucida sans", Verdana, sans-serif;
    color: #fff;
}
.red
{
    color: #c3262f;
}
.bordered
{
    padding: 10px;
    margin: 0px;
    background-color: #eaeaea;
}
.col2
{
    clear: both;
    float: left;
    padding-right: 10px;
    width: 80px;
}
.txt2
{
    float: left;
    border: 1px solid #c3262f;
    width: 250px;
    font: 1em "Lucida sans", Verdana, sans-serif;
    margin-bottom: 2px;
}
.txt2multi
{
    border: 1px solid #c3262f;
    width: 250px;
    height: 100px;
    font: 1em "Lucida sans", Verdana, sans-serif;
}