/* CSS Document
Jennifer Clark
Home CSS
© 2006 Jennifer Clark
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

* {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
html, body {
	font-size: 100.01%;
	background: url(../images/background.jpg) top left repeat;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	}
	
div#wrapperdiv {
	width: 770px;
	margin: 20px auto 0 auto;
	}
	
div#topdiv {
	width: 770px;
	height: 73px;
	}
	
div#upperdiv {
	width: 770px;
	height: 284px;
	position: relative;
	visibility: visible;
	z-index: 0;
	}
	
div#bannerdiv {
	width: 165px;
	height: 208px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	top: 0;
	left: 292px;
	}
	
div#upperdivleft {
	float: left;
	width: 511px;
	height: 284px;
	}
	
div#upperdivcenter {
	float: left;
	width: 139px;
	height: 284px;
	}
	
div#upperdivright {
	float: left;
	width; 120px;
	height: 284px;
	}
	
div#lowerdiv {
	width: 770px;
	height: 223px;
	}	
	
div#lowerdivleft {
	float: left;
	width: 511px;
	height: 223px;
	}
	
div#lowerdivcenter {
	float: left;
	width: 139px;
	height: 223px;
	}
	
div#lowerdivright {
	float: left;
	width: 120px;
	height: 223px;
	}
	
div#credits {
	width: 770px;
	margin: 10px 0 0 0;
	}
	
div#copyright {
	width: 445px;
	padding-left: 10px;
	float: left;
	color: #444;
	font-size: 0.7em;
	text-align: left;
	}
	
div#dvm {
	width: 300px;
	padding-right: 15px;
	float: right;
	color: #444;
	font-size: 0.7em;
	text-align: right;
	}
	
a:link, a:visited {
	color: #333;
	text-decoration: none;
	}
	
a:hover {
	color: #493e2d;
	text-decoration: underline;
	}
