body {
	background-color: #ab1952;
}

#Header {
	background-color: #23a4ff;
	background-image: url('images/VIP-Top.gif');
	background-repeat: no-repeat;
	background-position: center;
	
	height: 321px;
}
#ShadowGap {
	background-image: url('images/shadow-gap.gif');
	background-repeat: repeat-x;
	
	height: 23px;
}
#Liz {
	background-color: #ab1952;
	background-image: url('images/Liz-Back.gif');
	background-repeat: no-repeat;
	background-position: center top;
	
	height: 321px;
}
#Liz-Plain-Back {
	background-color: #ffffff;
	background-image: url('images/Liz-Plain-Back.gif');
	background-repeat: repeat-y;
	background-position: center;
}
#Liz-Story {
	background-color: #911243;
	width: 700px;
}
#Liz-Story h1 {
	text-align: left;
	font-size: 16px;
	color: #ffffff;
}
.LizContent {
	background-color: #ab1952;
	color: #000000;
}
.LizContent a:link, .LizContent a:visited, .LizContent a:active{
	color: #f650ae;
}
.LizContent a:hover {
	color: #ffffff;
}


.imgBorder {
	border: 1px solid white;
}