* {
	margin: 0;
	padding: 1;
}
p {
	padding-bottom: 1.2em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.8em;
	background-color: #CCCCCC;
}



#container {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-position: center top;
	background-image: url(http://www.yorkdigitalimage.co.uk/Published/62/Resources/Images/WedSite/rose2.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#top
{
	background-color: #FFFFFF;
	width: 740px;
	height: 24px;
}

#banner
{
	background-color: #FF3399;
	background-image: url(http://www.yorkdigitalimage.co.uk/Published/62/Resources/Images/WedSite/MainBanner.jpg);
	background-repeat: no-repeat;
	height: 64px;
}

#instructions
{
	height: 200px;
}

#content
{
	clear: both;
	text-align: left;
	padding-top: 20px;
}
.padding {
	padding: 20px;
}
.contentRight a:link {
	color: #FB0D88;
	text-decoration: none;
}
.contentRight a:hover {
	color: #FF6699;
	text-decoration: underline;
}
.contentLeft
{
	width: 160px;
	float: left;
	margin-bottom: 20px;
}
.contentRight
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	height: 100%;
	vertical-align: baseline;
	font-size: 10px;
}


#footer
{
	background-color: #FF3399;
	width: 740px;
}
#footer .content {
	color: #FFFFFF;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.clearer {
	clear: both;
}
.header {
	font-size: 2.2em;
	font-weight: bold;
	color: #FB0D88;
}
.subheader {
	font-size: 1.8em;
	font-weight: bold;
	color: #666666;
}
.contentRight .table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.image {
}



