	/* THE ROCK AND SOUL EXPERIENCE */
	
	html{
		margin: 0px;
		padding: 0px;
		height:100%;
	}
	body {
		background-image:url(systempix/bgr.jpg);
		background-repeat:repeat-x;
		background-color:#383838;
		margin: 0px;
		height: 100%;
		padding: 0px;
		font-size: 10px;
		font-family: verdana, arial;
		color: #000000;		
		overflow:hidden;
	}
		a {color: #9d201f; text-decoration:none; font-weight: bold;}
		a:hover {color: #9d201f; text-decoration:underline; font-weight: bold;}
	
p {
	font-size: 11px;
	padding-bottom: 14px;
	margin: 0px 0px 0px 0px;
	line-height: auto;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color: #cccccc;
}

td {
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	line-height: auto;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color: #cccccc;
}

h2
{
	font-size: 16px;
	padding-bottom: 14px;
	margin: 0px 0px 0px 0px;
	line-height: auto;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color: #ffffff;
}
h3
{
	font-size: 14px;
	padding-bottom: 14px;
	margin: 0px 0px 0px 0px;
	line-height: auto;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

em, i {
	font-style: italic;
}

strong, b {
	color: #ffffff;
	font-weight: bold;
}
.medverkande {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

ul {
	font-size: 12px;
	line-height: auto;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	margin-bottom: 16px; /* avstånd mellan varje listitem (utom sista) */
}

li {
	margin-bottom: 6px; /* avstånd mellan varje listitem (utom sista) */
}
	
	.white{
		color:#FFFFFF;
	}
	.greenborderleft{
		border: 1px solid #b6c0b7;
		margin: 0px 10px 10px 0px;
		float:left;
	}
	.greenborderright{
		border: 1px solid #b6c0b7;
		margin: 0px 0px 10px 10px;
		float:right;
	}
	.greenborder{
		border: 1px solid #b6c0b7;
	}
	#wrapper{
		width:820px;
		height: 544px;
		margin: 53px auto 0px auto;
		padding:0;
	}
	#left {
		background-image:url(systempix/bgr_left_tom.jpg);
		float: left;
		height: 544px;
		width: 370px;
	}
	#left_player {
	background-image:url(systempix/bgr_left_player.jpg);
	float: left;
	height: 544px;
	width: 370px;
	}
	#right {
		background-image:url(systempix/bgr_right.jpg);
		float: left;
		height: 544px;
		width: 450px;
	}
	#right_1 {
		height: 202px;
		width: 450px;
		position: relative;
	}
	#right_2 {
		height: 342px;
		width: 450px;
		position: relative;
	}
	#logo {
		background-image:url(systempix/logo.jpg);
		float: left;
		height: 175px;
		width: 275px;
		position: relative;
		top: 13px;
	}
	#menu {
		float: left;
		height: 156px;
		width: 157px;
		position: relative;
		top: 20px;
	}
	#rubrik {
	width: 410px;
	height: 30px;
	position: relative;	
	left: 22px;	
	}
	
	#main {
		height: 294px;
		width: 400px;
		padding-right:10px;
		overflow: auto;
		position: relative;
		left: 22px;
	}
	
	#player {
		position: relative;
		left: 30px;
		top: 30px;
	}
