@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #EBEBEB;
}
html {
	display: block;
	height: 100%;
	margin: 0px;
}
p {
	margin: 0px;
}
.error_message {
	font-weight: bold;
	color: #F00;
}


a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}


#footer {
	min-width:770px;
	width: 100%;
	z-index: 9999;
	bottom: 0px;
	background-repeat: repeat;
	background-position: left bottom;
	margin-top: 60px;
	background-image: url(../images/stripe.gif);
	text-align: center;
	display: block;
	background-color: #D6D6D6;
	padding-top: 20px;
	padding-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: lighter;
	margin: 0px;
	color: #004000;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #004000;
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #004000;
	margin: 0px;
}

#_bottom_layer {
	display: block;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	width: auto;
	overflow: hidden;
}
#_header {
	display: block;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9C3;
	border-right-color: #9C3;
	border-left-color: #9C3;
	height: 175px;
}
#_logo {
	display: block;
	margin: 0px;
	float: left;
	height: 80px;
	width: 130px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#_menu a {
	color: #FFF;
	text-decoration: none;
}
#_menu {
	background-color: #9C3;
	display: block;
	float: left;
	width: 940px;
	margin-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}


#_account {
	display: block;
	float: right;
	height: 50px;
	width: 150px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}
#_main {
	display: block;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9C3;
	border-bottom-color: #9C3;
	border-left-color: #9C3;
	background-color: #FFF;
	overflow: hidden;
}
#_left_column {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 660px;
}

#_right_column {
	display: block;
	margin: 0px;
	float: right;
	width: 250px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9C3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}

#_top_ad_468x60 {
	display: block;
	float: left;
	height: 70px;
	width: 480px;
	margin-top: 20px;
	margin-left: 75px;
}
#_button {
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	display: inline;
	height: 50px;
	width: 50px;
	border: 1px solid #9C3;
}
#dialog_link {
	text-decoration: none;
	position: relative;
	padding: 0.6em;
	width: 100px;
	text-align: center;
}
#my_playlists {
	display: block;
	width: 300px;
	height: 100px;
	float: left;
}
#songs_i_like {
	display: block;
	height: 100px;
	width: 300px;
	float: left;
	position: relative;
	left: 60px;
}
#artists_i_like {
	display: block;
	float: left;
	height: 100px;
	width: 300px;
	top: 30px;
	position: relative;
}
#albums_i_like {
	float: left;
	height: 100px;
	width: 300px;
	display: block;
	position: relative;
	top: 60px;
}

#playlists_i_like {
	display: block;
	height: 100px;
	width: 300px;
	float: left;
	top: 30px;
	position: relative;
	left: 60px;
}
#profile {
	display: block;
	height: 150px;
	width: 100%;
	margin-bottom: 20px;
}
#share {
	display: inline;
	height: 50px;
	width: 100px;
}
#ren {
	background-color: #EDEDED;
	border: 1px solid #EDEDED;
}
