BODY{
margin: 0 auto;
padding: 0;
text-align: center;

background-color: #000;
background: url("img/hall-gray.gif");
background-position: center top;
}

A{
color: #DDD;
text-decoration:underline;
}
A:HOVER{
color: #DDD;
text-decoration:none;
}

DIV#container{
width: 700px;
margin: 0 auto;
padding: 0;
text-align: center;

background-color: #000;
}

DIV#top-page-header{
margin: 0 auto;
padding: 0 auto;

font-size: 18px;
font-weight: normal;
color: #FFF;
text-align: center;
text-decoration:none;
}

DIV#header{
margin: 0 auto;
padding: 24px;
}
#header{
font-size: 18px;
font-weight: normal;
color: #FFF;
text-align: center;
text-decoration:none;
}


H1.h1{
margin: 5px;
padding: 8px;
padding-left: 16px;
text-align: left;

font-size: 14pt;
font-weight: bold;
color: #FFF;

background-color: #000;

border-width: 1px;
border-color: #FFF;
border-style: solid;

}

H2.h2{
margin: 5px;
padding: 4px;
padding-left: 36px;
text-align: left;

font-size: 12pt;
font-weight: bold;
color: #999;

border-width: 0 0 1px 0;
border-color: #FFF;
border-style: dotted;

}

H3.h3{
margin: 5px;
padding: 4px;
text-align: left;

font-size: 9pt;
font-weight: bold;
color: #999;

border-width: 1px 1px 1px 10px;
border-color: #999;
border-style: solid;


}

DIV.main{
margin: 0 auto;
padding: 18px;
text-align: left;

color: #777;
font-size: 11pt;
font-weight: normal;
line-height: 1.3;

background-color: #000;
}

DIV.list{
margin: 0 auto;
padding: 2px 10px 10px 10px;
text-align: left;

color: #777;
font-size: 11pt;
font-weight: normal;
line-height: 1.3;

background-color: #000;
}

DIV.footer{
margin: 3 auto;
padding: 4px;
text-align: center;

color: #DDD;
font-size: 11pt;
font-weight: normal;
line-height: 1;
}

