body,div,span,td,p,h1,h2,h3,h4 { font-family:Helvetica,Arial,sans-serif; font-weight:normal; color:#c2b8af; }

/* colors
#c2b8af sand
#456190 schematic blue
*/

a:link,a:visited { color:#c2b8af; text-decoration:none; }
a:hover,a:active { color:#c2b8af; text-decoration:underline; }

body { margin:0 auto; background-color:#c2b8af; }

.schematic_outer { position:relative; margin:20px auto; width:720px; height:405px; padding:10px; background-color:#456190; }
.schematic_inner { position:relative; width:690px; height:375px; padding:10px; border:solid 5px #c2b8af; }
.schematic_left { position:absolute; width:10px; height:425px; top:0px; left:0px; background:transparent url('/images/schematic_left.png') top left no-repeat; }
.schematic_right { position:absolute; width:20px; height:425px; top:0px; right:0px; background:transparent url('/images/schematic_right.png') top left no-repeat; }

.chalkboard { margin:20px auto; width:720px; }
.chalkboard .top { width:720px; height:15px; background:#80473a url('/images/chalkboard/frame-h.jpg') top left no-repeat; }
.chalkboard .bottom { width:720px; height:15px; background:#80473a url('/images/chalkboard/frame-h.jpg') top left no-repeat; }
.chalkboard .left { width:15px; min-height:375px; height:100%; background:#80473a url('/images/chalkboard/frame-v.jpg') top left repeat-y; }
.chalkboard .right { width:15px; min-height:375px; height:100%; background:#80473a url('/images/chalkboard/frame-v.jpg') top left repeat-y; }
.chalkboard .mid { padding:10px; width:670px; min-height:375px; background:#375646 url('/images/chalkboard/bg.jpg') top left repeat-y; }
.chalkboard .mid p { color:#c2c3c4; }

.chalkboard .mid.rss_feed { max-width:670px; }

#link_back { position:absolute; left:10px; bottom:10px; font-size:12px; }