﻿.totalbody
{  width:1300px;
  font-family:Calibri;
  margin: 0px auto 0px auto;
    }
.header
{
    height: 120px;
    width: auto; /* background: #d4412d;     background: -moz-linear-gradient(top, #d4412d, #faa69b);     background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4412d), to(#faa69b));     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4412d', endColorstr='#faa69b'); /* for IE */
    background: #ffffff;
    background: -moz-linear-gradient(top, #bae4f8, #70c4eb);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bae4f8), to(#70c4eb));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76d4fb', endColorstr='#70c4eb'); /* for IE */
   
   
      width:1300px;
}
.logo
{
    float: left;
    padding: 10px;
    padding-left: 20px;
    height: 100px;
    width: auto;
    display: inline-block;
}
.title
{
    font-family:Calibri;
    float: left;
    display: inline-block;
    font-size: 30px;
    width: auto;
    vertical-align: text-bottom;
    color: #013f59;
    margin-top: 45px;
    margin-left: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #f9e3e1;
}
.strip
{
    background: #013f59;
    background: -moz-linear-gradient(top, #06a4e6, #013f59);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#06a4e6), to(#013f59));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06a4e6', endColorstr='#013f59'); /* for IE */
    border: 1px solid #013f59;
    color: #fff;
    height: 25px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    text-align: right;
    padding-right: 20px;
    padding-top: 5px;
    margin: 0px 0px 0px -10px;
      width:1300px;  
}

.mainbody
{
    border: 1px solid #013f59;
    height: auto;
    display:inline-block;
    position:relative;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    min-height: 400px;
    width:1300px;
   padding:0px;
    clear:both;
}

.leftmenu
{
    width: 200px;
    padding: 10px;
    height: auto;
    float: left;
    display: inline-block;
}
.middlebody
{
    
    border-left: 1px solid #013f59;
    float: left;
    display: inline-block;
    padding: 10px;
    height:380px;
    height:auto;
    position:relative;
    width:1040px;
   overflow:auto;
}
.footer
{
    Height:100px;
     background: #777777;
    background: -moz-linear-gradient(top, #777777, #dddddd);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777777), to(#dddddd));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#dddddd'); /* for IE */
  margin: 0px 10px 0px 10px;
  width:auto;
    }