/* cyluser/init.css */

/* columns */

#columns{
    
}

/* left */

#columns #left{
    width: 270px;
	float: left;
	padding-right: 10px;
}

#columns #left #header {
	background-repeat: no-repeat;
	height: 24px;
	padding-bottom: 5px;
}

/* right */

#columns #right{
    width: 600px;
	float: left;
}

