@charset "UTF-8";
/* CSS Document
Jenny Kerr
Video CSS
©2008 Jenny Kerr
Created 6/25/08 8:25AM
Updated 6/25/08 8:25AM
Validated 6/25/08 8:25AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* Global Layout Elements */
	
div#footerdiv {
	background: url(../images/videofooter.jpg) top left no-repeat;
	}
	
div#contentwrapdiv {
	background: #21271f url(../images/video_31.jpg) top right no-repeat;
	}
	
div#photoslicediv {
	background: url(../images/video_34.jpg) top left no-repeat;
	}
	
div#photoslicedivright {
	background: url(../images/video_32.jpg);
	}
	
div.videodiv {
	width: 324px;
	margin: 0 0 40px 137px
	}
	
/* TEXT */

div#contentdiv p {
	margin: 0 425px 0 70px;
	}
	
div#contentdiv div.videodiv h1 {
	font-size: 110%;
	color: #222;
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
	padding: 0;
	background: none;
	height: auto;
	}
	
div#contentdiv div.videodiv p {
	text-align: center;
	margin: 10px 0 0 0;
	}
	
/* IMAGES */
	
div.videodiv img {
	border: 2px solid #000;
	}
