
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li {
	list-style-type: square;
	margin-left: 15px;
}
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }

/* Main layout blocks */
body { background:#003366 url(images/hobbody.jpg) top center repeat fixed }
div { position:relative }
div.header { width:100%; height:209px; background:url(images/bg_head.png); z-index:2 }
div.header div { margin:0 auto; width:800px }
div.wrapper {
	width:800px;
	height:950px;
	background:url(images/wrapper_bg.png);
	z-index:1;
	margin-top: -25px;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
}
