body {
    background-color:#000;
    color:#efefef;
    font-size:medium;
    margin:10px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
}

a {
    color:#222;
}

a:focus {-moz-outline-style: none;}

h1 {
    font-size:150%;
    font-weight:700;
    font-style:italic;
    color:#999;
}

h2 {
    font-size: 125%;
    font-weight: 700;
    color:#444;
    margin-top:.25em;
    margin-bottom:0;
}

p {
    margin-top:2px;
    margin-bottom:2px;
    margin-left:auto;
    margin-right:auto;
    width:250px;
    font-size:90%;

}

#container {
    text-align:center;
    width:100%;

}

#container img {
    border-left:12px solid #41281c;
    border-top:12px solid #352219;
    border-right:12px solid #41281c;
    border-bottom:3px solid #888;
}

  
#leftcol {
    float:left;
    position:relative;
    width:33%;
    margin-left:-100%;
    margin:0;
    display:table;
    text-align:center;

}

#leftcol h2 {
    color:#bd0000;
}

#centercol {
    width:33%;
    float:left;
    text-align:center;
}

#centercol h2 {
    color:#e5c515;
}

#rightcol {
    float:left;
    position:relative;
    width:33%;
    margin-right:-33%;
    text-align:center;
}

#rightcol h2 {
    color:#0ca408;
}

#footer {
    clear:both;
    font-size:small;
    text-align:center;
    padding-top:20px;
    color:#333;
}
