@charset "UTF-8";

*	{
	margin:0;
	padding:0;
}
body	{
	background:#000 url(images/bkg.jpg) top left repeat-x;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	color:#393939;
	text-align:center;
}
#wrapper	{
	width:100%;
	text-align:center;
}
a,
a:link,
a:visited	{
	color:#393939;
}
a:hover	{
	color:#FFBA25;
}
a img	{
	border:none;
}
a:active,
a:focus	{
	border:none !important;
	outline:none;
}
#content	{
	width:300px;
	margin:270px auto 0px auto;
	text-align:left;
}
#nav ul	{
	display:inline;
}
#nav ul li	{
	display:inline;
	list-style-type:none;
	list-style:none;
	background:url(images/navDiv.png) 0px 3px no-repeat;
	padding:0 3px 0 8px;
}
#nav ul li.first	{
	background:none;
	padding:0 3px 0 6px;
}
#contentBox	{
	width:260px;
	height:240px;
	padding:5px 20px 20px;
	background:url(images/contentBkg.png) bottom left no-repeat;
}
p	{
	font-size:11px;
	line-height:18px;
	text-align:justify;
	margin-bottom:10px;
}
p.textLeft	{
	text-align:left;	
}
#music ul	{
	padding-bottom:6px;
}
#music ul li	{
	font-size:11px;
	line-height:14px;
	text-align:left;
	list-style-type:none;
	margin-top:4px;
}
h1	{
	font-size:16px;
	margin-top:3px;
	text-align:left;
}
#tag	{
	position:absolute;
	top:0;
	left:0;
	z-index:101;
}
a.facebookLink	{
	padding:4px 0 4px 20px;
	background:url(images/FaceBook_16x16.png) 0px 3px no-repeat;
	line-height:20px;
}
a.myspaceLink	{
	padding:4px 0 4px 20px;
	background:url(images/MySpace_16x16.png) 0px 3px no-repeat;
	line-height:20px;
}
a.lastfmLink	{
	padding:4px 0 4px 20px;
	background:url(images/lastFm_16x16.png) 0px 3px no-repeat;
	line-height:20px;
}
strong	{
	font-weight:bold;
}
.tight	{
	margin-bottom:4px;
}