@charset "utf-8";
body {
	font-family:new baskerville bold, Calibri, "Times New Roman", Verdana;
	font-size:14px;
	color:#FFFFFF;
	background:url(../images/ButlersFlower.gif) fixed center no-repeat;
}

#main {
	position: absolute;
	width: 800px;
	height: 570px;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -285px;
	
}
#welcome{
	position: absolute;
	width: 580px;
	height: 250px;
	left: 50%;
	top: 50%;
	margin-left:-290px;
	margin-top:-115px;
}
#header {
	width:800px;
	height:43px;
	position:relative;
}
#menu {
	position:absolute;
	left:150px;
	bottom:0px;
}

#content {
	width:800px;
	height:500px;
	position:relative;
}
.nextImg {
	position:relative;
	top:0px;
	float:right;
	cursor:pointer;
}
.close {
	margin:-4px -4px 7px 7px;
	font-size:18px;
	font-weight:bold;
	float:right;
	cursor:pointer;
}
.showElement a{
color:FFF;
}
.showElement a:hover{
color:#666666;
}
.showElement {
	overflow: hidden;
	background-color:#B6B273;
	padding:10px;
	width:280px;
}
.hiddenElement {
	display:none;
	/* Fix IE floating bug */
	position: absolute;
	top:0px;
	left:0px;
}
#footer {
	width:800px;
	position:relative;
	padding-top:5px;
}
a{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#333;
}
.visible{
display:block;
}
.invisible{
display:none;
}
.valentine a {color:#990000;}
.fish a {color:#006699;}

#footer a:link, #footer a:visited {
	color: #565353;
	underline: none;
	}
	
#footer a:hover, #footer a:active {
	color: #979053;
	text-decoration: underline;
	}

#main #content #slide2 .showElement p span, #main #content #slide2 .showElement p span a {
	text-transform: uppercase;
}

#main #content #slide2 .showElement p.set {
	margin-left: 16px;
}