body {
    margin:0;
    padding:0;
}
#container {
    margin:0 auto 0 auto;
    width:100%;
    height:auto;
    font-size:12px;
    font-family:tahoma, arial;
}
#navigation {
    background-color:#9c0000;
    background-image:url('img/navigation_background.jpg');
    background-repeat:repeat-x;
    width:100%;
}
#navigation a{
    margin: 10px;
    line-height: 30px;
    height:30px;
    color:#ffecec;
    font-family:arial, tahoma;
    text-decoration:none;
    text-transform:uppercase;
}
#header {
    background-image:url('img/header_background.jpg');
    background-repeat:repeat-x;
    height:105px;
}
#topheading {
    border:1px #d90000 solid;
    text-align:center;
}
#topheading h1 {
    font-size:15px;
    font-family:Tahoma, Arial;
    color:#d90000;
    margin:2px;
}
#heading2 {
    font-size:13px;
    font-family:Tahoma, Arial;
    color:#313131;
    margin:2px;
}
#content {
    width:1000px;
    margin:0 auto 0 auto;
}
#information {
    width:600px;
    float:left;
    padding:5px;
}
#information a{
    color:#c50000;
}
#information a:hover{
    color:#000000;
    text-decoration:none;
}
#presentation {
    width:340px;
    float:right;
    border:1px #777777 dashed;
    padding:10px;
    background-color:#fefee0;
}
#sidebar {
    
}
#sidebar li{
    margin:5px;
}
#sidebar a{
    color:#c10000;
    font-size:14px;
}
#sidebar a:hover{
    color:#000000;
    font-size:14px;
    text-decoration:none;
    font-weight:900;
}
.photo {
    max-width:335px;
    border:none;
}
.clear {
    clear:both;
}
#footer {
    height:63px;
    line-height:63px;
    background-image:url('img/footer_background.jpg');
    background-repeat:repeat-x;
    font-size:10px;
    text-align:center;
    margin-top:30px;
    font-family:tahoma;
}
.separator {
    border:none;
    border-bottom-width:1px;
    border-bottom-color:#cccccc;
    border-bottom-style:solid;
}
.video_file {
    float:left; margin-right:10px; width:320px;
}
.video_description {
    float:right; padding:10px; border:1px #ccc dashed; width:240px;
    background-color:#fffff0; color:#808080; font-style:italic;
}