/* 
Document   : layout
Created on : Feb 24, 2009, 6:36:24 AM
Author     : openina
Description:
Purpose of the stylesheet follows.
*/
body {
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    font-family: Arial,Helvetica,sans-serif;
    text-align:center;
    behavior:url(/csshover2.htc);
}



#banner {
    margin: 0 0 8px 0; padding:0!important; border:none;
    /*border: solid thin orange;*/
    background:#cc0001; height: 50px; 
}

.wrapper {
    width: 1000px;
    padding:0;
    border:none;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;   margin-bottom: 8px;  
    text-align: left;
}
.content_banner{
    height: 43px; margin: 0!important; border:none;  
}
.rounded_left
{   color: #ccc; background-color:#000;
    width: 176px;   height: 600px;
    padding:0;  margin: 0;  border:none;
}
#footer 
{
    clear: both; float:left;
    margin-top: 8px!important;
    background: url(../images/map-bar.png) no-repeat;
    width :1000px; text-align:center; padding:9px;
    font-family:Arial,Helvetica,sans-serif; 
    font-size:11px; color:#fff; 
}

.rounded_main
{   background-color:#fff;
    padding:0;  margin: 0;  border:none;
    width:632px; height: 600px; }
.rounded_efefef
{   background-color:#efefef;
    padding:0;  margin: 0;  border:none;
    width:176px; height: 600px; }
.rounded_wide
{   background-color:#fff;
    width: 816px;   height: 600px;
    padding:0;  margin: 0;  border:none;
}
 .rounded_main hr,   .rounded_wide hr
{
    clear:both;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 1px 3px 5px 1px !important;
    padding:0!important;
    border: none;
}
.scrollable_content{height: 592px;   font-size: 12px; line-height: 15px;
        margin:0; padding: 8px 0 0 8px; border:none; border-collapse: collapse;}
 


