/* CSS Document */
#wrapper
{
	width: 900px;
	color: #FFFFFF;
	border: 1px solid gray;
	line-height: 130%;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#banner
{
	border-bottom: 1px solid gray;
	height: 100px;
}

#video
{
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content
{
	padding: 1em;
	color: #333333;
	border-left-style: none;
	margin: 30px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	color: #666666;
	font-family: Perpetua, serif, "Times New Roman";
	font-size: 28px;
	text-align: left;
	margin-top: 0px;
	padding-top: 1em;
	margin-bottom: 0px;
	padding-bottom: 0.2em;
	font-style: italic;
	font-weight: normal;
    }
	#quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: right;
	padding-top: 20px;
	font-style: italic;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0.5em;
	color: #333333;
	border-top: 1px solid gray;
	font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
}
#footer a
{
	color: #FFFFFF;
} 

#content h2 {
	margin: 0 0 .5em 0;
	font-family: "Goudy Old Style", "Times New Roman", times, serif;
	font-size: 1.75em;
	font-style: normal;
}
.floatright{
	float: right;
	z-index: -1;
	margin-left: 5px;
}
.floatleft{
	float: left;
	z-index: 0;
	position: absolute;
}
 .weddingfloatleft {
	position: relative;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	top: -35px;
    }
.floatrightpadded{
	float: right;
	z-index: -1;
	clear: none;
	margin-right: 200px;
	margin-top: 30px;
}
#equipspace{
	height: 130px;
}
#pricebox{
	margin-top: 20px;
	margin-right: 80px;
	margin-bottom: 40px;
	margin-left: 20px;
	height: 750px;
	text-align: center;
}
#pricebox2{
	height: 350px;
	width: 700px;
}
#leftbox{
	position: absolute;
	height: 170px;
	width: 300px;
}
#rightbox{
	position: absolute;
	height: 170px;
	width: 300px;
	right: 100px;
}
  
