*{
	margin:0;
	padding:0;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#333333;
	line-height:24px;
}

/* COMMON CSS */



a:link{
	color:#A0584C;
	text-decoration:underline;
}
a:hover{
	color:#A0584C;
	text-decoration:underline;
}
a:visisted{
	color:#A0584C;
	text-decoration:underline;
}

.sub-link {
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	/*background:url(../images/linkbg.jpg) no-repeat;*/
}

.sub-link a:link{
	color: #FFF;
	text-decoration:none;
}
.sub-link a:hover{
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration:underline;
}
.sub-link a:visisted{
	color: #FFF;
	text-decoration:none;
}

.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.hide{
	display:none;
}
.inline{
	display:inline;
}
.overflow{
	overflow:hidden;
}
.bold{
	font-weight:bold;
}
.martop10{
	margin:10px 0 0 0;
}
.padtop20{
	margin:20px 0 0 0;
}

/* PRE-DEFINED */

body{
	background-color:#551608;
}
ul{
	list-style-type:none;
}
.quote{
	font-size:20px;
	color:#551608;
	line-height:24px;
}
h1{
	font-size:32px;
	line-height:36px;
}
h2{
	font-size:24px;
	color:#853923;
	line-height:26px;
}
h3{
	font-size:20px;
	color:#853923;
	line-height:24px;
}
h4{
	font-size:16px;
	color:#853923;
	line-height:20px;
}


/* IDS */

#wrapper{
	margin:20px auto;
	width:888px;
	background:url(../images/bodyfiller.jpg) repeat-y;
	overflow:hidden;
}
#body-filler{
	float:left;
	width:888px;
	background: url(../images/background.jpg) no-repeat;
}
#navigator{
	float:left;
	width:838px;
	padding:20px 30px 0 20px;
}
	#navigator ul li{
		display:inline;
		padding:0 16px 0 0;
	}
	#navigator ul li a:link{
		color:#FFFFFF;
		text-decoration:none;
	}
	#navigator ul li a:visited{
		color:#FFFFFF;
		text-decoration:none;
	}
	#navigator ul li a:hover{
		color:#f4c691;
		text-decoration:none;
	}
#maincontent{
	float:left;
	padding:0 30px 30px 0;
	margin:0 0 0 0;
	width:858px;
}
#birth-stories{
	float:left;
	padding:50px 0 0 57px;
	text-align:center;
}
#left-area{
	float:left;
	width:298px;
	margin:33px 0 0 0;
}
#right-area{
	float:right;
	width:510px;
	margin:80px 0 0 0;
	background-color:#fff;
}


#right-area ul li{
		margin:0 0 20px 20px;
		list-style: disc;
	}
	
	
	
#footer{
	float:left;
	width:888px;
	padding:10px 0 0 0;
	background-color:#863824;
	text-align:center;
	font-size:11px;
	color:#e5a17d;
}
#footer-bottom{
	float:left;
	width:888px;
	height:10px;
	overflow:hidden;
	background:url(../images/footerbottom.jpg) no-repeat;
}

/* CLASSES */

.leftlink-background{
	float:right;
	width:180px;
	height:24px;
	padding:3px 50px 0 0;
	text-align:right;
	background:url(../images/leftlink-background.jpg) no-repeat;
}
	.leftlink-background a:link{
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
	}	.leftlink-background a:visited{
		font-weight:bold;
		color:#d3ab9e;
		text-decoration:none;
	}	.leftlink-background a:hover{
		font-weight:bold;
		color:#d3ab9e;
		text-decoration:none;
	}