@charset "UTF-8";
body {
	background-image: url('../images/bg.jpg');
	margin: 0;
	padding: 0;
}

a {
	color:	#FDF6DC;
}

a:visited {
	color:	#FDF6DC;
}

a:hover {
	color: #CAB7D3;
}

a:active {
	color:	#FDF6DC;
}

h3 {
	font-size: 24px;
	color: #CAB7D3;
}

ul {
	margin: 0;
	padding: 0;
}

#splash {
	position: relative;
	clear: both;
	background: transparent url('../images/splash.jpg') top left no-repeat;
	width: 800px;
	height: 528px;
	margin: auto;
}

.menuitem {
	background-color: transparent;
	cursor: pointer;
}

.menuitemhover {
	color: #CAB7D3;
}

.menuitemactive {
	background-color: #731C63;
}

#menu {
	background: #37261F;
	width: 800px;
	height: 25px;
	margin: auto;
	font-size: 14px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif"Times New Roman", serif;
	color:	#FDF6DC;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	padding: 3px;
	position: relative;
	left: 10px;
}

.panel {
	position: absolute;
	top: 0;
	color: #FDF6DC;
	font-size: 22px;
	width: 786px;
	height: 426px;
	margin: auto;
	padding: 30px;
	background: transparent url('../images/splashpanel.png') top left no-repeat;
	display: none;
}

.panel p {
	padding: 0;
	margin: 0;
}

.pop {
	color: #A593AB;
}

.pop a {
	color: #A593AB;
}

.pop a:hover {
	color: #FDF6DC;
}

.subpanel {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
}

#bledsoe {
	color:	#FDF6DC;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
}

#gifts a {
	text-decoration: none;
}