/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family:"Handwriting - Dakota", "Bradley Hand ITC TT", cursive;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	padding: 1em;
	line-height: 1;
	color: black;
	background-image:url('desk1.jpg');
	background-attachment:  fixed;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.nav li{
	display:inline;
}

h1, h3, .center, .top ul {
	text-align: center;
}

.text p, .text li, td, a {
	font-family: serif;
}

td {
	border: 1px solid black;
}

.text p, td {
	line-height: 1.25;
}

.forward {
	font-style:italic;
}

.text p {
	font-size: 112.5%;
	padding-top:1em;
}

h1 {
	font-weight:bold;
	font-size:250%;
	padding-top:.5em;
}

h3 {
	font-size:150%;
}

.pad {
	width:600px;
	margin:auto;
	background-image:url('pad2.jpg');
	margin-top: 1em;
   	-moz-box-shadow: black 10px 5px 5px;
	-webkit-box-shadow: black 3px 3px 3px;
}

.text {
	padding-left:100px;
	padding-top:1.5em;
	padding-right:2em;
	padding-bottom:2em;
}

th {
	padding-bottom:1em;
}
.left-image {
	float:left;
	position: absolute;
	z-index:-1;
}

.right-image {
	z-index:-1;
}

.text-image {
	padding-top:1em;
	padding-left:1em;
	margin-right:-.5em;
	}

.text-image, .right-image {
	float:right;
}
