



/* Basic two-column layout definitions */
/* Author: A. Koch - Copyright 2005 21Publish Inc. */

body { text-align: center; }

div#container { width: 800px; margin: 0 auto 0 auto; }

div#header { width: 800px; }

div#content { width: 540px; overflow: hidden; float: left; }

div#sidebar2 { width: 230px; overflow: hidden; float: left; }

div#footer { width: 800px; margin: 0 auto 0 auto; text-align: center; }

.clr { clear: both; }


