@charset "UTF-8";
/* CSS Document
Gretchen Peters
Videos CSS
©2009 Gretchen Peters
Created 10/27/09 8:52AM
Updated 10/27/09 8:52AM
Validated 10/27/09 8:52AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* LAYOUT ELEMENTS */

div#wrapperdiv {
	background: url(../images/videos_02.jpg) top left no-repeat;
	height: 1097px;
}

div#navigationdiv {
	width: 139px;
	height: 336px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 312px;
	left: 60px;
}

div#gallerydiv {
	width: 702px;
	height: 527px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 248px;
	left: 303px;
}

div#directionsdiv {
	width: 754px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 852px;
	left: 280px;
	font-size: 80%;
	line-height: 1.2em;
	text-align: center;
}

div#footerdiv {
	position: absolute;
	z-index: 10;
	visibility: visible;
	top: 1031px;
	left: 0;
	font-size: 70%;
	color: #3d3f35;
	width: 1139px;
	height: 30px;
}

div#copyrightdiv {
	width: 300px;
	float: left;
	padding: 0 0 0 150px;
}

div#designdiv {
	width: 300px;
	float: right;
	text-align: right;
	padding: 0 70px 0 0;
}
