body{
	background-color:black;
	color:white;
	margin:0;
	font-family:Verdana, Arial, sans-serif;
}

a{
	color: #FF52A0;
}

a img{
	border:0;
}

#header{
	background:black url(../images/header_background.jpg) no-repeat;
	height:168px;
	width:832px;
}

#header h1{
	float:left;
	margin:41px 0 0 44px;
	display:inline;
}

#header h2{
	float:left;
	margin:0 0 0 375px;
	height:168px;
	display:inline;
}

h3{
	color: #008AFF;
	font-size:2.1em;
	font-weight:normal;
	margin:0 0 5px 0;
}

h4{
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 5px 0;
}

p{
	margin:0 0 1em 0;
}

form{
	margin:0;
}

#flash_message {
	margin-bottom:20px;
	background-color:#008AFF;
	text-align:center;
	width:95%;
	padding:3px;
}

#main_content_container{
	width:610px;
	clear:left;
	border:0 solid #555555;
	border-right-width: 173px;
	position:relative;
	float:left;
}

#main_content{
	clear:left;
	float:left;
	width:566px;
	padding:32px 0 0 44px;
	overflow:hidden;
	font-size:0.7em;
}

.content_item{
	padding:32px 44px 32px 44px;
	background: url(../images/content_item_background.jpg) repeat-y;
	float:left;
	width:478px;
}

#sidebar{
	width:173px;
	padding-top:8px;
	font-size:0.7em;
	float:left;
	margin-right:-173px;
	margin-top:-30px;
	z-index:100;
	position:relative;
}

#sidebar .top_sidebar_item{
	margin-top:-24px;
	padding-top:27px;
}

#featured_venues{
	height:26px;
	padding-left:5px;
	margin-bottom:20px;
}

#featured_venues div{
	float:left;
}

#featured_venues img{
	z-index:10;
	position:relative;
}

#depot{
	margin-top:-20px;
}

#usana{
	margin-top:-5px;
}

#tell_us{
	display:block;
	background:url(../images/tell_us-trans.png) no-repeat;
	text-indent:-1000px;
	width:164px;
	height:59px;
	margin:8px 6px 8px 5px;
	outline-style:none;
}

#tell_us:hover{
	background:url(../images/tell_us_hover-trans.png) no-repeat;
}

/*Date*/
.event_details h5{
	padding:2px;
	background-color: #E98209;
	display:inline;
	letter-spacing: 0.1em;
}


/*Price*/
.event_details p.price{
	color: #FF52A0;
}

.event_details p.price a{
	color: #FF52A0;
}



/****** Hotel Monaco Sidebar *******/
#monaco{
	border:2px solid white;
	font-weight:bold;
	padding:0.4em;
	margin-top:15px;
}

#monaco img{
	float:right;
	margin-top:-8px;
}