/* Styles  for Storyspell.com - Deb Freedmans website - home page */

body { margin: 0px 0px;
	padding: 0px;
	text-align: center;
	background-color:rgb(237, 242, 227);
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	top: 15px;
	position:relative;
	height:auto;
}


#banner {
	position:absolute;
	left:34px;
	top:12px;
	width:956px;
	height:140px;
}


#sidebar {
	position:absolute;
	left:32px;
	top:150px;
	width:430px;
	height:586px;
}

#sidebar p {margin-top:0px;}

#sidebar a { font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			color:#222E59;
			text-align:center;
			text-decoration:none;
			font-style:italic;
			font-weight:400;
	
}

#sidebar a:hover { color:#DC911E;
}

#main-content {
	position:absolute;
	left:462px;
	top:159px;
	width:529px;
	height:395px;
	background-image:url(library/text-paintstroke.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#main-content p { font-size:0.9em;
					color:#474747;
					text-align:left;
					padding:0px 15px 5px 10px;
					line-height: 105%;
					margin:0px;
}
				

#quote {
	position:absolute;
	left:2px;
	top:375px;
	width:429px;
	height:221px;
	z-index:-1;
}

#slicetest-07 {
	position:absolute;
	left:463px;
	top:487px;
	width:529px;
	height:69px;
}

#contact {
	position:absolute;
	left:462px;
	top:566px;
	width:529px;
	height:152px;
}

#footer {
	position:absolute;
	left:51px;
	top:733px;
	width:943px;
	height:36px;
}

#footer p {font-family:Arial, Helvetica, sans-serif;
			font-size: 0.5em;
			color:#344217;
			text-align:center;
}

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

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

