/* GRAND OPENING PAGE */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #623912;
}

img {
	border: 0;
}

a, a:visited, a:active {
	color: #ae8c4b;
	text-decoration: underline;
}

a:hover {
	color: #6a271b;
	text-decoration: none;
}

.spacer_horiz {
	height: 5px;
}

#wrapper {
	width: 860px;
	height: auto;
}

#content {
	background-color: #ffffff;
	border: 0;
}

#menu {
	width: 180px;
}

#info_container {
	width: 680px;
}

#info {
	padding-left: 30px;
	padding-right: 30px;
}

.title {
	color: #6a271b;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

.sub_title {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}

.footer_img {
	padding-left: 20px;
}

.artist_img {
	border: 5px solid #6a271b;
}