﻿

div#blog_wrapper
{
    position:relative;    
}

div#blog_leftside
{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 225px;        
    Background-color:#DEDACE;    
}

div#blog_center
{   
    margin-left:230px;
    padding-left:10px;
    min-height:500px;
}

/*header for blog*/
div.header
{    
    padding: 10px;    
    background-color: #F7F6F3;
    margin-right:10px;
}

div.comments
{    
    padding: 5px;
    margin-top: 7px;
    background-color: #CCCCFF;
}

.image
{
    margin-top: 5px;
    margin-left: 35px;
}

div#leftside_controls
{
        
}
