/* CSS Document */
html, body {
	margin: 0;
	padding: 0;

}


body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	color: #666666;
	background: #ffffff;
	text-align: center;

}



.hidden {
	display: none;
}


#page-container {
	width: 800px;
	margin: auto;
		border: 1px solid #efefef;
			background: #ffffff;
			text-align: left;
					background-image:url(../images/rose_petals_1.jpg);

}


#border { height: 23px; background:#23497B; }




#header {
	height: 207px;
	background: #fff
	            url(../images/homepagebanner.jpg);
}




#content {
line-height: 18px;
	margin-left: 150px;
}

#footer p {
	color: #333;
	font-size: .75em;
	text-decoration: none;
	text-align:center;
}

#footer strong {
	color: #333;
	text-decoration: none;
	text-align:center;
	font-weight:900;
}


#footer2 {
	clear: both;
background: #23497B;
	height: 23px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	border-top: 1px solid #efefef;
	padding: 13px 13px;
	line-height: 14px;

}

#footer {
	clear: both;
background: #fff;
	height: 207px;
	background:url(../images/fallenflowers.jpg);
}

#footer a {
	color: #7D0612;
	font-size: 1em;
	text-decoration: none;
	text-align:center;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	float: center;
		padding-top: 9px;
			text-align:center;


}

#border #copyright {
	padding-top: 2px;
		font-size: .75em;
		text-align:center;
		color:#fff;


}
#border a {text-decoration: none; color:#fff;  margin: 6px 0 6px 0;}
#border a:link, #border a:visited {color: #FFC2C5;  }
#border a:hover, #border a:active, #border a:focus {color: #0f0909;}






