.events {
	background-image: url(images/events_bg.jpg);
	background-repeat: no-repeat;
}
.press {
	background-image: url(images/press_bg.jpg);
	background-repeat: no-repeat;
}
.raves {
	background-image: url(images/raves_bg.jpg);
	background-repeat: no-repeat;
}
.partners {
	background-image: url(images/partners_bg.jpg);
	background-repeat: no-repeat;
}
.centerbg {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}
.div {
	background-image: url(images/div.jpg);
	background-repeat: no-repeat;
}
.dotted {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
}
.btm {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.btm a{
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.btm a:hover{
	text-decoration: underline;
}
.main {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}
.splash {
	background-image: url(images/flash_bg.png);
	background-repeat: repeat-x;
}
.main2 {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.div2 {
	background-image: url(images/div.gif);
	background-repeat: repeat-x;
}
.title {
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
}
.links {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: underline;
}
.links a{
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: underline;	
}
.links a:hover{
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration:underline;
}
.main3 {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.quotes {
	font-family:Trebuchet, TrebuchetMS, "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.firsts {
	background-image: url(images/firstsbg.gif);
	background-repeat: no-repeat;
}.hr {
color:#ccc;
background-color:#e1e1e1;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 6px solid #000000;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;

}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;

}

#TB_title{
	background-color:#990000;
	height:27px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

