/* layout */
.header { position: fixed; top: 0; left: 0; right: 0; bottom: auto; height: 2em; margin: 0; }
.navigation { position: fixed; top: 2em; left: 0; right: auto; bottom: 2em; width: 25%; margin: 0; }
.content { position: fixed; top: 2em; left: 25%; right: 25%; bottom: 2em; margin: 0; border: none; padding: 0; }
.related { position: fixed; top: 2em; left: auto; right: 0; bottom: 2em; width: 25%; margin: 0; }
.footer { position: fixed; top: auto; left: 0; right: 0; bottom: 0; height: 2em; margin: 0; }

/* scroll bars */
.main > * { overflow: auto; }

/* decoration */
.footer { border-top-style: solid; }
.header { border-bottom-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 */





