/* CSS Layout1 */

.left { float:right; width:220px;}
.center { float:right; width:480px; margin-right:20px;}
.right { float:left; width:220px;}

