	




#wrap { 
  width:800px;
  margin: 0 auto; 
  
}

#hmd { /* :::[ Santa landing page ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #f61914;

	}
#hmb { /* :::[ Santa about us ]::: */
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	color: #f61914;
	}

		
#mainframe { /* :::[ frame ]::: */
	position:relative;
	margin-left:0;
	margin-right:auto;
	margin-top: 30px;
	height: auto;
	width:800px;
	background-color:#fdf8e5;
	border: 3px solid #f61914;
	/*box-shadow: 5px 5px 10px rgba(0,0,0,0.5);*/

	
	
	}

#buttons {
	position:relative;
	width:825px;
	height:175px;
	margin-left:-12.5px;
	margin-top:-40px;
	background-color:#ceedce;
	border-top:8px solid #D91E3D;
	border-bottom:3px solid #D91E3D;
	border-left:px solid #f61914;
	border-right:px solid #f61914;
	
	background-image:url(../images2/brickbg.jpg);

}
#leftframe {
	position:relative;
	width:325px;
	height:440px;
	margin-left:15px;
	margin-top:20px;
	border:0px solid white;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

#rightframe {
	position:relative;
	width:380px;
	height:440px;
	float:left;
	margin-top:10px;
	border:0px solid white;
	z-index:30;
	
}

#album {
	position:absolute;
	width:760px;
	height:420px;
	margin-left:20px;
	margin-top:580px;
	border:0px solid blue;
	z-index:14;
	
}
	
	
.gallery{ /* :::[ image gallery on home page]::: */
	position:relative;
	margin-left:500px;
	margin-right:auto;
	margin-top: -430px;
	height: 425px;
	width:425px;
	border: 0px solid red;
	background-color:#000000;
	}
	
#slideshow { 
	
    margin: 25px auto; 
    position: relative; 
    width: 350px; 
    height: 350px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	border: 3px solid #9ea081;

}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow2 { 
	
    margin: 25px auto; 
    position: relative; 
    width: 350px; 
    height: 350px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	border: 3px solid #9ea081;

}

#slideshow2 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

	
#copyright {
	position: relative;
	margin-left: 0px;
	margin-top:5px;
	padding-left:0px;
	height: auto;
	width: 800px;
	border: 0px solid red;
	text-align: center;
	color:white;
	}









