﻿/* Web SIte Layout in Master Page  */
.skinwrapper
{
    width: 95%;
    min-width: 800px;
    margin: 0px auto;
    margin-top: 5px;
    background: url(../../images/Shoot-Main-bg.jpg) repeat 50% 0;
    border-left: solid 1px #814300;
    border-right: solid 1px #814300;
}
.webheader
{
    width: 100%;
    color: #ffffff;
    vertical-align:top;
    margin: 0px;
}
.webheaderbanner
{
    float:left;
}
.webheaderlink
{
    float:right;
    vertical-align:middle;
}
.webnavigation
{
    background-position: 50% 0;
    clear: both;
    float: left;
    width: 100%;
    background: #814300 repeat-x 50% 0;
    color: #ffffff;
}
.webnavigationmenu
{
    float: left;
    background-color: #814300;
    vertical-align: middle;
    margin-left: 10px;
}
.webnavigationloggedin
{ 
   float:right;
   background-color: #814300;
}
.skincontentwrapper
{
    clear: both;
    color: #814300; /*#5F6062*/
}
.columnwrapper
{
    float:left;
    width:100%;
}
.columncenter
{
    margin: 0 208px 0 208px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    padding: 3px 10px 0px 10px;
    font-size: 0.9em;
    min-height: 600px;
    border-right: solid 1px #814300;
    border-left: solid 1px #814300;
    border-collapse: collapse;
    height: 100%;
}
.columnleft
{
    float: left;
    width: 200px;
    margin-left: -100%;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.8em;
    border-collapse: collapse;
    min-height: 600px;
}
.columnright
{
    float: left;
    width: 200px;
    margin-left: -208px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.8em;
    border-collapse: collapse;
    min-height: 600px;
}
.webfooter
{
    clear: both;
    width: 100%;
    background-image: url(../../images/Shoot-Main-bg.jpg);
    color: #814300;
    border-bottom: solid 1px #814300;
}
.webfooterbg
{
    background-image: url(../../images/Shoot-Footer-bg.jpg);
    background-repeat:repeat-x;
    height: 47px;
}
.webfootertext
{
    color: #814300;
}