body {
	margin: 0px;
	background-image: url(../images/bg_gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #7A7B7E;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #e20177;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top: 25px;
	padding-bottom: 0px;
	font-weight: lighter;
}
#wrapper {
	width: 900px;
	margin: auto;
}
#page {
	width: 896px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFE0E0;
	border-left-color: #DFE0E0;
	background-image: url(../images/bg_motif.png);
	background-repeat: no-repeat;
	background-position: 220px bottom;
}
#header_container {
	width: 900px;
	height: 178px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
#header {
	width: 900px;
	height: 178px;
	margin: auto;
}
#nav_container {
	height: 45px;
	width: 900px;
	background-image: url(../images/navbar.png);
	background-repeat: repeat;
	margin: auto;
}
#navbar {
	width: 900px;
	height: 45px;
	margin: auto;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-indent: 10px;
}
#navbar li {
	display: inline;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
	line-height: 45px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 6px;
}
#navbar a:hover {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/bar.png);
}
#navbar .active a {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/bar.png);
}
#content {
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #ffffff;
	margin-bottom: 10px;
	margin-top: auto;
}
#text {
	width: 510px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left:20px;
	margin-bottom: 0px;
	padding-right: 60px;
}
#sidebar {
	float: left;
	width: 260px;
	margin-top: 14px;
	margin-bottom: 4px;
}
#wedding_package {
	float: left;
	width: 260px;
	padding-bottom: 3px;
	height: 279px;
	background-image: url(../images/wedding_package.png);
	background-repeat: no-repeat;
}
#view_gallery {
	float: left;
	width: 260px;
	height: 241px;
	background-image: url(../images/view_our_gallery.png);
	background-repeat: no-repeat;
}
#readmore {
	float: right;
	height: 18px;
	width: 98px;
	padding-top: 245px;
	padding-right: 10px;
}
#readmore1 {
	float: right;
	height: 18px;
	width: 98px;
	padding-top: 207px;
	padding-right: 10px;
}
#footer {
	width: 900px;
	height: 28px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	font-weight: lighter;
	line-height: 28px;
	background-image: url(../images/footer.png);
	text-indent: 10px;
	margin-bottom: 10px;
}
#footer a {
    color: #fff;
    text-decoration:none;
}

#footer a:hover {
    color: #e20177;
    text-decoration:none;
}
