/* ------------------------------------------------------ FORMAT ------------------------------------------------------ */

div.masthead {
	width: 960px;
	height: 155px;
	margin: 40px 0px 55px 0px;
	background: transparent url(../images/content_header.gif) no-repeat top left;
	float: left;
	}
	
div.content_left {
	width: 345px;
	float: left;
	}
	
div.content_right {
	width: 547px;
	float: right;
	}
	
div.content_title {
	width: 100%;
	height: 20px;
	float: left;
	}
	
div.content_title#menu {
	height: 60px;
}
	
div.content_main {
	width: 100%;
	height: 461px;
	float: left;
}
	
div.content_main#cv {
	height: 372px;
	overflow: hidden;
}
		
div.content_contact {
	width: 100%;
	min-height: 46px;
	padding: 13px 0px 3px 0px;
	border-top: 1px solid #7A7070;
	border-bottom: 1px solid #7A7070;
	float: left;
	margin-top: 49px;
}
	
/* ------------------------------------------------------ CONTENT MENU ------------------------------------------------------ */
	
ul.content_menu {
	list-style: none;
	display: inline;
}
	
ul.content_menu li {
	color: #4F4949;
	padding-right: 10px;
 	margin-right: 10px;
 	float: left;
}
 	
 /* ------------------------------------------------------ CV ------------------------------------------------------ */

body.home h3{
	color: #7A7070;
}
div.cv_content {
	width: 325px;
	float: left;
}
	
div.cv_content h3 {
	font-weight: normal;
	color: #7A7070;
}
	
th, tr, td {
	vertical-align: top;
	line-height: 150%;
}

th {
 	color: #4F4949;
 	font-weight: normal;
 	padding: 15px 0px 3px 0px;
}
 	
tr, td {
 	color: #7A7070;
}

tr, td ul li{
	margin-bottom:5px;
}

tr.cv_title td {
	color: #4F4949;
	font-weight: normal;
	padding: 15px 0px 3px 0px;
}

td.date {
	width: 70px;
}
	
td.details {
	width: 240px;
}
 		
div.cv_close {
	width: 100%;
	height: 29px;
	padding-top: 20px;
	text-align: right;
	float: left;
}
 	
div.cv_close img, div.cv_close p {
 	margin-left: 5px;
 	cursor: pointer;
}
 	
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
	
body.home .jScrollPaneContainer
{
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #4F4949;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #4F4949;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
	
body.home .jScrollPaneTrack {
	background: #000;
}

.jScrollPaneDrag {
	position: absolute;
	background: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
	
 /* ------------------------------------------------------ LIST OF ARTISTS ------------------------------------------------------ */
	
div.list_of_artists {
	width: 180px;
	height: 230px;
	padding: 5px;
	margin: 0px 0px 0px 70px;
	border: 1px solid #4F4949;
	color: #4F4949;
	float: left;
	overflow: auto;
	}
	
div.list_close {
	width: 190px;
	margin: 15px 0px 0px 70px;
	padding: 0px;
	border-bottom: 1px solid #7A7070;
 	text-align: right;
	color: #4F4949;
	float: left;
	}
 	
 div.list_close img, div.list_close p {
 	margin-left: 5px;
 	cursor: pointer;
 	}
 	
 /* ------------------------------------------------------ SLIDESHOW ------------------------------------------------------ */
 	
.slideshow {
	position: relative;
	width: 547px; 
	height: 524px;
	border-bottom: 1px solid #7A7070;
}
	
.slideshow img {
	border: 1px solid #7A7070;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 10;
}
	
div.img_title {
	width: 225px;
	height: 48px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
	
div.img_title strong {
		color: #FFFFFF;
}
	
ul.recentlist {
	width: 300px;
	padding: 0px;
	margin-bottom: 35px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	list-style: none;
	z-index: 20;
}
	
ul.recentlist li {
	display: inline;
}
	
ul.recentlist li a {
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	font-size: 10px;
	color: #7A7070;
	text-decoration: none;
	cursor: pointer;
}
	
ul.recentlist li a:hover, ul.recentlist li a:visited:hover {
	color: #FFFFFF;
}
	
ul.recentlist li a.current {
	color: #FFFFFF;
}
	
