body {
    background-color:black;
    margin:0;
    padding:0;
    
    color:#e9841a;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
}
a {color:#e9841a;}
h1 {margin:0;padding:0;font-size:12pt;margin-left:5px;}

#container {
    width:760px;
    height:100%;
    margin:0 auto;
}

#header {
    width:760px;
    height:291px;
    background-image:url('images/header.jpg');
    margin-bottom:15px;
}

#icontainer {
    width:760px;
    border:2px solid #470200;
    
    padding-top:10px;
    text-align:center;
}

#headbar {
    width:760px;
    height:20px;
    background-color:#360200;
    margin-top:-10px;
    margin-bottom:10px;
    text-align:left;
}

.imageholder {
    width:100px;
    height:100px;
    
    padding:5px;
    background-color:#170100;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
}

.imageholder_large {
    width:640px;
    height:640px;
    
    padding:5px;
    background-color:#170100;
    margin-right:10px;
    margin-bottom:10px;
    text-align:center;
    margin-left:-30px;
}
.imageholder img {
    border:2px solid black;
}

#navigation {
    width:760px;
    text-align:center;
    margin-bottom:5px;
}
#navigation a {text-decoration:none;}

.arrow_left, .arrow_right {
    width:30px;
    height:22px;
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
    text-indent:-99999999px;
}

h1 a {text-decoration:none;}

.arrow_left {
    background-image:url('images/arrow_l.png');
}

.arrow_right {
    background-image:url('images/arrow_r.png');
}

.row {
    width:730px;
    text-align:left;
    margin:0 auto;
    margin-bottom:30px;
}

.colleft {
    width:250px;
    float:left;
}

.colright {
    width:480px;
    float:left;
}