@charset "UTF-8";
/* CSS Document */

body {
	background: #261f27 url(/images/bkgd_tile.gif) repeat-x;
	color: #261f27;
	font: 18px Arial, Helvetica, sans-serif;
}
div#contentWrap {
	margin: 120px 0px 0px 165px;
	width: 815px;
	position: relative;
}
div#masthead {
	background: url(/images/logo.gif) no-repeat;
	width: 513px;
	height: 127px;
	position: absolute;
	top: -80px;
	right: 40px;
	overflow: hidden;
	text-indent: -999px;
}
img#boyDog {
	position: absolute;
	top: -110px;
	left: -160px;
	z-index: 200;
}
div#leftSide {
	background: url(/images/border_corners.gif) no-repeat 0 0;
	width: 815px;
	height: 15px;
	float: left;
	position:relative;
	z-index: 100;
}
div#content {
	background: url(/images/border_sides.gif) repeat-y;
	width: 815px;
	margin-bottom: 40px;
	position: relative;
	float: left;
	z-index: 100;
}
div#textArea {
	margin: 40px 0px 0px 260px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
}
p {
	margin: 16px 0px;
}
ul {
	font-size: 15px;
	margin-top: 20px;
}
ul li {
	list-style: disc inside;
}
