/* literature.css - literature page CSS */

@import url(/css/base.css);
@import url(/css/text.css);

#main { background: url(/images/base/main-repeat-alt.gif) repeat-y; }
#center-col { width: 520px; }

#center-col img { margin: 16px; }
#center-col p img { margin: 0 16px; }

.functions {
 	background: url(/images/shared/horiz-lines.gif) repeat-x left bottom;
	padding: 4px 0 12px 0;
}
#center-col .functions img { border: 0; margin: 0; }
.functions p a img { text-decoration: none; }
.functions p { margin: 0; }

.friend label { float: left; display: block; margin: 9px 10px 8px 0; text-align: right; width: 100px; }
.friend .input { margin: 7px 0; width: 200px; }
.friend .submit { margin-left: 110px; }

.odd td { background: #eee; }