/* ---------Single Page Website CSS by Kelly King ----------*/

* {
	margin: 0 auto;
}
body {
	background:#f3ece2;
	margin: 0 auto;
	font-family:'Oswald' georgia, times, serif;
//	height:2000px;
}
.test {
	background-image:url(img/bg-home.jpg);
	background-repeat:no-repeat;
	background-size:100%;
}

#wrapper {
width: 100%;
max-width: 909px;
margin: auto;
padding: 0%;

}

#header {
    position:fixed;
  	top:0px;
  	left:0px;
	background:#666;
	background-image:url(img/bh-header.gif);
	height:100px;
	width:100%;
	font-family: 'Francois One', sans-serif;

}
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	background:#464646;
	height:68px;
	width:100%;
	color:#FFF;
	font-family: 'Francois One', sans-serif;
	font-size:.8em;
	font-weight:normal;
	background-image:url(img/bg-footer.jpg);
	background-position:right top; 
}
#nav, #nav a {
	//margin-left:50px;
	//margin-top:45px;
	//word-spacing:20px;
	color:#a50000;
	margin-top:20px;

	width:auto;
	text-align:right;
}
#page1 {
	margin-top:55px;
	padding-top:55px;
	height:400px;
	width:100%;
	background-color:#CCC;
	background-image:url(img/bg-home.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	/*background-size:100%;*/
}
#page2 {
	height:1380px;
	width:100%;
	background:#FFFFFF;
	padding-top:50px;
	font-family: 'Oxygen', sans-serif;
}

img {
height: auto;
}

#page3 {
	height:460px;
	width:100%;
	background:#FFF;
	padding-top:30px;
	background-image:url(img/bg-red-black-flowers.jpg);
	background-repeat:no-repeat;
	//background-size:100%;
	color:#FFF;
	font-family: 'Oxygen', sans-serif;
}
#page4 {
	height:600px;
	width:100%;
	background:#FFF;
	padding-top:50px;
	font-family: 'Oxygen', sans-serif;
	font-size:18px;
	font-weight:bold;
	//color:#a50000
	color:#000;
}
.page-padding {
	height:60px;
	//width:100%;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.menu-title{ font-size:2em; font-weight:700;}
.menu-item{}