
body {
	background-image: url(../im/bck1.gif);
	background-attachment: fixed;
	margin-top: 2px;
}

#container {
	width: 1000px;
	background-color: #fff;
	margin-left: auto;		/* This centers */
	margin-right: auto;
	font-family: Arial;
	font-size: 9.5pt;
}

#header {
	background-image: url(../im/holidayheader.gif);
	height: 238px;
}

#footer {
	background-color: #900;
	height: 20px;
}

#menu {
	height: 57px;
}

#content {
	width: 100%;
	font-family: Arial;
	font-size: 9.5pt;
}

#content #column1 {
	width: 650px;
	vertical-align: top;
	padding: 18px 18px 0 18px;
}

#content #column2 {
	width: 313px;
	vertical-align: top;
}

#upcoming-events {
	padding-top: 20px;
	width: 325px;
	float: left;		/* This goes on the left */
}

#events {
	background-color: #ffc;
	height: 300px;
}

#santa-letters {
	padding-top: 20px;
	float: right;			/* This goes on the right */
}


#left-communities , #right-communities {
	font-size: 12pt;
}

#left-communities {
	float: left;
	width: 250px;
}

#right-communities {
	float: right;
	width: 250px;
}

/* Generic elements */
.ad , .youtube {
	padding-bottom: 10px;
}

.thumb {
	padding: 10px 30px 30px 10px;
	width: 150px;
	height: 112px;
}

.play-button {
	position: relative;
	top: -75px;
	left: -125px;
}

.full {
	width: 500px;
	height: 375px;
}

.label {
	font-weight: bold;
}

.edit-table {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.edit-table th , .edit-table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.edit-table td {
	padding: 0 3px 0 3px;
}

.dumpQuery {
	border-left: 1px solid #888;
	border-top: 1px solid #888;
}

.dumpQuery th , .dumpQuery td {
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 1px 3px 1px 3px;
}

/* HTML elements */

h1 {
	color: #030;
	font-size: 12pt;
}

p {
	padding: 10px 0 10px 0;
}

img {
	border: 0;
}

td , th {
	vertical-align: top;
	font-family: Arial;
	font-size: 9.5pt;
}

textarea {
	font-family: Arial;
	font-size: 9.5pt;
}

#popup {
	width: 500px;
	height: 440px;
	text-align: center;
}

#popup a {
	font-weight: bold;
	font-size: 16px;
}

/* Popups */
._popup {
	z-index: 100;
	position: absolute;
	border: 2px solid #000;
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

._popup ._popup_title {
	background-color: #ffa500;
	padding: 2px 0 2px 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

._popup ._popup_body {
	padding: 5px;
}

._popup ._popup_buttons {
	text-align: center;
}

/* Screen only */
@media screen {

	.noprint { }

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint {
		display: none;
	}
}

