html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, .reset {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    border: 0;
}

body {
    background-color: #000;
    color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

#topBar {
    background-color: rgba(256,0,0,.5);
    border: 1px solid #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 5px;
    height: 36px;
    line-height: 36px;
    position: fixed;
    width: 100%;
}

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

#topBar ul li {
    display:inline-block;
    margin:20px;
    margin: 0 15px;
    padding: 0;
}

#topBar ul li a,
#topBar ul li a:hover,
#topBar ul li a:visited {
    text-decoration: none;
    color: #fff;
}

#main {
    width: 780px;
    margin: 40px auto 300px;
    display:inline-block;
}

#boxes {
    background-color: #000;
/*    border: 3px solid rgb(255, 255, 255);
    border-radius: 5px;
    -moz-border-radius: 5px;
*/    width: 780px;
    margin: 10px auto 50px;
    display: inline-block;
    clear: both;
}

.titleSpacer {
    height:30px;
}
.title {
    width: 760px;
    margin: 30px auto auto;
    font-size: 14px;
    display: block;
    clear: both;
    text-align: left;
}

.subtitle {
    width: 760px;
    margin: 10px auto auto;
    font-size: 11px;
    display: block;
    clear: both;
    text-align: left;
}

hr {
    display: block;
    clear: both;
}

.box {
    width: 100px;
    height: 100px;
    margin: 15px 10px;
    border: 3px solid rgb(230, 230, 230);
    border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    display: block;
}

.topRow {
    margin-top:10px;
}

