body {
	margin: 0px;
	background-color: #f6e0eb;
}
a {
	background-color: #FAEDF3;
	color: #973e6a;
	text-decoration: none;
	border-bottom: solid 1px #EAB5CF;
}
a:hover {
	background-color: #F3D6E4;
	border-bottom: solid 1px #973e6a;
}
#wrapper {
	margin: 0 auto;
	width: 1280px;
	background-color: white;
	border-left: solid 10px #EFD3E1;
	border-right: solid 10px #EFD3E1;
}
#content, #calendar {
	width: 1280px;
}
#calendar {
	height: 955px;
	background: url(calendar-bg.jpg) no-repeat top left;
}
#months {
	margin: 0 auto;
	width: 1170px;
	padding-top: 193px;
	padding-left: 18px;
}
.month, .month-box {
	width: 267px;
	height: 213px;
	float: left;
}
.month-box {
	height: 203px;
	cursor: pointer;
	cursor: hand;
}
.month {
	background: url(images/drop-shadow.png) no-repeat top left;
	margin-right: 25px;
	margin-bottom: 25px;
}
#jan { background: url(images/beth-january.jpg) no-repeat 0px 0px; }
#feb { background: url(images/rosemary-feb.jpg) no-repeat 0px 0px; }
#mar { background: url(images/raquel-march.jpg) no-repeat 0px 0px; }
#apr { background: url(images/alison-april.jpg) no-repeat 0px 0px; }
#may { background: url(images/brittany-elizabeth-may.jpg) no-repeat 0px 0px; }
#jun { background: url(images/roxi-june.jpg) no-repeat 0px 0px; }
#jul { background: url(images/kristen-july.jpg) no-repeat 0px 0px; }
#aug { background: url(images/connie-august.jpg) no-repeat 0px 0px; }
#sep { background: url(images/marcenia-sept.jpg) no-repeat 0px 0px; }
#oct { background: url(images/carrie-october.jpg) no-repeat 0px 0px; }
#nov { background: url(images/petra-november.jpg) no-repeat 0px 0px; }
#dec { background: url(images/sandi-dec.jpg) no-repeat 0px 0px; }
#content {
	margin-top: -20px;
	padding-bottom: 60px;
	background-color: white;
}
#content p {
	padding-left: 65px;
	padding-right: 300px;
	font-family: Cambria, georgia, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
#content h2 {
	padding-left: 65px;
	font-family: Cambria, serif;
	font-size: 41px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #973e6a;
}
span.bold {
	font-size: 18px;
}
form#paypal-form {
	font-family: "Cambria", georgia, serif;
	margin-left: 65px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 7px;
	background-color: #f6e0eb;
	border: solid 2px #EAB5CF;
	padding: 15px;
	width: 200px;
	font-size: 17px;
	line-height: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float:left;
	-webkit-box-shadow: 5px 5px 15px #EAB5CF;
	-moz-box-shadow: 5px 5px 15px #EAB5CF;
}