
div.content {
	
	float:left;
	width:750px;
	min-height:400px;
	height:auto;
	background:url(../images/default/content_background.jpg) top center no-repeat;
	
}

p {line-height:180%;}


ul.menuPos {

margin:0px;
margin-top:50px;
padding:0px;
padding-left:0px;


}

ul.menuPos li {
	
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	list-style:none;
	display:block;
	width:210px;
	min-height:25px;
	font-size:14px;
	color:#222211;
	cursor:pointer;
	background:url('../images/default/submenu_bottom.png') bottom no-repeat;
	
}

ul.menuPos li.selected {


	background:url('../images/default/submenu_bottom_selected.png') bottom no-repeat;
	
}

ul.menuPos li.unactive {
	
	cursor:default;
	color:#9F9581;
	background:url('../images/default/submenu_bottom_unactive.png') bottom no-repeat;
	
}

ul.menuPos li a {
	
	float:left;
	width:auto;
	cursor:pointer;
	text-decoration:none;
	color:#222211;

}

ul.menuPos li.unactive div.submenu_pointer {
	
	background:none;
	
}

div.event_item_container {
	
	margin-top:30px;
	float:left;
	width:685px;
	
}


div.item_box {
	
	cursor:pointer;
	position:relative;
	margin-bottom:20px;
	width:680px;
	height:100px;
	float:left;
	background:url(../images/default/artists_item.png) no-repeat;
	
}

div.title{
	
	width:500px;
	float:left;
	margin-top:0px;
	
}

div.artist_name {

	width:auto;
	overflow:hidden;

}

div.item_title{
	
	margin-left:15px;
	width:100%;
	float:left;
	margin-top:0px;
	
}

div.description {
	
	float:left;
	margin:5px;
	width:500px;
	
}




div.item_box img {
	
	float:left;
	margin-left:0px;
	margin-top:7px;
	margin-right:10px;
		padding:1px;
	border:1px solid #AF9D83;
	
}


div.item_box a.more {
	
	position:absolute;
	color:#222211;
	text-decoration:none;
	float:right;
	bottom:25px;
	right:25px;
	
}
