/***
   * title:  The Numbers Station Style Sheet
   * site:   www.concertcoop.com
   * file:   styles_structure.css
   * author: Operative C
   * email:  operativec@thenumbersstation.com
   *
   * All contents copyright 2007 The Numbers Station LLC, all rights reserved.
 ***/

body {
    margin: 0;
    padding: 10px;
    font-family: "Courier", Arial, sans-serif;
    font-size: small;
    background-color: #000;
    color: #FFF;
}

* html body {
    font-size: x-small; /* for IE5/Win */
    f\ont-size: small; /* for other IE versions */
}

#wrap {
    width: 650px;
    line-height: 1.4em;
    margin: 0 auto;
}

h1 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1em;
    font-size: 200%;
}

h2 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1em;
    font-size: 120%;
    font-weight: normal;
}

img {
    border: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #FF6600;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#contact {
    float: left;
    padding: 0 15px 0 0;
    margin: 15px 15px 0 0;
    border-right: 1px solid #FFF;
    width: 285px;
}

#sites {
    float: left;
    margin: 15px 0 0 0;
    width: 330px;
}

#sites span {
    font-size: 130%;
}

dl {
    margin:  0 0 50px 0;
}

dt {
    margin: 20px 0 10px 0;
}

dd {
    margin: 0 0 0 0;
}

dd a:hover {
    text-decoration: none;
}

dd img {
    margin: 0 0 8px 0;
}

p {
    margin: 0 0 10px 0;
}