/***************************************************
	CONTENT > LOCATION SELECTION PAGE
*/

#wrapper {
	width: 460px;
	margin: 40px auto;
}

#wrapper #header {
	background: url(../images/splash/header_bkg.gif) no-repeat;
}

#wrapper #header H1 {
	padding: 17px 0 0;
}

#content .title {
	padding: 5px;
	text-align: center;
	margin: 0 10px;
	border-bottom: solid 1px #616161;
}

#content UL {
	padding: 0 10px;
}

#content LI {
	list-style: none;
	border-bottom: solid 1px #616161;
	position: relative;
}

#content LI A,
#content LI BLOCKQUOTE {
	margin: 0;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	width: 420px;
	font-family: georgia,"times new roman",serif;
}

#content LI SPAN {
	display: block;
	position: absolute;
	right: 10px;
	top: 30px;
}

#content LI A SPAN {
	display: none;
}

#content LI A:hover SPAN {
	display: block;
}

#content LI A:hover {
	background: #27200e;
}

#content H2 {
	font-size: 110%;
}

#content H2,
#content LI SPAN EM  {
	color: #dbb34d;
	font-style: normal;
}


