body {
	background-attachment:scroll;
	background-image: url(images/whiteorchid2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-attachment: scroll;
}

#wrapper {
	position: relative;
	top:0px;
	left:0px;
	width: 740px;
	margin: 0px;
}

#header {
	position: relative;
	top:120px;
	left:325px;
	width: 415px;
	height:200px;
	margin: 0px;

}
#navbar {
	position: relative;
	left:200px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	border-top-style:solid;
	border-top-color:#999999;
	border-bottom-style: solid;
	border-bottom-color:#999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	display:inline-block;
}
#navbar a:link {
	text-decoration:none;
	color:#999999;
}
#navbar a:visited {
	text-decoration:none;
	color:#999999;
}
#navbar a:hover {
	text-decoration:none;
	color:#CC0000;
}
#navbar a:active {
	text-decoration:none;
	color:#CC0000;
}
.currentpage{
	text-decoration:none;
	color:#333333;	
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
#content, #footer {
	position: relative;
	left:175px;
	width:600px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content .largecap {
	font-size:larger;
	font-weight: bold;
}

.floatright {
	float:right;
	margin-left: 10px;
}
.floatleft {
	float:left;
	margin-right: 10px;
}

#footerimg {
	position: relative;
	left:175px;
	top:-120px;
	width:750px;
	background-attachment:scroll;
	background-image: url(images/petals.jpg);
	background-repeat: no-repeat;
	background-position:right top;
	height: 200px;
	z-index: -1;
}

#footer {
	top: -120px;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
#footer a:link {
	text-decoration:none;
	color:#000000;
}
#footer a:visited {
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:none;
	color:#CC0000;
}
#footer a:active {
	text-decoration:none;
	color:#CC0000;
}