﻿/* 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 {
	border-width: 0px;
	margin: 0;
	padding-top: 0px;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0px;
}
table { 
	border-collapse:collapse;
	border-spacing:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	color: #FFFFFF;
}

address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
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:#302718 url(../images/body.jpg) top center no-repeat fixed;
}

div { position:relative }

div.header {
	width:100%;
	height:280px;
	background:url(../images/repeater.png);
	z-index:2
}

div.header div { margin:0 auto; width:620px }

div.wrapper { margin:-100px auto; width:780px; height:800px; background:url(../images/wrapper.png); z-index:1 }

#paraone {
	margin-top: 70px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
}

.picturemargin {
	margin: 10px 5px 10px 15px;
}
.picturemarginroom1 {
	margin: 10px 5px 5px 79px;
}
.picturemarginroom4 {
	margin: 5px 20px 5px 32px;
}

.fltright {
	float: right;
}

.fltleft {
	float: left;
}
.marginright {
	margin-right: 5px;
}

