/************************************ 
* Stylesheet includes
************************************/
@import url("common.css");
@import url("menu.css");

/************************************ 
* Tables
*************************************/
#tbl01
{
    width: 750px;
    margin: 0px auto; /* Center table */
}

.tbl02
{
	font-size: 8pt;
    border-color: #000000;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-collapse: collapse;
}
.tbl02 td
{
	border-color: #000000;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	margin: 0;
	padding: 6px;
	vertical-align: top;
}
#event_dates td
{
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
}
/************************************ 
* Images
*************************************/
#silhouette_top
{
	background-image: url("../images/e_silhouette_top.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#silhouette_bottom
{
	background-image: url("../images/e_silhouette_bottom.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#image1
{
	background-image: url("../images/e_image_1.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#image2
{
	background-image: url("../images/e_image_2.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

#image3
{
	background-image: url("../images/e_image_3.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}
