body, html {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background-color:#000;
	font-family:Helvetica, Arial;
}

#wrapper {
	position:relative;
	margin:auto;
	width:976px;
}

#head{
	position:relative;
	width:100%;
	height:252px;
	background-image:url('head_bg.jpg');
}

#head p {
	position:absolute;
	left:200px;
	top:0px;
	color:#fff;
}

#myspace img {
	position:absolute;
	right:90px;
	top:55px;
	border:none;
}

#facebook img {
	position:absolute;
	right:150px;
	top:80px;
	border:none;
}

#jamendo img {
	position:absolute;
	right:105px;
	top:110px;
	border:none;
}

#nav{
	float:left;
	width:183px;
	height:260px;
	background-image:url('nav_bg.jpg');
	text-align:right;
	padding-right:23px;
}

#nav a {
	text-decoration:none;
	color:#fff;
}

#nav a:hover {
	color:#000;
}

#nav ul{
	position:relative;
	top:20px;
	font-size:1.3em;
	color:#fff;
	list-style-type:none;
	font-weight:bold;
}

#nav li {
	margin:5px;
}

h1 {
	padding:0;
	margin:0;
	color:#ff7522;
}

h2 {
	padding:0;
	margin:0;
	color:#ff7522;
}

h3 {
	font-size:0.9em;
	padding:0;
	margin:0;
}

#content{
	float:right;
	width:680px;
	min-height:270px;
	background-image:url('content_bg.jpg');
	background-repeat:repeat-y;
	text-align:left;
	padding-left:40px;
	padding-right:50px;
	color:#624831;
}

#content a{
	color:#624831;
	text-decoration:none;
	font-weight:bold;
}

#content img.anchor {
	margin-top:20px;
}

#content a:hover{
	text-decoration:underline;
}

#content p {
	padding-top:0;
	margin-top:0;
	text-align:justify;
}

#c_bottom{
	clear:both;
	width:100%;
	height:48px;
	background-image:url('bottom_bg.jpg');
	background-repeat:no-repeat;
	background-position:right;
}