BODY {
	background-color: #6A0F0F;
	margin: 0px;
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	color: #D2BEBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
H1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
}
A {
	color: #FDCA64;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #FDCA64;
	font-weight: bold;
	text-decoration: underline;
}
#main {
	width: 842px;
	color: #FFFFFF;
}
#leftpanel {
	margin-left: 23px;
	width: 460px;
	float: left;
}
.rightpanel {
	float: right;
	text-align: left;
	width: 304px;
	background-image: url(images/gigs-bg.gif);
	background-repeat: no-repeat;
	/*height: 284px;*/
	padding: 70px 0px 0px 40px;
}
.bottom {
	background-image: url(images/bottom-nav.gif);
	background-repeat: no-repeat;
	width: 847px;
	height: 24px;
	clear: both;
}
.bottomnav-l {
	margin-left: 20px;
	font-size: 11px;
	float: left;
}
.bottomnav-r {
	margin-left: 20px;
	font-size: 11px;
	float: right;
	text-align: right;
}
.textpic {
	padding: 0px 10px 10px 0px;
}
.polaroid {
	border-top: 3px #FFFFFF solid;
	border-left: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
	border-bottom: 12px #FFFFFF solid;
	margin: 0px 10px 10px 0px;
}
.polaroid-nomargin {
	border-top: 3px #FFFFFF solid;
	border-left: 3px #FFFFFF solid;
	border-right: 3px #FFFFFF solid;
	border-bottom: 12px #FFFFFF solid;
}
.profile {
	background-color: #510D0C;
	border: 1px solid #500B0A;
}