/* CSS Document -Sage Framing -Denise Rich */

*{margin:0; padding:0;}
body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #CDD0A8 url(http://sageframing-gallery.com/artist/images/layout/bkgrnd-leaf4.jpg);
	text-align:center;
	color: #4F3132;
}
h1, h2, h3 {margin-bottom: .3em;}
h2 {font-size: 1em;}
p {font-size: .85em;
	letter-spacing: -0.03em;
	color: #444;
	margin-bottom: .7em;
	}
#wrapper {
	/*position:relative;*/
	margin: 10px auto 10px;
	width: 760px;
	background-color: #CDD0A8;
	border: 7px solid #CDD0A8;
}
#wrapper2 {border: 1px dashed #444;}

#header {
	text-align: left;
	padding: 50px 50px 20px;
	font-family: "New Century Schoolbook", serif ;
}
#content {
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 10px;
}

#section1 {padding: 0px 75px ; text-align:left; margin-bottom: 25px;}
#section1 p {width: 385px; font-size: .90em; }
#section1 p a:link, #section1 p a:visited {text-decoration: none; color: #444; }
#section1 p a:hover {text-decoration: underline; color: #666; }

#section2 {margin-bottom: 25px;}

#footer {
	clear: both;
	width: 100%; 
	text-align: center;
	font-size: .75em;
	padding: 10px 0px 15px;
	/*border-top: 1px dashed #4F3132;*/
	color: #4F3132; 
}
#footer a:link, #footer a:active {color: #4F3132; text-decoration: none;}
#footer a:hover {color: #9B6061; text-decoration: underline;}
#footer a:visited {color: #4F3132; text-decoration: none;}	
  
.lft {float:left; }
.rt {float:right; }
.clear {clear:both; line-height: 1px;}