body {
	background-image:url(../images/oneevents/header_bg.png);
	background-color:#f2f2f2;
}

h2 {
	font-family:Arial,Georgia,serif;
	font-weight:normal;
	font-size:14pt;
	margin:0px;
	padding:0px;
	margin-bottom:6px;
}

h3 {
	font-family:Arial,Georgia,serif;
	font-weight:bold;
	font-size:10pt;
	margin-top:10px;
	padding:0px;
	margin-bottom:6px;
}

#site {
	color:black;
}

#content {
}

#table_images {
	height:100%;
}

#table_images td a {
	padding-left:20px;
	text-decoration:none;	
}

#table_images img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#table_contact td a {
	padding-left:0px;
}

th {	
	text-align:left;
	font-weight:normal;
	font-family:Arial,Georgia,serif;	
}

th a, th a:visited{
	color:#0033ff;
}

#footer {
	position:static;
	height:200px;
	text-align:center;
	background-image:url(../images/oneevents/footer_bg.png);
	color:white;
	text-decoration:none;
	font-family:Arial,Georgia,serif;
	font-weight:normal;
}

#footer table{
	margin-left:auto;
    margin-right:auto;
	margin-top:10px;
    width: 760px;
}

#footer a, #footer a:visited {
	color:white;
	text-decoration:none;
}

#footer  h2{
	color:white;
	font-size: 140%;
	text-decoration:none;	
}

#footer  h3{
	color:white;
	font-size: 110%;
	text-decoration:none;
}

.popup
{
   position:absolute; left:0; top:-80; width:132;
   border-style:solid;
   border-width:4;
   border-color:blue;
   background-color:yellow;
   padding: 5px;
   color: red;
   font-family: Arial;
   font-weight: bold;
   font-size: 10pt;
   z-index:2;
   visibility:hidden;
}
