/*
  Author: Kenny Saunders
  Website: http://www.fortyeightdesigns.com
  Date: July 7th, 2006
  Description: Main layout & page styles for SharonSiskin.com
*/

/* GLOBAL STYLES
===============================================================*/
body {
	background:#f2f2ef url('../images/popup_bg.jpg') no-repeat;
	color:#222;
	margin:0px 80px 0 50px;
	}
html, body, h1, h2, h3, h4, h5, h6, img, p, a, ul, ol, li, dl, dt, dd, form { 
	margin:0; padding:0; border:0;
	}
ul, ol, li { 
	list-style-type:none; 
	line-height:0;
	}
.clear_left { clear:left; }


/* LAYOUT STYLES
===============================================================*/
#wrapper {
	padding:0 80px 30px 50px;
}
h1 {
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	margin:90px 0 5px 0;
	}
h2 {
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#595959;
	text-align:center;
	margin-bottom:5px;
	}
p {
	font:11px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#595959;
	background-color:#ece7d4;
	display:inline;
	}
