@charset "UTF-8";
/* CSS Document
Ellis Creative
Event Production CSS
© 2007 Ellis Creative
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Updated 5/2/07 9:43AM
Validated 5/2/07 9:43AM */

div#header {
	background: url(../images/home01_01.jpg) top left no-repeat;
	}
	
div#quotediv {
	background: url(../images/eventheader_06.jpg) top right no-repeat;
	}
	
div#quotedivhowto {
	background: url(../images/newsquote_06.jpg) top right no-repeat;
	}
	
div#contentdiv {
	background: #cbdded url(../images/home01_04.jpg) top left repeat-y;
	}
	
div#contentdiv h1 {
	width: 400px;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	color: #44551c;
	text-align: center;
	}
	
div#contentdiv h2 {
	width: 400px;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	color: #602448;
	text-align: center;
	}
	
div#contentdiv p {
	padding: 0 0 10px 0;
	}
	
div#eventdiv {
	float: left;
	width: 540px;
	margin: 20px 10px 30px 25px;
	}
	
div#footerdiv {
	background: url(../images/home01_14.jpg) top left no-repeat;
	}
	
div#creditdiv {
	background: #fff url(../images/home01_15.jpg) top left repeat-y;
	color: #7d9c34;
	}
	
div#creditdiv a {
	color: #7d9c34;
	text-decoration: none;
	}
	
div#creditdiv a:hover {
	color: #d6519d;
	text-decoration: underline;
	}
	
div#eventdiv a {
	color: #5b7827;
	text-decoration: underline;
	}
	
div#eventdiv a:hover {
	color: #498fcd;
	text-decoration: underline;
	}
	
div.sepdiv {
	width: 440px;
	height: 5px;
	margin: 10px auto 20px auto;
	}
	
div.imagewrapdiv {
	width: 240px;
	margin: 15px 10px 15px 0;
	border: 1px solid #000;
	float: left;
	}
	
div.imagewrapdiv img {
	border-bottom: 1px solid #000;
	}

div.cutlinediv {
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px 0 5px 0;
	}
	
div.cleardivs {
	width: 100%;
	clear: both;
	}