/* reset */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td,
form,
label,
input,
object,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    outline: 0;
}

pre {
    overflow: auto;
}

a img {
    border:none;
}


/* typography */
body {
    color: #999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

h1, h2, h3 {
    font-size: 2em;
    line-height: 1em;
}

a { color: #f00; text-decoration: none; }
a:link { color: #f00; text-decoration: none; }
a:visited { color: #f00; text-decoration: line-through; }
a:hover { color: #666; font-weight: bold; text-decoration: none; }
a:active { color: #666; text-decoration: none; }

#is {
    font-size: 4em;
    margin-bottom: 0;
    line-height: 1em;
    padding-top: 1em;
}

ul {
    margin: 1em 0 1em 1.5em;
}

ul li {
    margin-bottom: 1em;
}

li ul {
    margin: 0 0 0 1.5em;
}

li ul li {
    margin-bottom: 0;
}

dt {
    font-size: 2em;
}

dd {
}


/* template */
body {
    background: #fff;
    text-align: center;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 744px;
    padding: 24px;
}

#logo {
    text-indent: -999em;
    background: url(/images/logo-shortsix.gif) top right no-repeat;
    width: 360px;
    height: 160px;
    float: left;
}

#content {
    float: left;
    padding-left: 24px;
    width: 360px;
}
