body {
	margin: 0px;
	padding: 0px;
	font: 14px/120% Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #0c0a11;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
}
h1 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px;
	padding: 0px;
	color: #955A56;
}

p {
	margin: 0px 0px 20px;
	padding: 0px;
}
a {
	color: #955A56;
}

#wrapper {
	width: 940px;
	clear: both;
	margin: 120px auto 20px;
	background-image: url(../images/bg-wrapper.gif);
	background-repeat: repeat-y;
}
#content {
	position: relative;
	min-height: 490px;
	width: 740px;
	background: #FFF;
}
#home #content {
	background-image: url(../images/content-bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#wedding #content {
	background-image: url(../images/content-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#celebration #content {
	background-image: url(../images/content-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#kids #content {
	background-image: url(../images/content-bg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#food #content {
	background-image: url(../images/content-bg5.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#different #content {
	background-image: url(../images/content-bg4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contact #content {
	background-image: url(../images/content-bg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	height: 154px;
	width: 310px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: absolute;
	top: 40px;
	list-style: none;
	right: -220px;
}
#nav li {
	margin-bottom: 20px;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
	font: 120% Georgia, "Times New Roman", Times, serif;
}
#nav li a:hover,
#nav li a.active {
	color: #955A56;
	text-decoration: none;
	border-bottom: 1px dotted #955A56;
}
#text {
	width: 420px;
	padding-top: 200px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#footer {
	background: url(../images/bg-footer.jpg) repeat-x;
	height: 110px;
}
.thumb {
	float: left;
	width: 154px;
	height: 154px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
}
.thumb img {
	padding: 5px;
}
.thumb a:hover {
	background-color: #0c0a11;
	display: block;
}
