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,
tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    color: #252525;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    line-height: 1;
    background-color: #ffffff;
    padding: 50px;
}

h1, h2, h3, h4, h5 { margin-bottom: 10px; }
h1 { font-size:2em; font-weight: bold; }
h2 { font-size:1.75em; font-weight: bold; }
h3 { font-size:1.5em; font-weight: bold; }
h4 { font-size:1.25em; font-weight: bold; }
h5 { font-size:1em; font-weight: bold; }

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    color: #0072bc;
    text-decoration: none;
}

a:hover {
    color: #448ccb;
    text-decoration: underline;
}

a:active {
    color: #004a80;
    text-decoration: underline;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.wrap {
    width: 700px;
    margin: auto;
}

#header {
    padding: 0 10px 0 10px;
}

#logo {
    color: #0072bc;
    float: left;
}

#logo h2 {
    font-weight: normal;
    margin: 0;
}

#logo a {
    color: #0072bc;
    text-decoration: none;
}

#logo a:hover {
    color: #448ccb;
    text-decoration: none;
}

#logo a:active {
    color: #004a80;
    text-decoration: none;
}

#searchbox {
    background: transparent url(images/searchbox.png) no-repeat;
    width: 160px;
    height: 24px;
    float: right;
}

#searchbox .text {
    background: transparent;
    border: none;
    width: 127px;
    height: 24px;
    padding-left: 8px;
    float: left;
}

#searchbox .submit {
    width: 24px;
    height: 24px;
    background: transparent url(images/searchbutton.png) no-repeat;
    border: none;
    float: left;
}

#seperator {
    background: transparent url(images/seperator.png) no-repeat;
    width: 700px;
    height: 1px;
    margin: 20px 0 20px 0;
}

#leftcol {
    line-height: 24px;
    text-align: left;
    width: 110px;
    padding-left: 10px;
    float: left;
}

#leftcol ul {
    list-style-type: none;
}

#leftcol a {
    color: #252525;
    text-decoration: none;
}

#leftcol a:hover {
    color: #448ccb;
    text-decoration: none;
}

#leftcol a:active {
    color: #004a80;
    text-decoration: none;
}

#leftcol .selected {
    font-weight: bold;
}

#middlecol {
    line-height: 24px;
    text-align: left;
    width: 460px;
    float: left;
}

#middlecol p {
    padding-bottom: 16px;
}

#rightcol {
    line-height: 24px;
    text-align: right;
    width: 110px;
    padding-right: 10px;
    float: right;
}

#rightcol ul {
    list-style-type: none;
}

#rightcol a {
    color: #252525;
    text-decoration: none;
}

#rightcol a:hover {
    color: #448ccb;
    text-decoration: none;
}

#rightcol a:active {
    color: #004a80;
    text-decoration: none;
}

#rightcol .sideicon {
    margin-top: -4px;
    vertical-align: middle;
}

#footer {
     color: #aaaaaa;
     font-size: 12px;
     text-align: center;
     border-top: 1px solid #eeeeee;
}


#goodies {
    list-style-type: none;
}

#goodies li {
    margin-bottom: 32px;
}

#goodies img {
    width: 460px;
    height: 80px;
}

#goodies .goodie-info {
    line-height: 24px;
    width: 460px;
    height: 24px;
}

#goodies .goodie-title {
    font-weight: bold;
    float: left;
}

#goodies .goodie-download {
    float: right;
}
