* { 
	margin:0; 
	padding:0; 
}
html {
	height: 100%;
}
body {
	font-family: 'Century Gothic',Verdana,Arial,Sans-serif;
	position: relative;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment:fixed;
}
.header {
	background: url(http://www.genyacole.com.au/images/genya-cole-civil-marriage-celebrant.png) no-repeat;
	width: 456px;
	height: 145px;
}
.container {
	margin-left: 228px;
	margin-bottom: 50px;
	height: 100%;
	width: 45%;
	text-align: left;
	padding: 5px;
	padding-bottom: 25px;
}
.weddingBouquet {
	background-image: url(http://www.genyacole.com.au/images/wedding-bouquet.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 164px;
	width: 227px;
	z-index: 10;
}
.information {
	position: absolute;
	text-align: left;
	bottom: 5px;
	left: 228px;
	font-size: 12px;
}
.information a:link, .information a:visited, .information a:active, .information a:hover {
	color: black;
	text-decoration: none;
}
.menu {
	position: absolute;
	top: 160px;
	left: 32px;
	z-index: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
}
li {
	background-image: url(http://www.genyacole.com.au/images/heart.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding: 0 0 0 1.1em;
}
.container ul {
	margin-left: 0.5em;
	padding-left: 0.5em;
}
.container li {
	padding-bottom: 0.5em;;
}
.menu a:link, .menu a:visited, .menu a:active {
	font-family: Verdana,Arial,Sans-serif;
	color: black;
	text-align: left;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
h1, h2 {
	font-family: 'Century Gothic',Helvetica,Verdana,Arial,Sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em;
}
.startQuote {
	font-family: 'Times New Roman',Georgia,Century,Arial,Serif;
	float: left;
	font-size: 300%;
	height: 0px;
	padding-right: 2px;
	margin-top: -15px;
	padding-bottom: 25px;
}
.endQuote {
	font-family: 'Times New Roman',Georgia,Century,Arial,Serif;
	float: right;
	font-size: 300%;
	height: 0px;
	margin-top: -5px;
	padding-bottom: 25px;
}
.quote {
	margin-bottom: 3em;
}
.quoteBy {
	clear: both;
	float: right;
	font-weight: bold;
}
.csstable {
	display: table;
	border: 1px black solid;
}
.cssrow {
	display: table-row;
}
.csscell {
	display: table-cell;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
label {
	font-weight: bold;
}
input, textarea {
	font-family: 'Century Gothic',Verdana,Arial,Sans-serif;
}
.redBorder {
	border: 1px solid red;
}
.blackBorder{
	border: 1px solid black;
}
.redText {
	color: red;
}