/***********************************

*    @Created on : 2009-november (c)
*    @Author     : Ahmad
*    @Description: Bohus
*        ******2Cols template***********

***************************************/
@import 'base.css';
#pageContent{
	background: url(../images/leftcol.jpg);
	background-repeat: repeat-y;
	}

#leftContent{
	width: 220px;
        overflow: hidden;
}
#rightContent {
	width: 670px;
	padding: 0 35px;
	*width: 740px;
}
/*special for screen only*/
@media screen{
	#leftContent {
		float: left;
	}
	#rightContent {
		float: left;
        }
}
/*special for PRINT only*/
@media print {
	#pageContent{
		background: none;
		background: #FFF;
	}
        #leftContent {display:none;}
}
