* {
	padding: 0;
	margin: 0;
}

body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

body {
	text-align: center;
	min-width: 950px;
	background-color: #cedd59;
}
html {
	/* hack to fix Win IE6 & Mac IE5 horizontal scrollbar issue */
	overflow-y: scroll;
}
ul {
	list-style-type: none;
}

img {
	border: 0;
}

img.left {
  float: left;
  margin: 0 20px 5px 0;
}

img.right {
  float: right;
  margin: 0 0 5px 20px;
}

img.center {
	display: block;
  margin: 0 auto;
}

p {
	margin-bottom: 10px;
}

#mainwrapper {
	text-align: left;
	width: 914px;
	margin: 10px auto 0 auto;
	position: relative;	
}
a {
	text-decoration: none;
}
h2 {
	text-align: center;
	color: #fff;
}
h2 span {
	display: none;
}
#homepage, #musicpage, #videopage, #tourpage, #funpage, #journalpage, #shoppage, #contactpage, #presspage, #biopage {
	position: relative;
	width: 914px;
}
.clear {
	clear: both;
}
.visible {
	visibility: visible;
}
.hidden {
	visibility: hidden;
}


textarea {
	background-color: #ffffa0;
}
#footer {
	margin: 10px 0 10px 0;
	font-family: arial; 
	font-size: 10px; 
	color: #999; 
	text-align: center;	
}

#footer ul li {
	display: inline;
	margin: 0 5px;
}
#footer a:link, #footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #597e93;
}
#footer a:hover {
	background-color: #ffc;
}

#social {
	text-align: center;
	margin-top: 10px;
}

.pre {
	white-space: pre;
}

.new {
	color:  #f00;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:  bold;
	font-size:  10px;
	padding:  2px;
	border:  1px solid #f00;
	
}

#biophoto {
	float:right;
	margin: 0 0 10px 10px;
	width: 300px;
}

#biophoto p.caption {
	font-size: 10px;
	text-align: center;
}