@charset "UTF-8";
/* CSS Document
CAO International
Events CSS
© 2007 CAO International
Updated 6/19/07 3:02PM
Validated 6/19/07 3:02PM */	
	
/* Global Layout Elements */
	
div#wrapperdiv {
	width: 544px;
	height: inherit;
	margin: auto;
	}
	
div#headerdiv {
	width: 100%;
	height: 42px;
	background: url(../images/eventheader01_01.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 504px;
	background: #000;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 25px 25px 25px 15px;
	}
	
span.infospan {
	font-weight: bold;
	}

span.eventspan {
	color: #FF0000;
	}

span.locationspan {
	color: #999;
	}

div.starsdiv {
	width: 70px;
	height: 14px;
	margin: auto;
	padding: 20px 0 20px 0;
	}
	
div.sidestardiv {
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 15px 0 0;
	}
	
div.clear {
	clear: both;
	}
	
p.entry {
	float: left;
	width: 450px;
	}
