.opening {
	margin-left: 27px;
}

#intro {
	font-weight: normal;
	font-size: 18px;
	margin-top: 34px;
	margin-left: 27px;
	margin-bottom: -40px;
	padding-bottom: 12px;
    padding-top: 10px;
}

#top-deco {
    float: left;
	margin-top: 7px;
	margin-left: 37px;
    padding-bottom: 8px;    
}

#bottom-deco {
    float: left;
	margin-top: 7px;
	margin-left: 75px;
	padding-bottom: 50px;
}

#interface {
	min-height: 355px;
	width: 878px;
	float: left;	
	/*background image set by js*/
	overflow: hidden;
	padding: 1px;
	margin-left: 13px;
}

#interface ul {
	list-style-type: none;	
	padding: 0;
	margin: 0;
}

#passions {
	margin-left: 11px;
	/*height set by js*/	
	width: 241px;
	float: left;
	margin-right: 18px;
}

#passions li {
	list-style-type: none;
	margin-left: 0;
}

#passions li a,
#passions li a:visited {
	text-decoration: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 1px 0;
	/*background thumb image set by js*/	
	color: #339580;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 161px;
	height: 41px;
	margin: 1px 0;
	padding-left: 80px;
	padding-top: 10px;
}

#passions li a:hover,
#passions li a.current {
	background-color: transparent;
	color: #c56979;	
	text-decoration: none;
}

.scrollable {
    position: relative;
    overflow: hidden;
    
    height: 354px;
    width: 241px;
}

.scrollable .items {
    position: absolute;
    height: 20000px;
}

/* Scrollable up & down buttons */
.prev {
    float: left;
    margin-top: 43px;
    margin-left: 27px;
    height: 26px;
    width: 226px;
    background-image: url("../i/passions/up.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}
.prev:hover { background-image: url("../i/passions/up-over.jpg"); }
.prev.disabled { background-image: url("../i/passions/up-off.jpg"); }

.next {
    float: left;
    margin-left: 27px;
    height: 26px;
    width: 226px;
    background-image: url("../i/passions/down.jpg");
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
}
.next:hover { background-image: url("../i/passions/down-over.jpg"); }
.next.disabled { background-image: url("../i/passions/down-off.jpg"); }

#details {
	float: left;
}

#details  li.top-level {
	/*width, height, and padding-right are adjusted in js*/
	width: 500px;
	height: auto;
	padding-right: 0;
	
	padding-top: 2px;
	background-repeat: no-repeat;
	background-position: right 7px;
}

#details h3 {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	margin-bottom: 10px;
	text-indent: -6px;
}

#details h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

#details ul li {
	list-style-type: disc;
	margin: 5px 0 5px 13px;
}

#details ul li a,
#details ul li a.visited {
    color: #339580;
	font-weight: bold;
}

#details ul li a.hover {
    color: #c56979;
}
.profile-thumb {
    float: left;
}
.profile-thumb img {
    border: none;
}
.profile-text {
    margin-left: 60px;
}

