@charset "UTF-8";
/* CSS Document
The Wrights
Videos CSS
© 2007 The Wrights
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 8/8/07 8:58AM
Validated 8/8/07 8:58AM */	
	
/* Global Layout Elements */
	
div#contentwrapperdiv {
	width: 100%;
	background: url(../images/contentback2.jpg) top left repeat-y;
	min-height: 500px;
	}
	
div#contenttopdiv {
	width: 100%;
	background: url(../images/contenttop_18.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 574px;
	padding: 50px 120px 30px 120px;
	color: #323427;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	}
	
div#contentdiv p {
	padding: 0 0 8px 0;
	}
	
div#footerdiv {
	height: 41px;
	width: 100%;
	}
