/* Floribunda - main style sheet*/

body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px;
	background: #858640 /*url(../images/tile.jpg) fixed*/;
	}

a:link, a:visited {
	color: #695041;
	background-color: inherit;
	}

a:hover, a:focus{
	text-decoration: underline;
	}

#wrapper {
	margin: 10px auto 10px auto;
	width: 770px;
	position: relative;
	background: url(../images/sunflower.jpg) no-repeat right top;
	background-color: #f9f6d0;
	border: 2px solid #696a33;
	text-align: left;
	color: #695041;
	}

#wrapper2 {
	margin: 10px auto 10px auto;
	width: 770px;
	position: relative;
	background: url(../images/indian_jasmine.jpg) no-repeat right top;
	background-color: #f9f6d0;
	border: 2px solid #696a33;
	text-align: left;
	color: #695041;
	}

#wrapper3 {
	margin: 10px auto 10px auto;
	width: 770px;
	position: relative;
	background: url(../images/daisy.jpg) no-repeat right top;
	background-color: #f9f6d0;
	border: 2px solid #696a33;
	text-align: left;
	color: #695041;
	}

#wrapper4 {
	margin: 10px auto 10px auto;
	width: 770px;
	position: relative;
	background: url(../images/flower4.jpg) no-repeat right top;
	background-color: #f9f6d0;
	border: 2px solid #696a33;
	text-align: left;
	color: #695041;
	}

#content {
	padding-bottom: 20px;
	line-height: 130%;
	}

#content .left {
	float: left;
	margin: 10px 25px 10px 30px;
	}

#content .right {
	float: right;
	margin: 10px 30px 10px 25px;
	}

#content h1 {
	font-size: 160%;
	font-weight: normal;
	color: #858640;
	background-color: inherit;
	margin: 40px 0 15px 30px;
	line-height: 1.5em;
	}

#content h2 {
	font-size: 80%;
	font-weight: bold;
	color: #9C7823;
	background-color: inherit;
	margin: 20px 0 10px 30px;
	line-height: 150%;
	}

#content p {
	margin: 0 0 5px 30px;
	font-size: 0.9em;
	padding: 10px 25px 0 0;
	line-height: 1.6em;
	}

#footer {
	border: 1px solid #584414;
	font-size: 80%;
	text-align: center;
	clear: left;
	margin: 0 20px 20px 20px;
	padding: 20px 0;
	color: inherit;
	background-color: #9C7823;
	}

#footer p {
	padding: 4px 4px 4px 10px;
	margin: 0;
	color: #fff;
	background-color: inherit;
	}

/* Styles the links within the footer */

#footer a:link, #footer a:visited {
	background-color: inherit;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	}

#footer a:hover, #footer a:focus{
	text-decoration: underline;
	}

#external {
	background-color: transparent;
	padding-bottom: 30px;
	font-size: 80%;
	text-align: center;
	}

#external a:link, #external a:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
	}

#external a:hover, #external a:focus {
	text-decoration: underline;
	}

.logo {
	margin: 25px 0 0 20px;
	}

#contact {
	font-size: 90%;
	line-height: 140%;
	color: #858700;
	background-color: inherit;
	}

#contact a:link, #contact a:visited {
	color: #9C7761;
	background-color: inherit;
	text-decoration: none;
	}

#contact a:hover, #contact a:focus {
	text-decoration: underline;
	}

.centre {
	text-align: center;
	}

.wedding {
	margin-top: 25px;
	}

.figure {
	float: left;
}

.figure p {
	color: #333;
	background-color: inherit;
	font-style: italic;
}

.figure img {
	border: 1px solid #696a33;
	}

#gallery {
	width: 664px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

#gallery ul { 
	list-style-type: none;
	font-size: 80%;
	margin: 0;
	padding: 0;
	}

#gallery li {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 30px;
	display: inline;
	color: #333;
	font-style: italic;
	background-color: inherit;
	}

#gallery img { 
	display: block; 
	border: 1px solid #696a33; 
	}