﻿#wrap
{
    background-color: #996633;
    width: 100%;
    height: 1000px;
    top: 0px;
    left: 0px;
    position: absolute;
}
#screen
{
    background-color: White;
    width: 1000px;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #996633;
}
#top
{
    width: 1000px;
    height: 20px;
    top: 0;
    position: absolute;
    background-color: #996633;
}
#header
{
    width: 1000px;
    height: 95px;
    top: 20px;
    position: absolute;
    border-bottom: #996633 thick solid;
    background-color: White;
}
#title
{
    font-size: 45pt;
    color: #996633;
    font-family: Tahoma;
    text-align: center;
}
#body
{
    top: 115px;
    position: absolute;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12pt;
    color: #996633;
    font-family: Tahoma;
}
#horse
{
    padding-right: 10px;
}
#food
{
    padding-right: 10px;
}
#puppies
{
    padding-left: 10px;
}
#wolf
{
    padding-left: 10px;
}
.font
{
    font-size: 8pt;
}
.tabs
        {
            position:relative;
            top:1px;
            left:10px;
        }
        .tab
        {
            border:solid 1px #996633;
            background-color:#eeeeee;
            padding:2px 10px;
        }
        .selectedTab
        {
            background-color:white;
            border-bottom:solid 1px white;
        }
        .tabContents
        {
            border:solid 1px #996633;
            padding:10px;
            background-color:white;
        }

