#wrapper {
	background-image: url(bride-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header {
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 130px;
}
#header h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -3000px;
	margin-left: -3000px;
}
#header p {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: -3000px;
	margin-left: -3000px;
}
#navigation ul {
	background-image: url(navigation-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 24px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation li {
	float: left;
	margin-left: 0.75em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A60B8E;
}
#navigation a {
	color: #FFFFFF;
	display: block;
	margin-right: 2em;
	margin-left: 2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #B00182;
}

#navigation .selected a {
	background-color: #FFFFFF;
	color: #6D0458;
	text-decoration: none;
}
p img.right {
	float:right;
	border: 1px solid #8B0975;
	background-color: #E8E8E8;
	padding: 0.25em;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
p img.left {
	float:left;
	padding:0.25em;
	border: 1px solid #8B0976;
	background-color: #E8E8E8;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 0;
}
#footer p {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8B0976;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#enquiryform label {
	display: block;
}
#formcontainer {
	border: 1px solid #E8E8E8;
	padding-top: 1em;
	padding-bottom: 1em;
}
.oops {
	color: #990000;
	font-weight: bold;
}
.done {
	color: #669900;
	font-weight: bold;
}
