/* CSS Document
Pam Tillis
History CSS
© 2007 Pam Tillis
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

/* Universal */

body {
	color: #000;
	background: url(../images/tillisback.jpg) top center repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	padding: 0;
	margin: 0;
	}
	
	
/* Global Layout Elements */
	
div#wrapperdiv {
	width: 838px;
	margin: auto;
	}
	
div#topdiv {
	width: 838px;
	height: 31px;
	margin: 14px 0 0 0;
	}
	
div#leftnavdiv {
	width: 148px;
	height: 443px;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 123px;
	visibility: visible;
	}
	
div#controldiv {
	width: 56px;
	height: 22px;
	position: absolute;
	z-index: 10;
	top: 499px;
	left: 452px;
	}
	
div#dsvTrack {
	position:absolute;
	left:0;
	top:0;
	z-index:50;
	width: 1px;
	height: 1px;
	visibility: hidden;
	}
	
div#dsvDrag {
	position:absolute;
	left:0;
	top:0;
	z-index:52;
	width: 1px;
	height: 1px;
	visibility: hidden;
	}
	
div#seediv {
	position: absolute;
	width: 206px;
	height: 36px;
	left: 148px;
	top: 267px;
	z-index: 120;
	visibility: visible;
	}
	
div#knowdiv {
	position: absolute;
	width: 198px;
	height: 36px;
	left: 148px;
	top: 303px;
	z-index: 120;
	visibility: visible;
	}
	
div#leftdiv, div#rightdiv {
	float: left;
	width: 31px;
	}
	
div#bottomdiv {
	width: 838px;
	height: 31px;
	clear: both;
	background: url(../images/homesteve_07.jpg) top left no-repeat;
	color: #9b8149;
	}
	
div#credits {
	width: 838px;
	padding: 10px 0 0 0;
	}
	
div#copyright {
	width: 435px;
	padding-left: 40px;
	float: left;
	font-size: 0.7em;
	text-align: left;
	}
	
div#dvm {
	width: 318px;
	padding-right: 45px;
	float: right;
	font-size: 0.7em;
	text-align: right;
	}
	
	
/* Text */
	
h1 {
	font-size: 150%;
	margin: 0 0 10px 0;
	}
	
h2 {
	font-size: 130%;
	margin: 0 0 10px 0;
	}
	
h3	{
	font-size: 110%;
	margin: 0 0 10px 0;
	}
	
p {
	font-size: 100%;
	margin: 0 0 10px 0;
	}
	

/* Links */

div#bottomdiv a {
	color: #9b8149;
	text-decoration: none;
	}
	
div#bottomdiv a:hover {
	color: #fff;
	text-decoration: underline;
	}


/* Lists */


/* Images */

img {
	border: none;
	}
