/*
Artisan Websoltions 
*/
body
{
    margin:0;
    padding:0;
    
}
/*Content Layout*/
#global_wrapper
{
    width:900px;
    height:auto;
    margin:0 auto;
}
#wrapper
{
    width:900px;
    height:auto;
    float:left;
    padding:2px;
    border:1px solid #b4b4b4;
}
#header
{
    width:900px;
    height:150px;/*optional auto or fix size*/
    float:left;
    
}
    /*--Header Layout*/
    .logo
    {
        width:400px;
        height:100%;
        float:left;
    }
    .logo img
    {
        margin:10px 0 0 20px;
    }
    .h_right
    {
        width:400px;
        height:100%;
        float:right;
    }
    .date
    {
        width:360px;
        height:35px;
        float:right;
        background:#000;    
    }
    .datecorner
    {
        width:11px;
        height:36px;
        float:left;
        background:url(images/date_corner.gif);
        margin-left:29px;   
    }
    /*--Header Layout End*/
#nav
{
    width:900px;
    height:30px;
    margin:3px 0;
    float:left;
}
    /*Nav Indacator*/
    .nav_indicator
    {
        width:600px;
        height:auto;
        float:left;
        margin:10px 0;
        padding-left:12px;
    }
    /*Nav Indacator End*/
    
#contents
{
    width:900px;
    height:auto;
    float:left;
    padding:5px 0 5px 0;
}
    /*--Contents Renders*/ 
    .main_content
    {
        width:377px;
        height:auto;
        float:left;
        margin:0 5px;  
    }
    .mc_header
    {
        width:290px;
        height:20px;
        float:left;
    }
    .mc_inner
    {
        width:350px;
        height:auto;
        float:left;
        padding:10px 10px 20px 10px;
    }    
    .side_bar
    {
        width:270px;
        height:auto;
        float:left;
    }
    .sbar_upper
    {
        width:270px;
        height:10px;
        float:left;
    }
    .sbar_mid
    {
        width:270px;
        height:445px;
        float:left;
    } 
    .sbar_lower
    {
        width:270px;
        height:8px;
        float:left;
    }
    .sbartheader
    {
        width:100%;
        height:74px;
        float:left;
        margin-top:-4px
    }
    /*Side Bar Right*/
    .sidebar_right
    {
        width:239px;
        height:auto;
        float:left;;
    }
    .sbar_upper_l
    {
        width:239px;
        height:12px;
        float:left;
    } 
    .sbar_mid_l
    {
        width:209px;
        padding:0 15px;
        height:437px;
        float:left;
        text-align:center;
    } 
    .sbar_lower_l
    {
        width:239px;
        height:12px;
        float:left;
    }    
    /*Side Bar Right End*/
    
    /*Main Navigation*/
    .main_nav_wrap
    {
        width:100%;
        height:300px;
        float:left;
    }
    ul.main_nav
    {
        margin:40px 0 0 135px;
        padding:0;
        list-style-type: none;
    }
    ul.main_nav li
    {
        height:auto;
        padding:3px 5px;     
    }
    ul.main_nav li a
    {
        font-size:11px;
        font-weight:100;
        color:#111;
        text-decoration:none;
        background:url(images/bullet.gif) no-repeat top left;
        padding:0 8px;
        display:block; 
    }
    ul.main_nav li a:hover
    {
        color:#fff;
    }
    .smallflag
    {
        width:81px;
        height:20px;
        float:left;
        background:url(images/smallflag.gif) no-repeat;
    }
    /*Main Navigation End*/
          
    /*--Contents Renders End*/
#footer
{
    width:900px;
    height:auto;
    float:left;
    padding:8px 0;
}
/*Content Layout Ends HEre*/