body {
    font-family: "Georgia", serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #111;
    line-height: 150%;
}

.container_12 {
    background-color: #fff;
    font-size: 87.5%;
    line-height: 171.42%;
    border-left: 4px solid #777;
    border-right: 4px solid #777;
}

a {
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

a:active {
    color: inherit;
}

a:hover {
    color: #f00;
}

h2, h3, h4, h5, h6 {
    background-image: url(/images/bullet.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

h2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 150%;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 110%;
}

p {
    margin-bottom: 0.5em;
}

ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

ul li {
    list-style-image: url(/images/bullet.png);
    margin-left: 3em;
}

#sitetitlecontainer {
}

#sitetitlecontainer h1 {
    height: 250px;
    background-image: url('/images/header.png');
}

#sitetitlecontainer h1 span {
    display: none;
}

#sitetitlecontainer em {
    text-align: center;
    display: block;
}

#appicon {
    margin-top: 2em;
}

#purchaselink {
    display: block;
    width: 100%;
    text-align: center;
    height: 5em;
    font-size: 150%;
}

#menu {
    margin-top: 2em;
}

#menu ul li {
    list-style-image:none;
    height: 2em;
}

#menu ul li.current {
    -webkit-box-shadow: 0px 5px 5px #888;
}

#footer {
    display: block;
    background-color: #ddd;
    bottom: 0em;
    margin-top: 2em;
    padding: 5px;
}

hr {
    color: #ccc;
    background-color: #ccc;
    border: 1px solid #ccc;
    height: 0px;
    width: 100%;
}