html {
	min-height: 100%;
}
body {
 	font-family:  
Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	background-color:#FEE7F9;
	color: #603A16;
	background:url(http://nifty-nook.com/images/abigail/aao-abby-bg.gif) #FEE7F9;
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
}
a:active, a:visited, a:link {
	color:#603A16;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: #603A16;
}

h1, h2, h3 {
	background:#FAEBF1;
	color:#603A16;
	font-weight: bold;
	vertical-align:middle;
	padding:6px;
	width: 98%;
}
h1 {
	font-size:14px;
}
h3, h2 {
	font-size:12px;
}

/*BG*/
.bg-row {
	background:url(http://nifty-nook.com/images/abigail/aao-abby-bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	height: 89px;
}
.top-scallop {
	background:url(http://nifty-nook.com/images/abigail/aao-abby-topbg.gif);
	background-repeat: repeat-x;
	height: 14px;
	background-position:center;
}
.bottom-scallop {
	background:url(http://nifty-nook.com/images/abigail/aao-abby-bottombg.gif);
	background-repeat: repeat-x;
	height: 14px;
	background-position:center;
}
#cont-bg{
	background: url(http://nifty-nook.com/images/abigail/aao-abby-cntbg.gif);
	background-repeat: repeat-y;
}

/*Logo*/

#logo {
background: url(http://nifty-nook.com/images/abigail/aao-abigail-logo.gif);
background-repeat: no-repeat;
position: absolute;
width: 300px;
height: 200px;

margin-left: 210px;
margin-top: -126px;

}


/*Content*/

#wrapper { 
 margin: 0 auto;
 margin-top: 25px;
 width: 760px;
 	background: url(http://nifty-nook.com/images/abigail/aao-abby-cntbg.gif);
	background-repeat: repeat-y;
}
#content { 
 float: left;
 width: 610px;
 display: inline;
}

#footer { 
 width: 760px;
 clear: both;
 background: #FFC9DB;
 text-align: center;
 font-size: 10px;
 padding-top: 5px;
  padding-bottom: 5px;
}

#navigation {
 width: 760px;
 height: 25px;
 color: #603A16;
 background: #FFC9DB;
  clear: both;
}
#top-lenav{
	float: left;
	font-size:10px;
	color: #603A16;
	padding: 5px;
	padding-left: 8px;
	text-align:center;
	text-decoration: none;
}
#top-lenav a{
	color: #603A16;
	text-align: middle;
	padding: 5px;
	text-decoration: none;
}
#top-lenav a:hover{
	color: #FFFFFF;
	text-align: middle;
	padding: 5px;
	text-decoration: none;
}
#top-rinav{
	float: right;
	font-size:10px;
	color: #603A16;
	padding: 5px;
	text-align:center;
	text-decoration: none;
}
#top-rinav a{
	color: #603A16;
	text-align: middle;
	padding: 5px;
	text-decoration: none;
}
#top-rinav a:hover{
	color: #FFFFFF;
	text-align: middle;
	padding: 5px;
	text-decoration: none;
}
#left-nav { 
 width: 150px;
 float: left;
}
.text {
	padding: 8px;
}
#copyright {
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	margin-bottom: 95px;
}
