* {
   padding:0;
   margin:0;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 15px;
   color:#1c1c1c;
}

body {
    border: 0px;
    background: #d9d9d9;
}

#i_header {
    background-image: url('../images/header_bg_main.png');
    background-repeat: repeat-x;
    height: 307px;
}

.i_big {
    width: 100%;    
}

#i_main{
    background-image: url('../images/header_bg_center.png');
    height: 307px;
    display: block;
}

.i_main {
    width: 1050px;
    text-align: left;    
}

#i_container {
    background: #edecec;
    padding: 20px 0px 20px 0px;
    display: block;
}

#i_content{
    text-align: left;
    width: 900px;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
    overflow: auto;
}

#i_body{
    float: left;
    overflow: hidden;
    width: 100%;    
}

#i_content_body0{
    padding-left : 325px;   
}

#i_footer{
    background: #d9d9d9;
    border-top: 1px solid #FFFFFF;
    padding: 20px 0px 60px 0px;
}
.i_footer{
    text-align: left;
    width: 900px;
    background: yellow;
}

#i_footer_menu{
    text-align: center;
    background: orange;
    display: block;
}


#i_footer_menu ul {
    list-style-type: none;
    margin: auto;
    width: 300px;
    background: red;
}


#i_footer_menu li {
    float: left;
    text-transform: uppercase;
    padding: 0px 10px 0px 10px;
}

#i_footer_menu a{
    font-size: 12px;
    color: #252525;
    text-decoration: none;
}

#i_lside{
    float:left;
    width: 300px;
    position: relative;
    margin-left: -100%;
}

.regular_container{
    margin-bottom:40px;
}

.regular_header, .index_header{
    font-size: 25px;
    color: #8c742a;
    padding-bottom: 5px;
}

#col1{
    float: left;
    width: 50%;    
}

#col11{
    margin-right: 10px;
}

#col2{
    float: left;    
    width: 50%;
}

#col22{
    margin-left: 10px;    
}

#col1 p, #col2 p{
    margin-bottom: 15px;
    text-indent: 20px;
}

#doctors_body td{
    font-size: 20px;
    color: #8c742a;   
}

hr{
    color: #8c742a;
    margin: 0 10px;    
}
