@charset "utf-8";
/* CSS Document */


body {
		background: #FFFFFF url(../img/bg-page.jpg) no-repeat scroll bottom left;
		margin: 30px auto 60px auto;
		padding: 0;
		padding-bottom: 0;
	}
	
	#wrapper {
	   padding: 0;
	   margin: 0 auto; /* This will center it */
	   width: 799px;
      position: relative;
      padding-bottom: 45px;
      background: transparent url(img/bg_ftr.png) no-repeat scroll bottom left;
	}

h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		margin-top: 15px; 
		margin-bottom: 0px;
		margin-left: 20px;
		font-weight: normal;
		color: #222;
	}	
h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:19px;
		font-style: italic;
		line-height: 16px;
		margin-top: 15px; 
		margin-bottom: 0px;
		margin-left: 20px;
		font-weight: normal;
		color: #222;
	}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #900;
}


p {
		margin: .5em auto 0 20px;
	}

