/* Copyright 2007 Refunk <http://www.refunk.com/> All rights reserved. */

/* Layout */
body 						{ margin:0; padding:0; background:#fff url(../img/bg.jpg) repeat fixed 0 0; text-align:center; }
#container					{ margin:0 auto; padding:20px 0; width:970px; text-align:left; }
#container-header			{ height:80px; background:transparent url(../img/frame-top.gif) no-repeat 0 0; }
#container-body				{ background:transparent url(../img/frame-body.gif) repeat-y 0 0; }
#container-body-container	{ padding:20px 73px; background:transparent url(../img/crack.gif) no-repeat 73px 0; }
#container-footer			{ height:70px; padding-bottom:10px; background:transparent url(../img/frame-bottom.gif) no-repeat 0 0; }
#main 						{ margin:0 0 0 40px; width:750px; min-height:400px; }
#brand, .handout			{ display:none; }

/* Styles */
body						{ color:#000; font:25px/1.8 "Lucida Grande", Verdana, sans-serif; }
h1, h2						{ color:#666; line-height:1.2em; margin-top:24px; }
a							{ color:#369; text-decoration:none; }
a:hover 					{ color:#900; text-decoration:underline; }
code						{ font-family:Courier, "Courier New", Monaco, monospace; }
