/* 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; }

/* Anthony Hickson's Stylesheet for Photos */

/* LAYOUT */

p { float: left; margin: 0.5em; width: 270px; }
p img { display: block; }
img { width: 270px; height: 200px; }
h2 { clear: both; }


/* END */

