/* Reset */
@import url("css/reset.css");

/* Layout */
body						{ background: url(img/bg.jpg) fixed top center; }
#wrapper					{ width: 960px; margin: 0 auto; }
#header						{ padding: 0 0 78px 0; }
#image						{ position: relative; }
#image img					{ border: 3px solid #311d0f; }
#title						{ position: absolute; top: 14px; width: 494px; height: 45px; background: url(img/title.png) 0 0; }
#title:hover				{ width: 494px; height: 45px; background: url(img/title.png) 0 -45px; }

/* Navigation */
#navwrapper					{ margin: 0 0 -1px -3px; width: 960px; height: 29px; position: relative; }
p.nav						{ float: left; padding: 0 0 0 3px; color: #51b116; font: bold 18px Helvetica, Arial, sans-serif; text-align: left; vertical-align: middle; }
p.info						{ float: right; margin: 0 -14px 0 0; }
.nav a						{ margin: 0 5px 0 0; padding: 5px; color: #000; background: #724323; text-decoration: none; }
.nav a:hover				{ color: #000; background: #3d8511; text-decoration: none; }

/* Typography */
h1							{ padding: 14px 0 0 0; float: left; font: bold 60px Helvetica, Arial, sans-serif; letter-spacing: -4px; color: #51b116; }
h1 a						{ color: #51b116; text-decoration: none; }
h1 a:hover					{ color: #3d8511; }
h2							{ padding: 27px 3px 0 0; float: right; font: italic 18px Helvetica, sans-serif; color: #51b116; }