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

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

#content
{
	padding: 1em;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 150px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}
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: medium;
	color: #666666;
	text-align: right;
	padding-top: 50px;
}

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

#content h2 { margin: 0 0 .5em 0; }
.floatright{
	float: right;
	z-index: -1;
}
.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: 60px;
	margin-bottom: 20px;
	margin-left: 60px;
	height: 450px;
}
#pricebox2{
	height: 350px;
	width: 700px;
}
#leftbox{
	position: absolute;
	height: 170px;
	width: 300px;
}
#rightbox{
	position: absolute;
	height: 170px;
	width: 300px;
	right: 100px;
}
  
