
/* layout */
.main > * { float: left; }
.footer { clear: both; }

/* sizing */
.menu { width: 25%; }
.content { width: 50%; }

/* decoration */
.header { border-bottom-style: solid; }
.footer { border-top-style: solid; }

