html, body 
{
    height:100%; 
    width:100%;
}

body, body *
{
    font-family: Georgia;
    font-size: 14px;
}
    
    
body
{
    background: #112411 url('/images/bg_small.gif');
    text-align: center;           
}

a
{
    color: #1A5B19;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

#mainTable
{
    width: 1000px;
    height: 1114px;
    background: url('/images/bottom_big.png') no-repeat bottom left; 
}

#topCell, #bottomCell
{
    width: 100%;
    height: 46px;
}

#topCell
{
    /* background: url('/images/top.png') no-repeat left top; */
}

#bottomCell
{
    position: relative;
  /*  background: url('/images/ground.png') no-repeat left bottom;   */
}


#mainCell, #contentTable
{
    width: 100%;
    height: auto;
  /*  background: white;   */
    border-collapse: collapse;
}
                        
#mainCell
{
    padding-left: 50px;
    padding-right: 50px;
}
                        
#contentHeader
{
    width: 100%;
    height: 215px;
    background: url('/images/logo.png') left top no-repeat;
    text-align: right;
}

#contentLeft
{
   width: 200px;
}

#contentRight
{
    width: 600px;
    height: 900px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 20px;
}

#contentRight *
{
    font-size: 16px;
}

#contentRight h1
{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}

#contentRight h2
{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
}
    

#contentFooter
{
   width: 100%;
   height: 60px; 
   vertical-align: bottom;
}

#contentFooter table
{
    width: 100%;
    height: 100%;
}

#contentFooter table #contentFooterInnerTd1
{
    width: 50%;
    text-align: left;
    vertical-align: top;
}

#contentFooter table #contentFooterInnerTd2
{
    width: 50%;
    text-align: right;
    vertical-align: bottom;
}

#contentHeader i
{
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

#contentHeader img
{
    margin-top: 14px;
    margin-bottom: 10px;
}

#contentHeader a
{
    font-size: 16px;
    font-style: italic;
}

#contentHeader div
{
    margin-top: 10px;
    font-size: 16px;
}

#contentHeader table 
{
    width: 686px;
    margin-top: 55px;  
    text-align: right;
}                       
                                               
#contentHeader table td
{                
    width: 25%;
    text-align: center;
}

#contentHeader table td a
{
    font-size: 20px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

#contentHeader table td a:hover
{
    text-decoration: underline;
}

#contentLeft h2
{
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
}

#contentLeft table td
{
    padding-left: 17px;
    height: 23px;
}

#contentLeft table td a
{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-style: italic;
}

#contentLeft table td a:hover
{
    text-decoration: underline;
}

#logo1
{
    position:relative;
}

#logo2
{
    position:absolute;
    left:0px;
    top:-30px;
}

#logo3
{
    width:200px;
    height:220px;
    cursor:pointer;
    z-index:1;
}

#orderTable
{
    width: 500px;
}

#orderTable td
{
    line-height: 40px;
}


#orderTable input, #orderTable textarea
{
    width: 300px;
}

#orderTable textarea
{
    height: 150px;
}

#scroll
{
    position:absolute;
    left:78px;
    top:15px;
    width:496px;
    height:374px;
}
