* {margin:0; padding:0;}
img {border:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #674939;
	background-color: #D1E3FF;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	padding-top:5px;
}

#wrapper {
	width:955px;
	margin:0 auto;
	background-image:url(../images/swirls.png);
	background-repeat:no-repeat;
	background-position: center 35px;
	}
#wrapper.home {
	height:400px;
	background-position: center 100px;
	margin-top:50px;
	padding-top:50px;
	}
#lotus {
	background-image:url(../images/lotus_blue.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:410px;
	height:250px;
	position:relative;
	}
#lotus_int {
	background-image:url(../images/lotus_blue_int.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:308px;
	height:182px;
	position:relative;
	}	

#petals_back {
	position:absolute;
	z-index:0;
	left:86px;
	top:50px;
}
#petals_back_int {
	position:absolute;
	z-index:0;
	left:66px;
	top:40px;
}
#petals_enter {
	position:absolute;
	z-index:5;
	left:157px;
	top:7px
	}
#petals_enter_int {
	position:absolute;
	z-index:5;
	left:118px;
	top:7px
	}
#petals_service {
	position:absolute;
	z-index:10;
	right:10px;
	top:137px;
	}
#petals_service_int {
	position:absolute;
	z-index:10;
	right:7px;
	top:103px;
	}
#petals_gallery {
	position:absolute;
	z-index:15;
	left:13px;
	top:137px;
	}
#petals_gallery_int {
	position:absolute;
	z-index:15;
	left:9px;
	top:103px;
	}
#petals_front {
	position:absolute;
	z-index:20;
	left:133px;
	top:128px;
	}
	
#petals_front_int {
	position:absolute;
	z-index:20;
	left:100px;
	top:95px;
	}

#living_water {
	width:477px;
	height:38px;
	background-image:url(../images/living_water.png);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center;
	}
#content p {
	padding-bottom:15px;
	}
#content ul {
	margin-left:15px;
	margin-bottom:15px;
	}
#content {
	background-color:#FCE3ED;
	padding:10px;
	width:557px;
	margin:0 auto;
	}
#corners_top {
	width:577px;
	margin:0 auto;
	background-image:url(../images/round_corners.png);
	background-repeat:no-repeat;
	height:13px;
	}
#sidebar {
	float:right;
	margin-left:25px;
	width:160px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-color: #674939;
	border-left-style: solid;
	margin-top:70px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #674939;
	}
#sidebar ul {
	list-style-type:none;
	}
#footer {
	text-align:center;
	font-size:.8em;
	text-transform:uppercase;
	letter-spacing:3px;
	padding-top:8px;
	}
.contact {
	margin-right:20px;
	}
.contact_int{
	margin-right:8px;
	}
.living_water {
	margin-top:5px;
	}
.float_right {
	float:right;
	text-align:center;
	font-size:.8em;
	}
.center {
	text-align:center;
	}
.clear {
	clear:both;
	height:0;
	}
.bold {
	font-weight:bold;
	}
	
h1 { font-size:18px; text-align:center;padding-bottom:20px;}
h2 { font-size:14px;padding-top:10px;padding-bottom:10px;}
h3 { font-size:12px;padding-top:10px;padding-bottom:10px;}

a:link, a:active, a:visited {
	color:#6E6E78;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}

div.twocol ul, div.twocol ol {
	float: right;
	width: 42%; 
	margin: 0;
	padding: 0;
	}
div.twocol ul {
	list-style-type:circle;
	}
div.twocol .left {
	float: left;
	position: relative;
	}
div.twocol {
	margin: 0;
	padding: 0;
	}
