body {
	background-image: url(/storage/images/portraits-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#header {
	clear: both;
	width: 960px;
	height: 327px;
}

div#header img {
	z-index: 50;
	position: relative;
}

div#menu ul {
	float: right;
}

div#menu ul li {
	float: right;
	list-style-type: none;
	margin-left: .5em;
}

div#menu ul li a {
	padding: 1em;
	text-decoration: none;
	background-color: #6a3735;
	color: white;
	font-size: 75%
}

div#menu ul li a:hover {
	background-color: #9c6c69;
}

div#menu ul li a.active {
	background-image: url(/storage/images/button-active-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #9c6c69;
}

div#footer {
	border: 1px solid #eee;
	padding: .5em;
	margin: 10px 0;
	background-color: white;
}

div#content {
	background-color: white;
	padding: 20px 40px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	background-image: url(/storage/images/weddings-content-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: auto;
}