/* CSS Document */
body{
	background-color:#FFFFFF;
	background-image:url(images/wood027.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#404040;
}
img{
	border:none;
}
.main{
	height:578px;
	width:700px;
	margin:auto;
}

.left{
	background-image:url(images/left.png);
	width:325px;
	height:472px;
	float:left;
	padding-top:30px;
	padding-left:70px;
	padding-right:10px;
	padding-bottom:40px;
	text-align:left;
}

.right{
	background-image:url(images/right.png);
	width:320px;
	height:472px;
	float:left;
	padding-top:30px;
	padding-bottom:40px;
	padding-left:15px;
	padding-right:70px;
	text-align:left;
	position:relative;
}

.container{
	width:810px;
	height:542px;
	margin:auto;
	text-align:center;
	margin-top:25px;
}

.enter{
	position:relative;
	width:110px;
	float:left;
	top:490px;

}

.videopackages{
	position:relative;
	top:-5px;
}

.videoservices{
	position:relative;
	top:-25px;
}

.videop2{
	margin-top:25px;
}

.front{
	float:left;
	width:455px;

}

.home{
	position:absolute;
	left: 241px;
	top: 473px;
}

.center{
	margin:auto;
	text-align:center;
	}
	
.polaroid01{
	position:relative;
	z-index:-1;
	left:-100px;
	top:50px;
}

.thumb{
	margin-right:10px;
	margin-left:10px;
	margin-bottom:5px;
}

p{
	text-indent: 1.5em;
}

.photo{
 margin-top:25px;
 text-align:center;
}
a:link {
color:#404040;
text-decoration:none;
}
a:visited {
color:#404040;
text-decoration:none;
}
a:active {
color:#404040;
text-decoration:none;
}
a:hover {
text-decoration: underline;
color:#000000;
 }
