body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	color: #000000;
	text-decoration: underline;
}



.main {
	background-position: center top;
	border: ;
	width: 100%;
	text-align: center;
	vertical-align: top;
	overflow: visible;
	position: relative;
}
.text_area {
	background-color: #E0E3ED;
	width: 610px;
	background-repeat: repeat;
	border: 1px solid #000000;
	position: relative;
	top: 30px;
	text-align: left;
	vertical-align: top;
	padding: 10px 20px;
	margin: 0 auto;
	overflow: visible;
}
.banner {
	border: 1px solid #000000;
	position: static;
}
.nav {
	width: 650px;
	border: 1px solid #000000;
	background-color: #E0E3ED;
	height: 22px;
	top: 15px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: auto;
	padding: 5px 0px 0px;
	text-decoration: none;
}

.nav a{
text-decoration:none;
display: inline-block;
}


.show_header{
	border-top: 0px dashed #000000;
	border-right: 0px dashed #000000;
	border-bottom: 1px dashed #000000;
	border-left: 0px dashed #000000;
	font-weight: bold;
}
.show1{
	height: 20px;
}

.show2{
	background-color: #C6CBDD;
	height: 20px;
}
.show_date{
	width: 60px;
	float: left;
}

.show_time{
	float: left;
	width: 100px;
}

.show_venue{
	width: 220px;
	float: left;
}

.show_city{
	width: 150px;
	float: left;
}

.show_info{
}

.fund_header{
font-size: 20px;
font-weight: bold;
text-transform:uppercase;
}

form.pp_form {
	padding:3px 0px 20px;
	margin:0px;

	width: 200px;
}
form.pp_form  input.button
{ font-size: 11px; color: #FFFFFF; font-weight: normal; font-family: arial; background-color:#6483B5; text-decoration: none;
cursor:pointer;
} 

form.pp_form  input.button:hover
{  background-color: #FFFFFF;  color:#6483B5; 
} 