/* CSS Document
Pam Tillis
Common 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: "Trebuchet MS", Trebuchet, 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#maindiv {
	float: left;
	width: 776px ;
	height: 501px;
	position: relative;
	}
	
div#datesdiv {
	width: 339px;
	height: 41px;
	position: absolute;
	top: 220px;
	left: 327px;
	z-index: 50;
	visibility: visible;
	}
	
div#main1div {
	float: left;
	width: 776px ;
	height: 392px;
	background: url(../images/tillishome_06.jpg) top left no-repeat;
	}
	
div#main3div {
	float: left;
	width: 776px ;
	height: 64px;
	background: url(../images/tillishome_11.jpg) top left no-repeat;
	}
	
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;
	}
	

/* Tables */


/* Forms */

form {
	margin: 0;
	padding: 0;
	border: none;
	}
