html,
body {
	margin: 0;
	padding: 0;
}
body {
	background: #090a09 url("../images/page-bkgd.jpg") repeat top center;
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1,
h2,
h3,
h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
	color: #8a1923;
	font-size: 22px;
}
.fc-list-header,
#right th,
#right #phoca-dl-category-box h3.pd-ctitle,
#anniversary h3,
#philafrunk-countdown h3,
div.moduletable-login h3,
div.moduletable-calendar h3,
div.widget h3,
div.advert h3,
div.moduletable-upcoming-events h3,
div.moduletable-raffle h3,
.archive h1,
h2 {
	background-color: #8a1923; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138,25,35,1) 0%, rgba(108,19,28,1) 45%, rgba(108,19,28,1) 55%, rgba(138,25,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,25,35,1)), color-stop(45%,rgba(108,19,28,1)), color-stop(55%,rgba(108,19,28,1)), color-stop(100%,rgba(138,25,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1923', endColorstr='#8a1923',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
#right #dpcal-event-container h2 {
	border: 0;
}
#right #phoca-dl-category-box h3.pd-ctitle,
.archive h1,
h2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	padding: 4px;
}
.archive h2,
h3 {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #231f20;
	font-size: 16px;
	margin: 5px 0;
}
h4 {
	color: #666666;
	font-size: 14px;
	margin: 5px 0;
}
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #8a1923;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#main {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 2px #000, -3px -3px 2px #000;
	-webkit-box-shadow: 3px 3px 2px #000, -3px -3px 2px #000;
	box-shadow: 3px 3px 2px #000, -3px -3px 2px #000;
	margin: 10px auto;
	width: 950px;
}
#head {
	background: url("../images/menu-bkgd.png") repeat-x bottom left;
	height: 120px;
	width: 100%;
}
#head>img {
	float: left;
	padding: 5px 5px 0;
}
#head-content {
	float: left;
	height: 115px;
	padding: 5px 0 0 30px;
}
#head-content>img {
	margin: 4px auto;
}
ul.menu {
	list-style-type: none;
	margin: 0 auto;
}
ul.menu li {
	float: left;
}
ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:hover,
ul.menu li a:active {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#head-content ul.menu {
	margin: 14px 0 0 10px;
}
#head-content ul.menu li {
	margin-left: 21px;
}
#content {
	float: left;
	margin: 0;
	padding: 20px;
	width: 910px;
}
#left {
	float: left;
	margin-right: 20px;
	width: 230px;
}
#menu-container {
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-collapse: separate;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	padding: 10px 10px 0;
	width: 210px;
}
#menu-container ul.menu {
	list-style-type: none;
}
#menu-container ul.menu li {
	float: none;
	padding-bottom: 10px
}
#menu-container ul.menu li a:link,
#menu-container ul.menu li a:visited,
#menu-container ul.menu li a:hover,
#menu-container ul.menu li a:active {
	color: #8a1923;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu-container ul.menu li.current>a:first-child:link,
#menu-container ul.menu li.current>a:first-child:visited,
#menu-container ul.menu li.current>a:first-child:hover,
#menu-container ul.menu li.current>a:first-child:active {
	text-decoration: underline;
}
#menu-container ul.submenu {
	padding: 10px 0 0 15px;
	margin-bottom: -10px;
}
#search {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	display: none;
	background: #231f20;
	border: 1px solid #ccc;
	border-collapse: separate;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 20px;
	padding: 10px 10px 10px 10px;
}
#right {
	float: left;
	width: 660px;
}
#right.full-width {
	width: 910px;
}
#foot {
	clear:left;
	height: 60px;
	width: 100%;
}
#foot ul.menu {
	background: #8a1923 url("../images/footer-bkgd.png") repeat-x top left;
	height: 32px;
	padding-left: 20px;
}
#foot ul.menu li {
	padding-top: 8px;
	text-align: center;
	width: 14%;
}
#foot p {
	clear: left;
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}
.tab {
	margin-left: 40px;
}
.checkmark { /* must include Google font 'Qwigley' on page */
	color: #a81923;
	font-family: 'Qwigley', cursive;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

/* phocaDownload overrides */
#phoca-dl-category-box .pd-category h3,
#phoca-dl-file-box .pd-file h3 {
	border: 0;
	box-shadow: none;
}
.pginline {
	float: left;
}
#right .gallery .pagination {
	float: right;
}
#right .pagination ul {
	list-style: none outside none !important;
	margin: 5px auto;
	text-align: center;
}
#pg-pagination	{
	float: right;
}
#right .pagination li {
	float: left;
	margin: 0 3px;
	padding: 0;
}
#right .pagination .pagecounter {
	padding-top: 5px;
}
#right #phoca-dl-category-box .pagination	ul {
	margin: 5px auto;
}
#right #phoca-dl-category-box .pd-button-download {
 margin-top: 5px;
}

/* upcoming events, advert, widget, login, slideshow, anniversary */
#anniversary,
#philafrunk-countdown,
div.moduletable-login,
div.moduletable-calendar,
div.widget,
div.advert,
div.moduletable-upcoming-events,
div.moduletable-raffle,
#right table.legend {
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-collapse: separate;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.widget {
	width: 100%;
}
#anniversary,
#philafrunk-countdown,
div.moduletable-login,
div.moduletable-calendar,
div.advert,
div.moduletable-upcoming-events,
div.moduletable-raffle {
	font-size: 13px;
	margin: 0 20px 20px 0;
	padding: 0 0 10px;
	width: 230px;
}
#anniversary h3,
#philafrunk-countdown h3,
div.moduletable-login h3,
div.moduletable-calendar h3,
div.widget h3,
div.advert h3,
div.moduletable-upcoming-events h3,
div.moduletable-raffle h3 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 5px;
}
#login-form {
	padding-left: 10px;
}
div.moduletable-login input {
	float: left;
	width: 190px;
}
div.moduletable-login input {
	margin-bottom: 5px;
}
div.moduletable-login input[type="checkbox"],
div.moduletable-login input[type="submit"] {
	float: none;
	margin: 0;
	vertical-align: text-bottom;
	width: auto;
}
div.moduletable-login input[type="submit"] {
	margin: 10px auto;
	width: 210px;
}
div.moduletable-login li {
	margin: 5px 10px;
}
div.widget h4 {
	color: #8a1923;
}
div.widget span.mod-articles-category-date {
	font-size: 12px;
	font-style: italic;
}
#right div.widget p {
	padding: 2px 0 0;
	font-size: 13px;
}
#anniversary hr,
div.blog div.item-separator,
div.widget hr,
div.moduletable-calendar div.custom-calendar hr {
	background: #999;
	background-image: -webkit-linear-gradient(left, #eee, #999, #eee);
	background-image: -moz-linear-gradient(left, #eee, #999, #eee);
	background-image: -ms-linear-gradient(left, #eee, #999, #eee);
	background-image: -o-linear-gradient(left, #eee, #999, #eee);
	border: 0;
	clear: left;
	height: 1px;
	margin: 5px 10px;
}
div.widget>div>hr:last-child {
	display: none;
}
div.advert img.center {
	display: block;
	margin: 0 auto;
}
#ais_109_wrapper {
	height: 450px;
	margin: 0;
	max-width: 660px;
	overflow: hidden;
	width: 660px;
}
#anniversary h3 {
	margin: 0;
}
#anniversary h4 {
	font-size: 13px;
	margin: 5px 0;
}
#anniversary p {
	font-size: 12px;
}
#anniversary marquee {
	display: block;
	height: 60px;
	margin: 5px 10px;
	overflow: hidden;
}
div.tip-wrap {
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-collapse: separate;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
div.tip-wrap div.tip {
	font-size: 12px;
}
div.tip-wrap .tip-title {
	font-weight: bold;
}
div.edit {
	font-size: 13px;
}
div.edit fieldset {
	border: 1px solid #ccc;
	border-collapse: separate;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 20px;
	padding: 10px;
}
div.edit legend {
	font-weight: bold;
}
div.edit label {
	display: block;
	float: left;
	padding-top: 5px;
	width: 125px;
}
div.edit .formelm-buttons {
	background-color: #eee;
	margin: 10px auto;
	text-align: center;
}
div.edit .formelm-buttons button {
	margin: 5px;
	width: 85px
}

/* content specific */
#right {
	line-height: 1.2;
}
#right ul,
#right ol {
	list-style: disc outside none;
	margin-left: 20px;
}
#right ol {
	list-style-type: decimal;
}
#right p,
#right li {
	padding-bottom: 20px;
}
#right li.no-pad {
	padding-bottom: 0;
}
#right table {
	border: 1px solid #8a1923;
	border-collapse: separate;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
}
#right .com-dpcalendar-calendar table:not(.legend) {
	border: none;
	border-collapse: collapse;
	border-radius: 0;
	margin: 0;
}
#right th,
#right td {
	padding: 10px;
	vertical-align: middle;
}
#right .com-dpcalendar-calendar table:not(.legend) td,
#right .com-dpcalendar-calendar table:not(.legend) th {
	padding: 0;
}
#right th {
	font-weight: bold;
	text-align: left;
}
#right th a:link,
#right th a:visited,
#right th a:hover,
#right th a:active {
	color: #fff;
}
#right tr:nth-child(odd) {
	background-color: #fff;
}
#right .com-dpcalendar-calendar tr:nth-child(odd) {
	background: none;
}
#right tr:nth-child(even) {
	background-color: #eee;
}
#right .display-limit {
	margin-top: 20px;
}
#right #phoca-dl-category-box .pd-filebox,
div.track-profile-listing {
	background-color: #f7f7f7; /* Old browsers */
	background-image: none;
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #fff inset, 0 0 3px #ccc;
	-webkit-box-shadow: 0 1px 3px #fff inset, 0 0 3px #ccc;
	box-shadow: 0 1px 3px #fff inset, 0 0 3px #ccc;
}
#right div.track-profile-listing {
	cursor: pointer;
	margin-bottom: 20px;
}
#right div.track-profile-listing table {
	border: 0;
	margin: 0;
	padding: 0;
}
ul#archive-items {
	list-style: none;
	margin: 20px 0 0;
}
ul#archive-items div.intro p {
	padding-bottom: 5px;
}
ul#archive-items div.intro {
	margin-left: 15px;
}
ul#archive-items dl.article-info {
	font-size: 13px;
	font-style: italic;
	margin-left: 15px;
}

/* sitemap */
#xmap ul {
	list-style: none;
}
#xmap ul ul {
	padding-top: 5px;
}
#xmap li {
	padding-bottom: 5px;
}
#xmap ul.level_0>li>a:first-child {
	font-size: 18px;
	font-weight: bold;
}
#xmap ul.level_1>li>a:first-child {
	font-size: 16px;
	font-weight: bold;
}
#xmap ul.level_2>li>a:first-child {
	font-weight: bold;
}

/* blog */
#right div.blog div.items-leading p,
#right div.blog div.item p {
	padding-bottom: 0;
}
div.blog dl.article-info {
	margin-bottom: 5px;
}
dd.published {
	font-size: 13px;
	font-style: italic;
}
div.blog div.item-separator {
	margin: 10px;
}
#right div.items-more li {
	padding-bottom: 10px;
}
#county-map {
	height: 348px;
	margin: 0 30px;
	width: 600px;
}
div.bannergroup {
	margin: 0 auto;
	width: 160px;
}
div.banneritem {
	margin: 20px auto;
}
/* edit icons */
#right ul.actions {
	list-style-type: none;
	margin: -5px 0 5px;
	padding: 0;
	text-align: right;
	width: 100%;
}
#right ul.actions li {
	display: inline;
	margin: 0;
	padding: 0;
}
img.der-gasser-cover {
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	height: 291px;
	width: 225px;
}
div.der-gasser-list a {
	float: left;
	text-align: center;
	width: 105px;
}

/* event booking */
#right .form-actions {
		background: none;
		border-top: 1px solid #ccc;
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 19px 20px 20px;
		text-align: center;
}
#right #phoca-dl-category-box .pd-button-download a,
div.eb-taskbar a.btn,
div.moduletable-login input[type="submit"].button,
#right input.btn,
#right input.btn-primary {
		background-color: #f7f7f7; /* Old browsers */
		background: -moz-linear-gradient(top, #f7f7f7 0%, #ccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f7f7f7 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f7f7f7 0%,#ccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f7f7f7 0%,#ccc 100%); /* IE10+ */
		background: linear-gradient(to bottom, #f7f7f7 0%,#ccc 100%); /* W3C */
		border: 1px solid #8A1923;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		box-shadow: none;
		color: #212121;
		padding: 4px 14px;
		text-decoration: none;
		text-shadow: none;
}
#right .control-group img {
	vertical-align: top;
}
table.donate-details {
	margin: 0 5px;
	width: 220px;
}
table.donate-details td>strong::after {
	content: ":";
}
table.donate-details td label {
	display: block;
}
table.donate-details td.center div.jd-taskbar {
	text-align: center;
}
table.donate-details td div.jd-taskbar input[type="button"] {
	background-color: #8a1923; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(138,25,35,1) 0%, rgba(108,19,28,1) 45%, rgba(108,19,28,1) 55%, rgba(138,25,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,25,35,1)), color-stop(45%,rgba(108,19,28,1)), color-stop(55%,rgba(108,19,28,1)), color-stop(100%,rgba(138,25,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(138,25,35,1) 0%,rgba(108,19,28,1) 45%,rgba(108,19,28,1) 55%,rgba(138,25,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a1923', endColorstr='#8a1923',GradientType=0 ); /* IE6-9 */
	border: 1px solid #8A1923;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	margin: 10px 0 0;
	padding: 4px 14px;
}

/* Remove/Override DPCalendar stylings */
#right .fc-header-toolbar h2 {
	background: none;
	color: #8a1923;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0;
}
#right th.fc-widget-header {
	border: 0;
	text-align: center;
}
.fc-button-content {
	font-size: 20px;
}
.fc-header .fc-button {
	margin-bottom: 0;
}
td.fc-first {
	border-left-width: 0;
}
.fc-border-separate td.fc-last {
	border-right-width: 0;
}
.fc-border-separate tr.fc-last td {
	border-bottom-width: 0;
}
.fc-day-content {
	height: 46px;
}
#right table.fc-agenda-allday {
	border: 0;
	margin-bottom: 0;
}
#right table.fc-agenda-allday th.fc-agenda-gutter {
	background: none;
	border-right: 1px solid #8a1923;
}
.fc-view-list {
	border-color: #8a1923;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.fc-list-header {
	font-weight: bold;
}
#right #dpcal-event-container h2 {
	border: 0;
}
#right .dp-container h2 {
	color: #fff;
	font-size: 18px;
	line-height: initial;
	margin: 0 0 10px;
}
#right .fc-header-title h2 {
	color: #8a1923;
	margin-top: 10px;
}
.fc-button-content {
	font-size: 20px;
}
#right table.legend {
	margin-top: 20px;
}
#right table.legend td {
	background: #f7f7f7;
}
#right table.legend td:first-child {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#right table.legend td:last-child {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#right table.legend div.legend-key {
	height: 24px;
	width: 24px;
}
.com-dpcalendar-calendar {
	margin-top: -16px;
}
.mod-dpcalendar-upcoming-default__events {
	padding: 0 10px;
}
.fc-day-header {
	height: 32px;
}
.fc td.fc-widget-content:not(.fc-day) {
	border: 0;
}
.fc th,
.fc td {
	border-top-width: 0;
}
/* media queries */
@media only screen and (max-width: 965px) and (min-width: 1px)	{
	#main {
		width: 740px !important;
	}
	#head {
		background: url("../images/menu-bkgd-small.png") repeat-x bottom left;
		height: 85px !important;
	}
	#head-content {
		height: 80px !important;
		padding: 0 0 0 30px;
	}
	#head-content #swmenu a.item1 {
		font-size: 12px;
	}
	#head-content #swmenu li:first-child a.item1 {
		margin-left: 0;
	}
	#head-content #sfmenu {
		margin-left: -10px;
		padding: 5px 0 0 0;
	}
	#foot ul.menu li a:link,
	#foot ul.menu li a:visited,
	#foot ul.menu li a:hover,
	#foot ul.menu li a:active {
		font-size: 12px;
	}
	#logo {
		height: 78px !important;
		width: 75px !important;
	}
	#old-logo {
		height: 75px !important;
		width: 78px !important;
	}
	#rtr-text {
		height: 46px !important;
		width: 500px !important;
	}
	#content {
		padding: 10px;
		width: 720px !important;
	}
	#left {
		margin-right: 20px;
		width: 200px !important;
	}
	#menu-container {
		margin-right: 20px;
		padding: 10px 10px 0;
		width: 180px;
	}
	#right {
		width: 500px !important;
	}
	#right.full-width {
		width: 720px !important;
	}
	#anniversary,
	div.moduletable-login,
	div.moduletable-calendar,
	div.advert,
	div.moduletable-upcoming-events {
		font-size: 13px;
		margin: 0 20px 20px 0;
		padding: 0 0 10px;
		width: 200px;
	}
	div.moduletable-login input {
		width: 175px;
	}
	div.moduletable-login input[type="submit"] {
		margin: 10px auto;
		width: 180px;
	}
	#ais_109_wrapper {
		height: 375px;
		width: 500px;
	}
	#county-map {
		height: 273px;
		margin: 0 15px;
		width: 470px;
	}
	#the-frunk {
		height: 282px;
		margin: 0 15px;
		width: 470px;
	}
	#you-tube {
		height: 282px;
		margin: 0 0px;
		width: 470px;
	}
	#landing-page {
		height: 353px;
		margin: 0 0px;
		width: 470px;
	}
	#banner {
		height: 120px;
		margin: 0 0px;
		width: 470px;
	}
	#wide {
		height: 173px;
		margin: 0 0px;
		width: 470px;
	}
	.fc-button-print {
		display: none;
	}
	#right .fc-header td {
		padding: 5px;
	}
	div.der-gasser-list a {
		width: 95px !important;
	}
}