/*GENERAL
====================*/
*{margin:0;padding:0;}
body{background-color:#0F0F0F;width:1024px;margin:0 auto;padding:0;text-align:center;}
#wrapper{width:1024px;height:758px;margin:0 auto;padding:0;text-align:left;}

a img{border:none;}
.left{float:left;}

div#archiveList {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
#archiveList  a {
    color: rgb(103, 103, 103);
    line-height: 1.5;
}
#archiveList a:visited {
    color: #989852;
}
#archiveList ul {
    list-style: none;
}

/*HEADER
====================*/
#header{float:left;width:1021px;height:304px;}

/*CONTENT
====================*/
#content{float:left;width:1021px;height:249px;}

#column-left{float:left;width:386px;height:249px;}
#column-middle{float:left;width:372px;height:249px;}
#column-right{float:left;width:263px;height:249px;}

/*FOOTER
====================*/
#footer{float:left;}
