.left
{
	width:370px;
	background:white;
	float:left;
}
.right
{
	width:370px;
	background:#fff;
	float:right;
}
#eventimg {
	display:block;
	position:relative;
	left: 40px;
    width: 305px;
    z-index: 1;
} #eventhd {
	position:relative;
	left: 10px;
    width: 305px;
    z-index: 1;
} #eventinfo {
    position: relative;
    left: 25px;
    width: 305px;
    z-index: 1;
} #eventtable {
	width:325px;
	position: relative;
	left:20px;
	top:130px;
    z-index: 1;
} #eventhd2 {
	position:relative;
	top:115px;
	z-index: 1;
} #eventtext {
	position:relative;
	left:20px;
    top:50px;
	width: 305px;
    z-index: 1;
}

table{
	width:100%;
}
th {

	border-top:1px solid grey;
	border-bottom:1px solid grey;
}
td {
	padding:5px;
	margin:0;
	border-bottom: 1px solid lightgrey;
}

.borderless td{
	border:0;
}
