* {
	font-family: Candara, "Trebuchet MS", Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ADB83D;
}

img {
	border:0px;
}

table {
	width: 100%;
}

h1 {
	font-family: Corbel, Verdana, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
}
h2 {
	font-family: Corbel, Verdana, Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
}

p {
	line-height: 1.6em;
	padding-bottom: 2em;
	text-align: justify;
}
ul {
	line-height: 1.6em;
	padding-left: 20px;
	padding-bottom: 2em;
}

.left-column {
	width: 50%;
	vertical-align: top;
	padding: 20px 20px 20px 0px;
}
.right-column {
	width: 50%;
	vertical-align: top;
	padding: 20px 0px 20px 20px;
}

/* For flowers */
.flower-picture {
	vertical-align: top;
	width: 130px;
	padding: 0px 10px 20px 0px;
}
.flower-order {
	vertical-align: top;
}
.flower-order p {
	line-height: 1.2em;
	padding-bottom: 1.6em;
}

#mainframe {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/rhs_gradient.gif);
	background-repeat: repeat-y;
	background-position: 760px 0px;
}

#menu {
	float: right;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#header {
	width: 760px;
	background-color: #7D8838;
}

#bodytext {
	width: 680px;
	background: #fff;
	padding: 40px 40px 0px 40px;
	color: #6f7073;
}
#bodytext a {
	color: #6f7073;
	text-decoration: underline;
}

#footer {
	width: 760px;
}
#credits {
	color: #f5f2ca;
	font-size: 10px;
	width: 760px;
	padding-top: 12px;
	background-image: url(images/footer_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#credits a {
	color: #f5f2ca;
	text-decoration: none;
}
#credits a:hover {
	color: #fff;
	text-decoration: underline;
}


