﻿body 
{
    margin-top: 0px;
    background-color: #EAE2E0;
}
.topcontainer
{
    margin-top: 0px;
    height: 254px;
    width: 756px;
    background-color: White;
}
.header
{
    margin-top: 0px;
    margin-left: 131px;
    position: absolute;
    height: 120px;
    width: 625px;
    background-image: url(/images/header.jpg);
    font-family: Tahoma;
    font-size: 10pt;
    color: Black;
    text-align: right;
}
.handstop
{
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    background-image: url(/images/handstop.jpg);
    z-index: 5;
}
.animals
{
    margin-top:125px;
    margin-left: 0px;
    position: absolute;
    height: 129px;
    width: 756px;
    background-image: url(/images/animals.jpg);
    z-index: 2;
}
.tag
{
    margin-top: 218px;
    margin-left: 200px;
    font-family: Tahoma;
    font-size: 26pt;
    color: White;
    font-weight: bold;
    position: absolute;
    z-index: 5;
}
    
.bottomcontainer
{
    margin-top: 0px;
    background-color: White;
    background-image: url(/images/handsbottom.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 760px;
}
.navbar
{
    margin-top: 0px;
    margin-left: 0px;
    width: 760px;
    height: 40px;
    background-image: url(/images/navbar.jpg);
    background-repeat: no-repeat;
    position: absolute;
}
a.nav
{
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
a.nav:hover
{
    text-decoration: underline;
}
.content
{
    margin-top: 50px;
    margin-left: 20px;
    position: absolute;
    width: 575px;
    background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 25px;
    font-family: Tahoma;
    font-size: 10pt;
    color: Black;
}
    
.footer
{
	font-family: Tahoma;
font-size:10pt;
    margin-top: 0px;
    height: 26px;
    width: 760px;
    background-image: url(/images/footer.jpg);
    background-repeat: repeat-x;
}

.rightside
{
    margin-top: 40px;
    margin-left: 623px;
    width: 128px;
    padding: 2px;
    position: absolute;
    font-family: Tahoma;
    font-size: 7pt;
    color: Black;
    
}