﻿body, html
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    background-image: url('images/layout/background_layer_0.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-color: #093a5e;
    z-index: 99;
}
#centerit
{
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
}
#wrapper 
{
    width: 800px;
    margin: 0 auto;
    background-image: url('images/layout/body_transparent.png');
    background-repeat: repeat-y;
    background-position: center top;
    position: relative;
    z-index: 99;
    /*border: solid 1px #3c6cb3*/
}
.spacer 
{
    width: 100%;
    height: 30px;
    z-index: 99;
}
#logo 
{
    width: 100%;
    height: 92px;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
}
#menu 
{
    width: 800px;
    height: 100px;
    z-index: 99;
}
#menutable
{
    width: 800px;
    height: 100px;
    background-image: url('images/layout/mavbackmenu.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 99;
}
#leftcowboy 
{
    float: left;
    width: 500px;
    height: 315px;
    background-image: url('images/layout/barrel.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 1;
}
#rightcowboy
{
    float: right;
    width: 300px;
    height: 413px;
    z-index: 1;
}
#holdcowboys 
{
    width: 100%;
    height: 315px;
    position: fixed;
    z-index: 1;
    bottom: 0px
}
.menuitem 
{
    width: 20%;
    border-left: solid 1px #9b6e09;
    border-right: solid 1px #9b6e09
}
.menuleft
{
    width: 20%;
    border-right: solid 1px #9b6e09
}
.menuright
{
    width: 20%;
    border-left: solid 1px #9b6e09
}
#content 
{
    text-align: left;
    padding: 10px 10px 10px 10px;
}
#footer 
{
    width: 100%;
    height: 25px;
    padding-top: 5px;
    vertical-align: middle;
    text-align: center;
    background-color: #4a3913
}
hr 
{
    background-color: #000000;
    color: #000000;
    width: 98%;
    height: 1px
}
#padit 
{
    padding: 20px 20px 20px 20px;
    width: 100%; 
    height: 100%;
    text-align: left
}