body {
	margin: 0px;
	background: #fff;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 15px 0px 15px;
	padding-bottom: 10px;
	color: #555;
}

p {
	margin: 0px;
}

ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 8pt;
}

ul li {
	line-height: 17px;
}

img {
	border: 0px;
}

a {
	color: #E49100;
	text-decoration: none;
	border-bottom: 1px dashed #E49100;
}

a:hover {
	text-decoration: none;
	border: none;
}

div#dashboard {
	margin: auto;
	width: 1016px;
	background-image: url(../images/super-background.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 600px;
}

div#dashboard div#fresh-taste {
	background-image: url(../images/fresh-taste.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 139px;
	height: 59px;
	position: absolute;
	bottom: 50px;
}

div#dashboard div#top {
	position: absolute;
	z-index: 100;
	background-image: url(../images/top.png);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, serif;
	font-size: 8pt;
	color: #333;
	width: 1016px;
	height: 71px;
}

div#dashboard div#top span.copyright {
	float: right;
	margin-right: 50px;
	line-height: 40px;
}

div#dashboard div#top span.beta-state {
	line-height: 40px;
	margin-left: 20px;
	color: #F76E57;
}

div#dashboard div#top ul {
	margin: 0px;
	padding: 0px;
}

div#dashboard div#top ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	list-style-type: none;
	line-height: 40px;
	font-family: Verdana, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}

div#dashboard div#top ul li.link:hover {
	text-decoration: underline;
}

div#dashboard div#top ul li.pirate_flag {
	margin-top: 7px;
}

div#dashboard div#top ul li.pirate_info {
	font-weight: normal;
	display: none;
	cursor: default;
}

div#dashboard div#top-submenu {
	height: 70px;
}

div#dashboard div#top-submenu div.menu-bar {
	width: 984px;
	border: 1px solid #FFAE2F;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	background-color: #FFF264;
}

div#dashboard div#top-submenu div#friend-bar {
	
}

div#dashboard div#poster,
div#dashboard div#listen,
div#dashboard div#projects,
div#dashboard div#personal {
	margin-right: 20px;
	float: left;
}

div#dashboard div.bar {
	width: 234px;
	background-image: url(../images/bar-top.png);
	background-position: top;
	background-repeat: no-repeat;
}

div#dashboard div.bar div.content {
	padding-top: 11px;
	background-image: url(../images/bar-middle.png);
	background-position: 0px 30px;
	background-repeat: no-repeat;
	min-height: 30px;
}

div#dashboard div.bar div.bottom {
	background-image: url(../images/bar-bottom.png);
	background-repeat: no-repeat;
	height: 17px;
}

div#dashboard div.bar div.content img.title {
	display: inline-block;
	margin: 15px;
	height: 15px;
}

div#dashboard div.bar ul {
	list-style-type: none;
	margin: 0px 25px 0px 15px;
}

div#dashboard div.bar div.content ul li {
	padding-bottom: 10px;
}

div#dashboard div#listen ul li span.time {
	display: inline-block;
	font-family: Verdana, serif;
	font-size: 7pt;
	color: #333;
}

div#dashboard div.bar div.content p {
	padding: 0px 25px 10px 15px; 
	text-align: justify;
}