body {
	text-align: center;
	background-color: #e8dac5;;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	
}

h2 {
	color: #0d808a;
	font-family: Georgia;
	font-size: 24px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: normal;
	line-height: 21px;
	
}

h3 {
	color: #96102d;
	font-family: Georgia;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: normal;
}

h4 {
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
	padding-bottom: 10px;
}

p {
	color: #3c3c3c;
	font-family: Georgia;
	font-size: 15px;
	line-height: 150%;
	padding-bottom: 20px;
}
#wrapper {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#main{
	width: 560px;
	margin-left: 460px;
	padding-top: 30px;

}

#main a {
	color:0d808a;
}

#sidebar_first{
	width: 425px;
	float:left;
	padding-right: 30px;	
}

#thankyou {
	background-color: #18a2ae;
	width: 400px;
	margin-bottom: 20px;
	padding: 1px;
	
}
	
#thankyou h2 {
	color: #fcf9f4;
	font-family: Georgia;
	font-size: 18px;
	padding: 10px;
	border: 1px;
	border-color: white;
	font-style: italic;
	border: 1px solid #fff;
	text-align: center;
	letter-spacing: .03em;
}

#family {
	text-align: center;
}

#logo {
	margin-bottom: 30px;
	margin-top: 40px;
}

#sidebar_first h3 {
	border-top: 1px dashed #000;
	padding-top: 20px;
	width: 400px;
}

