#layoutLayer {
	LEFT: 0px; VISIBILITY: visible; POSITION: absolute; TOP: 0px
}
#hpBackgroundLayer {
	LEFT: 0px; VISIBILITY: visible; WIDTH: 765px; POSITION: absolute; TOP: 0px; HEIGHT: 659px
}
#hpBlurb1Layer {
	LEFT: 191px; VISIBILITY: visible; WIDTH: 159px; POSITION: absolute; TOP: 45px; HEIGHT: 67px
}
#hpBlurb2Layer {
	LEFT: 369px; VISIBILITY: visible; WIDTH: 159px; POSITION: absolute; TOP: 45px; HEIGHT: 67px
}
#hpBlurb3Layer {
	LEFT: 549px; VISIBILITY: visible; WIDTH: 159px; POSITION: absolute; TOP: 45px; HEIGHT: 67px
}


.calendar
{
	margin: 0px;
	margin-right: 13px;
	color: #777777;
	font-size: 11px;
	padding: 0px;
	border: 0px solid #000000;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
	.calendar-month
	{
		color: #817b65;
		font-weight: bold;
		font-size: 10px;
		margin-bottom: 4px;
		text-transform: uppercase;
	}
	a.calendar-month
	{
		color: #817b65;
		font-weight: bold;
		font-size: 12px;
		margin-bottom: 4px;
		text-decoration: none;
	}
	a.calendar-linked-day
	{
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		height: 17px;
		width: 21px;
		padding-top: 2px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	a.calendar-linked-day:hover
	{
		color: #793E17;
		text-decoration: none;
		background-color: #E2B500;
		cursor: pointer;
	}
	td.calendar-linked-day
	{
		color: #817b65;
		font-weight: bold;
		text-align: center;
		padding: 0px;
		border-bottom: 2px solid #e6dfc3;
		background-color: #aaa381;
		height: 18px;
	}
	div.module td.calendar-linked-day {
		border-bottom: 2px solid #FFFF29;
		background-color: #4884D1;
		color: #FFFF29;
		line-height: .9em;
	}
	td.calendar-linked-today
	{
		color: #817b65;
		font-weight: bold;
		text-align: center;
		padding: 0px;
		border-left: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #e6dfc3;
		background-color: #aaa381;
	}
	div.module td.calendar-linked-today {
		border-left: 2px solid #FFFF29;
		border-right: 2px solid #FFFF29;
		border-bottom: 2px solid #FFFF29;
		background-color: #4884D1;
		font-weight: bold;
		color: #FFFF29;
	}
	.calendar-day
	{
		color: #6b6752;
		font-weight: bold;
		text-align: center;
		padding: 0px;
		border-bottom: 2px solid #e6dfc3;
		background-color: #aaa381;
		height: 18px;
		width: 21px;
	}
	div.module td.calendar-day {
		border-bottom: 2px solid #FFFF29;
		background-color: #4884D1;
		color: #CCCCCC;
	}
	.calendarRowLeft
	{
		padding: 0px;
		border-bottom: 2px solid #e6dfc3;
		text-align: right;
		width: 7px;
	}
	div.module .calendarRowLeft {
		border-bottom: 2px solid #FFFF29;
	}
	.calendarRowRight
	{
		padding: 0px;
		border-bottom: 2px solid #e6dfc3;
		text-align: left;
		width: 7px;
	}
	div.module .calendarRowRight {
		border-bottom: 2px solid #FFFF29;
	}

#gallery {
	min-height: 150px;
	margin-top: 2px;
	font-size: .75em;
}
	#gallery h1 {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		font-variant: small-caps;
		text-transform: none;
		font-size: 1.7em; 
	}
	#gallery h1 a {
	}
	#gallery a img:hover {
		opacity: .75;
	}
	#gallery div.gallery-row {
		background-color: #7f7964;
		border: 1px solid #CCCCCC;
		float: left;
		margin-bottom: 2px;
		display: block;
		width: 680px;
	}
	#gallery div.gallery-row h1 {
		display: inline;
		float: left;
		width: 260px;
		height: 100px;
		background-color: #bab293;
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 10px;
		margin: 5px;
	}
	#gallery div.gallery-row h1 div.date {
		font-size: .6em;
		text-align: left;
		float: left;
	}
	#gallery h1 div.date {
		font-size: .6em;
		text-align: left;
		float: right;
		padding-top: 7px;
	}
	#gallery h1 div.date a {
		font-variant: normal;
		font-weight: normal;
		color: #a91e00;
	}
	#gallery a.back {
		margin-left: 0px;
		float: left;
	}
	#gallery div.tiles {
		clear: both;
	}
	#gallery div.tiles img {
		width: 110px;
	}
	#gallery #single {
		clear: both;
		margin: 0px;
		margin-top: 50px;
		height: 330px;
	}
	#gallery #single #big {
		float: left;
	}
	#gallery #single #previous,
	#gallery #single #next {
		float: left;
		margin-left: 6px;
		text-align: center;
		font-size: 1.5em;
		margin-top: 60px;
	}
	#gallery #single #previous a:hover, #gallery #single #next a:hover {
		text-decoration: none;
	}
	#gallery img {
		padding: 4px;
		border: 1px solid #CCCCCC;
		background-color: #EEEEEE;
	}