html, body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#444;
	font-size:95%;
	background: #fff url(../images/bg.jpg) fixed top repeat-x ;
}
body {
	min-width:745px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	overflow: -moz-scrollbars-vertical;
}
#wrap {
	background:white;
	margin:0 auto;
	width:745px;
	padding:0 10px;
}
#header {
	position:relative;
	background:white;
	border:0px solid #444;
	padding:10px 0 0 10px;
	height:150px;
}
#sidebar {
	background:white;
	float:left;
	width:160px;
	margin:10px 0;
	font-size:90%;
	padding-right:10px;
	text-align:right;
}
#main {
	background:white;
	float:right;
	width:565px;
	margin-top:10px;
}

/*  footer  */
#footer {
	border-top:2px solid #ccc;
	clear:both;
	padding:5px;
	margin:0;
	text-align:center;
	font-size:90%;
}

/*  styling main content  */
#main h1 {
	font-family: tahoma, arial, verdana, sans-serif;
	color:black;
	padding:0 10px;
	font-size:130%;
	font-weight:normal;
}
#main h2 {
	font-family: arial, verdana, sans-serif;
	padding:0 10px;
	font-size:115%;
	color:#444;
	font-weight:bold;
}
#main h3 {
	padding:0 10px;
	font-size:105%;
}
#main p {
	padding:0 10px;
	font-size:100%;
}
#main p#fs_date {
	padding:0 10px;
	font-size:80%;
	/*color:#0D602B;*/
	font-style:italic;
}

/*  navigation panel  */
#sidebar ul {
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
	list-style:none;
}
#sidebar li {
	display:block;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	list-style:none;

}
#sidebar a {
	text-decoration:none;
	color:#0D602B;
	font-weight:bold;
	padding-right:5px;
	font-size:105%;
}
#sidebar a:active, #sidebar a:hover {
	text-decoration:none;
	color:#666;
	text-decoration:underline;
}
#sidebar ul li ul {
	list-style-image:url(bullet.gif);
	list-style-type:circle;
	padding-right:5px;
	margin:5px;
}
#sidebar li li {
	border-bottom:0px solid #ccc;
	padding:5px 0
}
#sidebar li li a {
	font-weight:normal;
}

/*  images  */
#main img {
	margin:5px;
	padding:4px;
	border:1px solid #ccc;
	background-color:#fff;
}
img.imgR {
	float:right;
	padding:0 0 10px 10px;
	clear:both;
}
img.imgL {
	float:left;
	padding:0 10px 10px 0;
	clear:both;
}
hr {
	border:1px solid #ccc;
}

/*  events table widths  */
.events th.day {
	width: 100px;
}
.events th.month {
	width: 100px;
}
.events th, .events td {
	background: white url(/pog/assets/images/bg-table-tiny.jpg) repeat-x;
}
.events caption {
	padding-top:20px;
}

#header img#logo {
	float:left;
	padding-left:15px;
	border:0;
}
#header img#photo {
	float:right;
	border:1px solid #ccc;
	padding:2px;
}

/*  top and back links  */
#direct  {
	clear:both;
	font-size:90%;
	margin-top: 40px;
	padding:5px;
	border-top: 1px solid #ccc;
}
/* table */
table {
	border: 1px solid #ccc;
	width:99%;
}
caption {
	padding-bottom: 6px;
	padding-left:10px;
	text-align:left;
	font-weight:bold;
	font-size:120%;
}
tr {
	border-bottom: 1px solid #ccc;
}
th {
	font-size:90%;
}
th, td {
	padding: 10px;
	text-align:left;
	vertical-align:top;
	background: white url(/pog/assets/images/bg-table.jpg) repeat-x;
}
td {
	border-top: 1px solid #ccc;
}

/* Event table */
#main table.events th, #main table.events td {
	padding:5px;
	text-align:left;
}
.events th.day {
	width: 100px;
}
.events th.month {
	width: 100px;
}
.events th, .events td {
	background: white url(/pog/assets/images/bg-table-tiny.jpg) repeat-x;
}
.events caption {
padding-top:20px;
}


/*  Gallery  */
div.galleryItem, div.galleryThumbDisplay, div.galleryDisplay {
	float:left;
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
	margin-right:10px;
	background: white url(/pog/assets/images/bg-table.jpg) repeat-x;
	margin-bottom:20px;
}
div.galleryItem h2, div.galleryThumbDisplay h2 {
	font-size:90%;
	padding:0;
	margin:0;
}
div.galleryItem img, div.galleryThumbDisplay img {
border:0;
}
div.galleryThumbDisplay {
	width:550px;
	text-align:left;
}
div.galleryDisplay {
	width:550px;
	text-align:center;
}
