* {
	padding: 0;
	margin: 0;
}

html, body {  
	background-color : black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 11px;
	word-spacing: 0.2em;
}

html {
	overflow: scroll;
}

/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

#wrapper {
	width : 804px;
	margin : 0px auto;
}

#main {
	float : left;
}

#top {
	float : left;
	width : 804px;
	height : 110px;
	background : url(images/top.jpg) no-repeat;
	border : 0px;
	margin : 0px;
}

#leftspace {
	float : left;
	width : 29px;
	height : 463px;
	background : url(images/left_space.jpg) no-repeat;
}

#menu {
	position : relative;
	left : 29px;
	width : 165px;
	height : 463px;
	background : url(images/menu_background.jpg) no-repeat;
}

#content {
	float: left;
	position: relative;
	left: 200px;
	top: 49px;
	width: 458px;
	background : none;
}

#righterasmus {
	float : right;
	width : 97px;
	height : 540px;
	background : url(images/right_erasmus.jpg) no-repeat;
}

a:link {
	color: #DE3C9D;
	text-decoration: none;
}

a:visited {
	color: #DE3C9D;
	text-decoration: none;
}

a:hover {
	color: #DB0182;
	text-decoration: none;
}

h1 {
	font-size: 13px;
	color: #d41a7f;
}

p.lz {
	font-size: 10px;
	word-spacing: 0.2em;
}

.line {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

.linksline {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.lz_img_l {
	padding-right: 10px;
}

.lz_img_r {
	padding-left: 10px;
}

.friends {
	border: 0px;
	padding-left: 75px;
	padding-bottom: 0px;
}
