@charset "utf-8";
/* CSS Document */

body {
	background:url(img/peacockBG.jpg) no-repeat center;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS","Trebuchet",Arial,Helvetica,sans-serif;
	font-size:13px;
}

#blkBG {
	position:relative;
	width:950px;
	height:600px;
	margin: auto;
	background:url(img/blkBg.png) no-repeat center;
}

#pic {
	width:390px;
	height:263px;
	position:absolute;
	left:40px;
	top:40px;
}
#havenCard {
	width:390px;
	height:260px;
	position:absolute;
	left:40px;
	top:315px;
}
#bridge{
	position:absolute;
	left:430px;
	top:40px;
	width:78px;
	height:535px;
	background:url(img/bridge.jpg) no-repeat;
}
#text {
	position:absolute;
	left:508px;
	top:40px;
	width:416px;
	height:535px;
	background:url(img/page.jpg) no-repeat;
}

p {
	margin:10px 40px;
}	
a:link {
	color:#2e1b17;
}
a:visited {
	color:#2e1b17;
}
a:hover {
	color:#b59759;
}

.picFrame {
	width:293px;
	height:262px;
	margin:10px auto;
	display:block;
	background:url(img/picFrame.png) no-repeat;
}
.picFrameMed {
	width:240px;
	height:200px;
	margin:10px auto;
	display:block;
	background:url(img/picFrame240x200.png) no-repeat;
}	
.picFrameSm {
	width:200px;
	height:167px;
	margin:10px auto 0 auto;
	display:block;
	background:url(img/picFrame200x167.png) no-repeat;
}		
.picFrameSmL {
	width:200px;
	height:167px;
	margin:10px 20px 10px 25px;
	display:block;
	float:left;
	background:url(img/picFrame200x167.png) no-repeat;
}		

.picPic {
	margin:25px 22px;
}
.picPicMed {
	margin:25px 22px;
}
.picPicSm {
	margin:22px 23px;
}
.minipic {
	height:100px;
	width:auto;
}
.continue {
	position:absolute;
	bottom:0px;
	right:30px;
	width:155px;
	height:42px;
}
.titleImg {
	margin:10px 0 0 0;
}
.right {
	text-align:right;
	padding-right:10px;
}
#hint {
	position:absolute;
	width:100px;
	height:130px;
	display:none;
	left:270px;
	padding:5px 10px 10px 10px;
	background:url(img/priceBG.png)  no-repeat;
	/*border:1px solid white;*/
}
#hint p {
	margin:5px 0 0 0;
	text-align:center;
}