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