﻿
#container 
{
    border: none 1px yellow;
    margin:0;
    padding:0;
}

#sizer 
{
    border: none 1px orange;
    width: 990px;
    margin:0 auto;
    padding:0;
}

#header  
{
    position: relative;
    background: #fff;
    height: 100px;
    margin: 0;
}

#HeaderContent  
{
    padding: 10px 10px 5px 10px;
}

#Login  
{
    float:left;
    padding: 0 10px 5px 10px;
}

#Logo  
{
    position: absolute;
    bottom: 0;
    right: 10px;
}

#MainMenu  
{
}

#MainBanner  
{
    height: 176px;
    background: url(Images/banner.png) no-repeat;
}

#body  
{
    border: 1px none black;
    background: url(Images/three_column_background.png) repeat-y;
    width: 990px;
}

#lefCol  
{
    border: 1px none black;
    float: left;   
    width: 210px;
    padding: 10px;
}

#midCol  
{
    border: 1px none black;
    float: left;   
    width: 510px;
    padding: 10px;
}

#rigCol  
{
    border: 1px none black;
    float: left;   
    width: 210px;
    padding: 10px;
}

#singleCol  
{
    background: #fff;
    width: 970px;
    padding: 10px;
}

#clearer  
{
    clear:both;  
}

#footer  
{
    min-height: 80px;
    background: #CCE0EB;
    padding: 10px;
}

.cornerBox { position: relative; background: #cfcfcf; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('forex-trading-images/corners.gif') no-repeat; font-size: 0%; }

.cornerBoxSimple { position: relative; background: #fff; width: 100%; border: solid 1px #ccc; margin: 5px 0;}
.cornerSimple { position: absolute; width: 10px; height: 10px; background: url('forex-trading-images/cornersSimple.gif') no-repeat; font-size: 0%; }

.cornerBoxInner { padding: 10px; }

.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

.TLs { top: -1px; left: -1px; background-position: 0 0; }
.TRs { top: -1px; right: -1px; background-position: -10px 0; }
.BLs { bottom: -1px; left: -1px; background-position: 0 -10px; }
.BRs { bottom: -1px; right: -1px; background-position: -10px -10px; }

