﻿html, body, div, span, a
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: #fbf9f9;
}

div, span, a
{
    background-repeat: no-repeat;
}

#header
{
    width: 100%;
    background-color: #a06227;
    height: 100px;
}

#header img
{
    background-color:#FFFFFF;
    height:60px;
    margin:10px 0;
    padding:10px;
}

.main
{
    width: 900px;
    height: 700px;
    background-color: #ffffff;
    position: relative;
    z-index: 0;
    border: solid 1px #a06227;
    border-top: 0;
}

#email
{
    color:#FFFFFF;
}

.wall
{
    background-image: url(/images/wall.gif);
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 900px;
    height: 568px;
}

.defaultLogo
{
    position:absolute;
    width:120px;
    right:118px;
    top:7px;
}

.jimJoseph
{
    background-image: url(/images/Jim-Joseph.gif);
    height: 49px;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 140px;
}

.topLinks
{
    left:789px;
    position:absolute;
    top:75px;
    display:none;
}

.topLinks a
{
    color: #000;
    font-family: Sans-Serif;
    font-size: 10px;
    text-decoration: none;
}

.people
{
    position:absolute;
    left:0px;
    top:30px;
    width:273px;
    height:260px;
    z-index:-1;
}
.defaultTitle
{
    background-image: url(/images/defaultTitle.gif);
    position: absolute;
    left: 215px;
    top: 49px;
    width: 374px;
    height: 55px;
}

.schoolLinks
{
    position: absolute;
    right: 33px;
    bottom: 67px;
    z-index: 1;
    text-align: center;
}

.schoolLinks a
{
    text-decoration: none;
    color: #000;
    font-family: Sans-Serif;
    font-size: 12px;
}

.footer
{
    bottom: 28px;
    font-family: sans-serif;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 900px;
    color: #fbf9f9;
}

.footer a
{
    color: #FFFFFF;
    /*text-decoration: none;*/
}

#homeLink
{
    color:#000000;
    font-family:arial;
    font-size:15px;
    left:809px;
    position:absolute;
    top:160px;
}

.floatLeft
{
    float:right;
}

h3
{
    margin-top:0;
    margin-bottom:5px;
}

h4
{
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
}

img
{
    border:0;
}