 * {
 
 	margin: 0px;
	padding: 0px;
 
 }
 
body {
 
	background-color: #f9f9f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
	text-align: center;
 
}
 
h1 {
	
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	
}

h2 {
	
	font-size: 14px;
	font-weight: bold;
	color: #013475;
	
}

h3 {
	
	font-size: 14px;
	font-weight: bold;
	color: #000;
	
}

a:link {
	
	color: #000;
	text-decoration: none;
	
}
a:visited {
	
	color: #000;
	text-decoration: none;
	
}

a:hover {
	
	color: #fff;
	text-decoration: underline;
	
}

#header {
	
	background-image: url(../images/topbg2.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 115px;
	width: auto;
	
}

/* NAVIGATION */

#navigation {
	
	background-image: url(../images/navbg.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000;
	height: 50px;
	margin: 0 auto;
	font-size: 14px;
	
}

#navigation ul {
	
	list-style-type: none;
	padding: 1.2em 1em;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	
}

#navigation li {
	
	display: inline;
	color: #013475;
	font-weight: bold;
	padding: 1em 1em;
	
}

#navigation a:link {
	
	color: #013475;
	text-decoration: none;
	
}

#navigation a:hover {
	
	border-bottom: 2px #4075ff solid;
	color: #fff;
	padding-bottom: .5em;
	
}

#navigation a:active {
	
	border-bottom: 2px #4075ff solid;
	color: #fff;
	padding-bottom: .5em;
	
}

/*END NAVIGATION */

/* MAIN */

#main {
	
	background-image: url(../images/mainbg.png);
	background-position: top left;
	background-repeat: repeat-x;
	
}

#content {
	
	width: 800px;
	height: auto;
	min-height: 350px; /* Min height */
	margin: 0 auto;
	border-left: 1px #b2b2b2 solid;
	border-right: 1px #b2b2b2 solid;
	padding-top: 1em;
	padding-left: .5em;
	padding-right: .5em;
	text-align: left;
	
}

#cartbut {
	
	position: relative;
	float: right;
	
}

/* END MAIN */

/* FOOTER */

#footer {
	
	background-color: #013475;
	background-image: url(../images/bubblesbg_200.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: auto;
	height: 200px;
	
}

#footcont {
	
	margin: 0 auto;
	width: 800px;
	
}

#footer ul { 
	
	list-style-type: none;
	padding: .7em .05em;
	
}

#footer li {
	
	list-style-type: none;
	display: block;
	font-weight: bold;
	color: #013475;
	padding: .3em .1em;
	font-size: .8em;
	
}

#footer li a:link, a:visited {
	
	text-decoration: none;
	font-weight: bold;
	color: #013475;
	padding: .3em .1em;
	
}

#footer li a:hover {
	
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	padding: .3em .1em;
	
}

#foothead {
	
	padding-top: .5em;
	float: left;
	text-align: left;
	width: 160px;
	
}

#copy {

	clear: both;
	font-size: .8em;
	color: #333;
	margin: 0 auto;
	width: 100%;
	
}

/* END FOOTER */

/* NEW RELEASE */

#newrelease {

	margin: 0 auto;
	
}

table.newrel {
	
	width: 450px;
	margin: 0 auto;
	
}

td.newr {
	
	width: 200px;
	
}

/* END NEW RELEASE */

/* ARTIST PAGE */

#artist {
	
	background-image: url(../images/bub3s_blue.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 450px
	margin: 15px auto;
	height: 190px;
	padding-left: 15px;
	padding-top: 14px;
	
}

div.artistimg {
	
	float: left;
	
}

div.more {
	
	float: right;
	background-image: url(../images/bubright_yellow.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 27px;
	width: 120px;
	font-size: 10px;
	text-align: right;
	
}

.more a:link {
	
	color: #013475;
	text-decoration: none;
	font-weight: bold;
	
}

.more a:visited {
	
	color: #013475;
	text-decoration: none;
	font-weight: bold;
	
}

.more a:hover {

	color: #fffa03;
	text-decoration: none;
	
}

.style1 {

	padding-right: 15px;
	
}

.style2 {
	
	padding-right: 28px;
	
}

.style3 {
	
	font-weight: bold;
	font-size: .9em;
	
}

.para1 {
	
	margin: .5em 0;
	
}

/* END ARTIST PAGE */

/* ARTIST SHOP PAGE */

#artistshop {
	
	background-image: url(../images/bub3s_blue.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
	width: 100%;
	padding: .5em;
	padding-left: 15px;
	padding-top: 14px;
	text-align: left;
	
}

#titles {
	
	text-align: left;
	line-height: 1.5em;
	
}

#tracklisting {
	
	font-size: .85em;
	padding-left: 45px;
	line-height: 20px;
	margin-bottom: 25px;
	
}

table.album {
	
	
	
}

td.pack {
	
	width: 300px;
	font-weight: bold;
	text-align: left;
	
}

td.price {
	
	width: 300px;
	text-align: right;
	
}

td.cart {
	
	width: 200px;
	font-weight: bold;
	text-align: right;
	
}

table.tracks {
	
	text-align: left;
	font-size: .9em;
	width: 450px;
	
}

td.num {

	width: 15px;
	
}

td.track {
	
	width: 300px;
	
}

td.preview {
	
	width: 50px;
	
}

/* BIO PAGE */

#artistbio {
	
	background-image: url(../images/bub3s_blue.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	
}

p {
	
	padding: .5em;
	
}

/* CONTACT PAGE */

#fs1 {
	
	width: 450px;
	border: none;
	
}

#fs1 p.name {
	
	font-weight: bold;
	width: 150px;
	text-align: left;
	float: left;
	
}

#fs1 p.fe {
	
	width: 300px;
	text-align: left;
	float: right;
	
}

#infob {
	
	position: absolute;
	margin-left: 455px; 
	top: 475px;
	
}

