* {	margin: 0;     padding: 0;}


body
{
    background-color: #616466;  /*Darker Mid gray with a bit blue*/
}


#container
{
	min-width: 600px;   /*So you can't SHRINK the whole page beyond 600px*/
	max-width: 980px;   /*So you can't EXTEND the whole page beyond 980px*/
	
    
	
	margin:0 auto;  /*So that the whole page is centered*/
    
    position: relative; /*So that some childs can be positioned absolute*/
    
	text-align: left;
    
    background-color: #e5e5e1; /*Light gray with a tiny bit yellow*/
}

/*
#c3
{
    z-index: 50;
    position: absolute;
    left: 150px;
    
    width: 20px;
    height: 100%;
    
    background-image: url("../images/Shadow_left.png");
	background-repeat: repeat-y;
}

#c4
{
    z-index: 50;
    position: absolute;
    right: 150px;
    
    width: 20px;
    height: 100%;
    
    background-image: url("../images/Shadow_right.png");
	background-repeat: repeat-y;
}
*/

#c1
{
    z-index: 1;
    position: absolute;
    left: 0px;
    
    width: 170px;
    height: 100%;
    
    
    background-color: #616466;
}

#c2
{
    z-index: 1;
    position: absolute;
    right: 0px;
    
    
    width: 170px;
    height: 100%;
    
    background-color: #616466;
}
