/* ----- CSS ----- */
*{
margin:0;
padding:0;
}

body {
	background: #D5D5D5 url('../../../images/events3_bg6.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

* img {
	border: none;
}

* .underline {
	text-decoration: underline;
}

* .italic {
	font-style: italic;
	text-transform: lowercase;
	font-size: .8em;
}

* .bold {
	font-weight: bold;
}

* .expanded {
	letter-spacing: 5px;
	padding-left: 5px;
}

* a {
	outline: none;			/* ------ used to remove the dotted borders around links in Firefox ------ */
}

* a:link{
	text-decoration:none;
}

* ul {
	list-style:none;
}

* table {
	padding:7px;
}

* table.noPadding{
	padding:0;
}
 /* ----- IDS ----- */

  * #contentContainer{
	margin:0 auto;
	background:#4C4C4C;
	border: 1px solid #fff;
	border: 1px solid #fff;
	border: 1px solid #fff;
	padding:10px;
	width:672px;
	height: 100%;
  }
  
  * #contentBody {
	margin:0 auto;
	width:670px;
	background:#fff;
	border:1px solid #fff;
  }
  
  * #contentBody2 {
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
  }
  
  
  
  
