/**********************************
suntrackstyle.css
**********************************/

body {
    position: relative;
    margin: 0 auto 0 auto;
    background-color: #9ACEFF;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

#wrapper {
    width: 800px;
    margin: 0 auto 0 auto;
    padding: 0;
}

#header {
    float: left;
    width: 800px;
    height: 155px;
    color: green;
    text-align: center;
    background-color: #2E37E5;
    box-shadow: 10px 10px 5px #888888;
}

#logo {
    float: left;
    padding: 30px 10px 10px 50px;
}

#john {
    float: right;
    margin: 10px 20px 10px 10px;
}

#leftcol {
    float: left;
    width: 350px;
    height: 4050px;
    padding: 10px 10px 20px 30px;
    margin: 0;
    background-color: #ccccff;
}

#rightcol {
    float: right;
    width: 350px;
    height: 4070px;
    padding: 10px 30px 0px 30px;
    margin: 0;
    background-color: #ddddff;
    box-shadow: 10px 10px 5px #888888;
}

#footer {
    float: left;
    width: 800px;
    height: 10px;
    margin-bottom: 100px;
    background-color: #ddddff;
    box-shadow: 10px 10px 5px #888888;
}

h1 {
    font-size: 4.0em;
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 0.8em;
    color: #FFFF00;
    padding-left: 20px;
    padding-right: 10px;
    text-align: center;
}

h3 {
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
    color: blue;
    padding-top: 20px;
}

h4 {
    font-size: 0.7em;
    font-weight: normal;
}

h5 {
    font-size: 0.6em;
    color: #CCC;
    font-weight: normal;
}

h6 {
    font-size: 0.6em;
    text-align: center;
}

#pic {
    text-align: center;
    padding: 0;
    border: 0;
    box-shadow: 10px 10px 5px #888888;
}

li {
    font-size: .8em;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}

a {
    font-weight: normal;
    color: black;
    text-decoration: none;
}

a:link {
    color: blue;
}

a:visited {
    color: blue;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

a:active {
    color: black;
}

ol {
    font-size: .8em;
    text-align: left;
    padding: 10px;
}

ul {
    font-size: .8em;
    text-align: left;
    padding: 10px;
}

li {
    text-align: left;
}

p {
    text-align: left;
    font-size: 0.9em;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.heightforbook {
    height: 320px;
}

.caption {
    font-size: 0.8em;
    padding-left: 0;
    padding-right: 50px;
    padding-bottom: 25px;
}