*{
margin: 0;
padding: 0;
	}
	
body {
	background-color: 0f102c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
	
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #06F;
	text-decoration: none;
        border: 0;
}

img {
    border:0;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12.5px;
	color: #FFF;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content {
	width: 62.5%;
	height: 95%;
	position: relative;
	float: left;
	margin-top: 20px;

}

#content .title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12.5px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: underline;
}

#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.5px;
	font-style: normal;
	color: #666;
	text-align: center;
	bottom: 0px;
	padding-top: 10px;
	width: auto;
}

#footer li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
}

/*FRONT PAGE STUFF*/


#wrapper_front {
	width: 1024px;
	height: 768px;
        margin-top: .5%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
        	background-image: url(../images/front.jpg);
	background-repeat: no-repeat; 
}

#wrapper_front_under {
	width: 1024px;
	height: 768px;
	background-image: url(../images/front_under.jpg);
	background-repeat: no-repeat;
	margin-top: .5%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
}
.button_top {
	position: relative;
	height: 32px;
	width: 279px;
	top: 30px;
	left: 50px;
}
.button_bottom {
	height: 33px;
	width: 315px;
	position: relative;
	top: 710px;
	left: 375px;
}

/*PRODUCER PAGE STUFF*/

#wrapper_producer {
	width: 1024px;
	height: 768px;
	background-image: url(../images/producer_front.jpg);
	background-repeat: no-repeat;
	margin-top: .5%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
}

#wrapper_songwriter {
	width: 1024px;
	height: 768px;
	background-image: url(../images/songwriter_front.jpg);
	background-repeat: no-repeat;
	margin-top: .5%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333;
}
#right {
	width: 10%;
	position: relative;
	height: auto;
	float: right;
}
.right {
	float: right;
	padding-top: 300px;
	padding-right: 10px;
}


/*IMAGE LINK MAPS*/
#map_front {
    	width: 1024px;
	height: 768px;
}

#map_front a{
display:block;
position:absolute;
}

#map_front a#top{
width:530px;
height:420px;
top:7px;
left:199px;
}

#map_front a#bottom{
width:483px;
height:375px;
top:400px;
left:740px;
}
				/*MENU SECTION*/

#menu {
	height: auto;
	width: 27.5%;
	padding-top:300px;
	position: relative;
	float: left;
}

#menu ul {
	list-style: none;
	padding-left: 50px;
	margin: 0;
}

#menu ul li {
	padding: 0;
	margin: 0;
}

#menu ul li a{
	font-size: 12px;
	display: block;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	}
.selected
 {
	list-style-image: url(../images/bullet.png);
}

					/*DISCOGRAPHY SECTION*/
.disc{
margin:0;
padding:0;
}


.disc_title{
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12.5px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: underline;
}

.disc_description{
	padding-bottom: 20px;
}

.type{
	color: #999;
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 9.5px;
	font-style: italic;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	
	font-weight: bold;
}

.disc li{
	margin:0 0 3px 0;
	padding:0;
	float:left;
	list-style:none;
}

.disc li div{
	float:left;
	height:auto;
	padding-top: 3px;
	padding-bottom: 3px;
}

.title_table{
width:100%;
        font-weight: bold;
}

.title_year, .row_year{
width: 10%;
}

.title_artist, .row_artist{
	width: 30%;
}

.title_song, .row_song{
width: 30%;
}

.title_credit, .row_credit{
width: 15%;
}

.title_label, .row_label{
	float:right;
	width: 15%;
}

.row_hover{
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: auto;
}
.row_hover:hover{
	background-image:none;
	background-color:#39F;
	color:#FFFFFF;
}

				/*NEWS SECTION*/

#news {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.news_section {
	height: auto;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	width: 100%;
}
.news_date {
	font-weight: bold;
	color: #999;
	text-align: left;
	width: 100%;
}
.news_title {
	font-style: italic;
	color: #06F;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	width: 100%;
}
.news_text {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.news_time {
	color: #999;
	text-align: right;
        margin-right: 20px;
	width: 100%;
}

				/*GIGS SECTION*/

#gigs {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.gig_section {
	height: auto;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 10px;
	width: 100%;
}
.gig_date {
	font-weight: bold;
	color: #999;
	text-align: left;
	width: 100%;
}
.gig_title {
	font-style: italic;
	color: #06F;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 16px;
	width: 100%;
}

.gig_info {
	color: #999;
	text-align: left;
	width: 100%;
}
.gig_text {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: auto;
}
.gig_info ul {
	list-style-type: none;
	font-size: 10px;
}

#album_title {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #06F;
	font-size: 16px;
}

#album_notes {
	text-align: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
}
#album_art {
	float: left;
	width: 35%;
	text-align: left;
	height: auto;
}
.art {
	display: block;
	margin-bottom: 15px;
}
#album_tracks {
	float: right;
	width: 65%;
	height: auto;
}
#album_tracks ul {
	list-style-type: none;
	width: 100%;
	height: auto;
}
#album_tracks li {
	display: inline;
	margin-bottom: 5px;
}
.number {
	width: 8%;
	float: left;
	text-align: left;
}
.name {
	width: 77%;
	float: left;
}
.time {
	width: 15%;
	float: right;
	text-align: center;
}

/*STORE STYLES*/

#play {
	width:0;
	height:0;
}

#album {
	width: 95%;
	height: auto;
	background-color: #FFF;
	margin-bottom:15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        padding: 10px;
}

#album p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#album_info {
	width: 100%;
	height: auto;
}


#album_title h2 {
        margin-left: 25%;
        margin-right: 25%;
        margin-top: -10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
        color: #333;
	text-decoration:none;
}
.artwork {
	width:40%;
	float: left;
}

.artwork img {
	margin-top: 3px;
	margin-left: 10px;
}

.info {
	width:60%;
	float:right;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
        color: #333;

}

#track_list {
	width: 100%;
	height: auto;
	clear: both;
        padding-top: 1px;
        margin:0;
}

#track_list ul {
	padding-top:1px;
	padding-bottom:15px;
	height:auto;
}

.titles {
        margin-left:5px;
        margin-right:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration:none;
}

.titles li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

.track{
        margin-left:5px;
	margin-right:5px;
	padding-bottom:5px;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
        color: #333;
	text-decoration:none;
}

.track li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}

.title_table{
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: orange;
        font-weight: bold;
}

.row_table{
	width:100%;
        height:auto;
        margin-top: 3px;
        margin-bottom: 3px;
        font-weight: bold;
}

.title_num, .row_num{
        width: 5%;
}

.title_name, .row_name{
	width: 40%;
        height:12px;
}

.title_time, .row_time{
        width: 15%;
        text-align: center;

}

.row_time{
    text-align: center;
}

.title_play, .row_play{
        width: 10%;
}

 img.icon_center{
    display: block;
    margin-left:auto;
    margin-right:auto;

}

.title_buy, .row_buy{
	width: 30%;
	float:right;
        text-align: center;
}

.buy_buttons{
    margin-left:5%;
    margin-right:5%;
}

.album_name {
    display: block;
    margin-top: -10px;
}

.info ul{
    list-style: none;
    padding-top: 15px;
    position: relative;
}

.info li{

    width: 30%;
    height: 30px;
    display: inline-block;
}

.buy_button a{
        padding: 2px;
        border-style: solid;
        border-width: thin;
        border-color: #ccc;
}
/*News Letter*/

#news_letter{
    width: 180px;
    padding:5px;
    margin-left: 55px;
    margin-top: 30px;
    border-color: #fff;
    border-style: solid;
    border-width: thin;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.news_letter_field{
 margin-left: 10px;
 padding-bottom: 5px;
}


#news_letter p{
    margin-top: -1px;
    display:block;
    text-align: center;
    color: #666;
}