html, body {
    text-align: center;
    background-color: white;
    font-size: 0.9em;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana,Geneva,sans-serif;
    color: #333333;
}

div#widthControl {
    margin: 10px auto;
    padding: 2px;
    width: 950px;
    border: 1px solid #56c;
}

div#head {
    /* border: 1px solid red; */
    height: 100px;
    background: url(images/gotgoat_head_bg.png) transparent no-repeat scroll left top;
    position: relative;
}

div#head h1 {
    margin: 0;
    padding: 0;
}

a#logoLink {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    height: 70px;
    width: 285px;
    text-indent: -9999px;
    text-decoration: none;
}

div#searchBox {
    position: absolute;
    right: 6px;
    bottom: 10px;
}

div#bodyPadding {
    /* border: 1px solid blue; */
    margin: 4px;
    background-color: white;
    /* border-left: 1px solid #eee; */
    /* border-bottom: 1px solid #ccc; */
}

div#sidebar {
    /* border: 1px solid green; */
    /* border-top: 1px solid #eee; */
    text-align: left;
    float: left;
    width: 160px;
    padding: 4px 6px;
}

div#sidebar ul {
    margin: 0 0 60px 0;
    padding: 0;
    float: left;
    width: 175px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    font-size: 1.25em;
}

div#sidebar ul li {
    line-height: 1.5em;
}

div#content {
    /* border: 1px solid red; */
    border-left: 1px solid #eee;
    /* border-top: 1px solid #eee; */
    border-right: 1px solid #eee;
    float: left;
    width: 750px;
    background-color: white;
    padding: 4px 8px;
    min-height: 400px;
    text-align: left;
}

div#foot {
    text-align: center;
    background: url(images/gotgoat_foot_bg.png) transparent repeat-x scroll left top;
    clear: both;
    position: relative;
}

div#footNav {
    position: absolute;
    top: 12px;
    left: 375px;
    width: 200px;
}

div#foot ul {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

div#foot ul li {
    float: left;
    width: 60px;
}

div#foot p.small {
    text-align: center;
    font-size: smaller;
}

h1, h2, h3, h4, h5, h6, p {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #375a74;
}

a:link {
    /* text-decoration: none; */
    color: #375a74;
}

a:visited {
    /* text-decoration: none; */
    color: #375a74;
}

a:hover {
    /* text-decoration: underline; */
    color: #375a74;
}

a:active {
    text-decoration: none;
    color: #375a74;
}


div.clear, div.noSize {
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

