html, body{
	background: #FFF
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.hide{
	display: none;
}
a:link, a:visited{
	color: #444;
	text-decoration: underline;
}
a:hover, a:active{
	text-decoration: none;
}
h1, h2, h3{
	font-family: 'Cutive', serif;
	font-weight: bold;
}
h1{
	font-size: 20px;
}
h2{
	font-size: 16px;
}
h3{
	display: inline;
	font-size: 14px;
}
input{
	border: 1px #AAA solid;
	font-size: 14px;
}
input.search_box{
	background:#FFF;
	border:1px #AAA solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #AAA;
	height: 15px;
	font-size:12px;
	font-weight:normal;
	padding: 7px 10px 5px 10px;
	width: 186px;
}
input.search_button{
	background: #AAA;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	padding: 7px 10px 5px 10px;
	width: auto;
	border: 1px #888 solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}
input.search_button:hover{
	cursor:pointer;
	background: #CCC;
	color: #666;	
}

#page_wrapper{
	background:#6fb8c7 url(../images/back_page_wrapper.jpg) top repeat-x;
}
#page{
	margin: 0 auto 50px auto;
	position: relative;
	width: 960px;
}
#header{
	background:none;
	height: 130px;
	position: relative;
	width: 960px;
}
#search{
	position: absolute;
	right: 18px;
	top: 45px;
}
#menu{
	position: relative;
	width: 700px;
	margin: 0 auto 75px auto;
	padding: 0;
	text-align: left;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu ul li{
	list-style: none;
	display:inline-block;
	border:1px #CCC solid;
	margin: 0 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#61b2c3;
}
#menu ul li a:link, #menu ul li a:visited{
	color: #FFF;
	font-size: 14px;
	font-family: 'Cutive', serif;
	padding: 0 10px;
	line-height:2em;
	text-align: right;
	text-decoration: none;
}
#menu ul li a:active, #menu ul li a:hover{
	color:#444;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:920px;
	height:250px;
	margin:0 auto;
	display:none;
	background:#FFF;
	padding:5px;
}


#slides{
	position:relative;
	margin-bottom:20px;
}
a.prev:link, a.prev:visited{
	position:absolute;
	top:100px;
	left:0;
	width:30px;
	height:30px;
	padding:5px;
	background:#DDD url(../images/arrow-left.png) no-repeat top left;
	border:1px #888 solid;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	z-index:100;
	font-size:0px;
}
a.prev:active, a.prev:hover,
a.next:active, a.next:hover{
	background-color:#FFF;
}

a.next:link, a.next:visited{
	position:absolute;
	top:100px;
	right:0;
	width:30px;
	height:30px;
	padding:5px;
	background:#DDD url(../images/arrow-right.png) no-repeat top left;
	border:1px #888 solid;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	z-index:100;
	font-size:0px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:920px;
	height:250px;
	display:block;
}

/*
	Optional:
	Reset list default style
*/
.pagination {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
}
	.pagination li{
		float:left;
		margin-right:10px;
		width:10px;
		height:10px;
	}
	.pagination li a{
		display:block inline;
		border:3px #444 solid;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background:#444;
		font-size:0px;
		width:10px;
		height:10px;
	}
/*
	Optional:
	Show the current slide in the pagination
*/
.pagination .current a {
	color:red;
}

.obituary_pagination{
	display:block;
	text-align:right;
}

#content{
	background: #FFF;
	border:1px #AAA solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 500px;
	height: auto !important;
	min-height: 500px;
	position: relative;
	width: 840px;
	padding:20px 60px;
}
#footer{
	color: #FFF;
	font-size: 11px;
	height: 25px;
	height: auto !important;
	margin: auto;
	min-height: 25px;
	padding: 25px 50px 0 5px;
	text-align: right;
	width: 895px;
}
.c4,
.float-left{
	float: left;
	margin: 0 5px 0 0;
	text-align: left;
}
.error{
	color: #FF6600;
	font-weight: bold;
}
.clear{
	clear: both;
}

.w100{
	width:100px;
}
.w200{
	width:200px;
}
.w300{
	width:300px;
}
.w400{
	width:400px;
}
.w500{
	width:500px;
}
.w600{
	width:600px;
}

.margin-right-20{
	margin-right:20px;
}