/* Layout 2 cols ///////////////////////////////////////////////////////////////*/

#main {
	background: url(../img/bg-2.gif) repeat-y center;
}

/* Left  ////////////////////////////////////////////////////////////////////////*/
#left {
	width: 270px;
	/*
	padding-right: 20px;
	*/
}

/* center ////////////////////////////////////////////////////////////////////////*/
#center{
	padding-left: 40px;
	width: 440px;
}


