/* GRAND OPENING SPLASH PAGE */

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

img {
	border: 0;
}

a, a:hover, a:visited, a:active {
	
}

a.header {
	color: #623912;
	text-decoration: none;
}

a.header:hover {
	color: #ffffff;
	text-decoration: none;
}

.spacer_horiz {
	height: 5px;
}

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

#header {
	background-image: url(/images/splash/header.gif);
	background-repeat: repeat-x;
	height: 50px;
	width: 100%;
}

img.arrow {
	padding-right: 5px;
}

#content {
	background-color: #ffffff;
}

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

.footer_img {
	padding-left: 20px;
}