body {
	background: #000000 url(/images/body_bg.gif) repeat top left;
	margin: 0px;
}
body, table {
	font-family: "comic sans ms", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#main{
	width: 800px;
	background: #ffffff;
	border: 1px solid #CC3333;
	margin-top: 15px;
	margin-bottom: 15px;	
}
A, A:active, A:hover, A:visited{
	color: #CC3333;
}
A:hover {
	text-decoration: none;
}
.footer {
	text-align: center;
	font-size: 10px;
	background: #000000 url(/images/background2.jpg) repeat-x top left;
	color: #ffffff;
	padding: 25px 0px 2px 0px;
}
li {
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	margin: 0px 0px 8px 0px;
}
ul{
	list-style: square outside url('/images/lidot.gif');
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 10px 10px;
}
ol{
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
/************************************
CONTAINERS
************************************/
.table1  {
 	width: 100%;
}
.table1Title {
	font-weight: bold;
	font-size: 15px;
	background: #CC3333;
}
.table1Location {
	background: #ececec;
}
.table1Date {
	background: #cdcdcd;
}
.table1 td{
	border: 1px solid #000;
	padding: 2px;
 	vertical-align: top;
}
.table1Summary {
	width: 70%;
	font-size: 12px;
}
.leftnav{
	vertical-align: top;
	width: 130px;
	padding: 0px 0px 0px 5px;
}
.content{
	width: 660px;
	height: 300px;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}
.floatBox {
	float: right;
	width: 150px;
	border: 3px double #000;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	background: #ececec;
}
.box {
	background: #ebebeb;
	border: 1px solid #6d6c6c;
	padding: 3px;
	color: #6d6c6c;
}
.fineprint {
	font-size: 12px;
	color: #525252;
}
.galleryTable {
	width: 100%;
	height: 100%;
}
.gallerytd1_a {
	
	height: 58px;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
}
.gallerytd1_b {
	height: 58px;
	text-align: right;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
}
.gallerytd2 {
	width: 160px;
	padding-right: 15px;
	vertical-align: top;
}
.gallerytd3 {
	vertical-align: top;
	width: 130px;
}
.gallerytd4 {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 10px;
}
.galleryprint {
	font-size: 11px;
}