a {
	color: #FF6699
}

body {
	background-color: #FFCCCC;
	color: #FFFFFF;
	margin: 0px;
	font: 11px 'Lucida Grande';
	height: 100%;
}

#comingsoon {
	color: #FFFFFF;
	font: 80px 'Lucida Grande';
	text-align: center;
}

#left {
	width: 117px;
	height: 100%;
	background-image: url(images/side_left.gif);
}

#center {
	width: 516px;
	height: 100%;
	background-color: #333333;
}

#right {
	width: 117px;
	height: 100%;
	background-image: url(images/side_right.gif);
}

#newsbutton {
	position: relative;
	top: 141px;
}

#biobutton {
	position: relative;
	top: 149px;
}

#showsbutton {
	position: relative;
	top: 168px;
}

#photosbutton {
	position: relative;
	top: 187px;
}

#tunesbutton {
	position: relative;
	top: 206px;
}

#linksbutton {
	position: relative;
	top: 225px;
}

#contactbutton {
	position: relative;
	top: 244px;
}

.otherbutton {
	margin-bottom: 12px;
}

#thumbpaula {
	position: relative;
	top: 130px;
}

#thumbmikhel {
	position: relative;
	top: 141px;
}

#thumblaurita {
	position: relative;
	top: 152px;
}

#thumbmike {
	position: relative;
	top: 163px;
}

p {
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	font: 11px 'Lucida Grande';
}

p.contact {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}

p.question {
	font: bold 11px 'Lucida Grande';
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

p.answer {
	color: #FFCCCC;
	margin-left: 20px;
	margin-right: 20px;
}

p.bio {
	color: #FFCCCC;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

p.links {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

p.header {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font: bold 13px 'Lucida Grande';
}

#footer {
	color: #666666;
	font: 9px 'Lucida Grande';
}

