@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	text-decoration:none;
}#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
#bodywrap {
	background-color: #faf6f6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #f4989b;
	border-bottom-color: #f4989b;
}
#body {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #76513C;
	font-size: 10px;
	font-family: 'Cutive', serif;
}
#LHS {
	width: 610px;
	float: left;
}
#RHS {
	float: right;
	width: 320px;
	background-color: #fefdfd;
	padding-top: 20px;
}
.clearboth {
	clear: both;
}
p {
	font-size: 14px;
	color: #76513C;
	padding-bottom: 24px;
	line-height: 26px;
	font-family: 'Cutive', serif;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #da525f;
	font-family: 'Cutive', serif;
	padding-bottom: 20px;
}
#LHS h3 {
	font-size: 18px;
	font-weight: normal;
	color: #76513c;
	font-family: 'Cutive', serif;
	line-height: 32px;
}
#fb {
	background-color: #DA525F;
	float: left;
	padding: 10px;
	width: 180px;
}
#fb h3 a{
	color: #FFF;
	font-size: 12px;
	line-height: 32px;
	display: block;
	white-space: nowrap;
}
#fb a img  {
	vertical-align:middle;
	margin-right: 10px;
	float: left;
}
#fb h3 a:hover {
	color: #F4989B;
}
#RHS h3 {
	font-size: 16px;
	font-weight: normal;
	color: #DA525F;
	font-family: 'Cutive', serif;
	padding-left: 20px;
}
