@charset "UTF-8";
/* CSS Document
Video Pop Up Fluid CSS
© 2007 Michelle Wright
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 1/4/08 11:37AM
Validated 1/4/08 11:37AM */			
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 500px;
	}
	
div#headerdiv {
	width: 500px;
	background: url(../images/videopoprepeat_01.jpg) top no-repeat;
	height: 121px;
	}
	
div#contentdiv {
	width: 500px;
	background: url(../images/videopoprepeatmid.jpg) top repeat-y;
	padding: 0 0 20px 0;
	}
	
div#footerdiv {
	width: 500px;
	background: url(../images/videopoprepeat_03.jpg) top no-repeat;
	height: 33px;
	}
	
div#flashdiv {
	width: 320px;
	margin: auto;
	}
	
div#captiondivcats {
	width: 420px;
	margin: 15px auto 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
	
/* Text */

p {
	padding: 0 0 10px 0;
	}
	
p#cutline {
	font-style: italic;
	padding: 0 0 30px 0;
	}
	
/* Links */

a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}
	

	

