/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color:#2E2C91;
}

p {
	color:#5170B1;
}

ul {
	color:#5170B1;
}

img
{  border-style: none;
}

div.page {
	width:950px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

table {
	table-layout:auto;
}

div.header {
	width:950px;
}

div.eventSearch {
	width:950px;
	height:30px;
	top:50%;
	bottom:50%;
	background-image:url(/images/eventSearch.jpg);
}

div.pageBody {
	width:950px;
	height:310px;
	background-image:url(/images/eventSearch3.jpg);
}

div.content {
	background:#FFFFFF;
	height:auto;
	width:950px;
}

div.leftbar {
	background-image:url(/images/eventSearch.jpg);
	width:200px;
	float:left;
}

div.middle {
	width:950px;
	text-align:center
}

div.tabs {
	background:#9966FF;
	width:750px;
	float:right;

}

div.ticketInfo {
	background:#4F70A6;
	color:#FFFFFF;
}

div.right {
	float:right;
	background-color:#FF0000;
	width:25%;
	margin-bottom:10px;
	padding:10px;
	color:#FFFFFF;
}

div.center {
	background-color:#0066FF;
	margin-left:30%;
	margin-right:30%;
	margin-bottom:10px;
	padding:10px;
}

div.left {
	float:left;
	background-color:#CC6633;
	width:25%;
	margin-bottom:10px;
	padding:10px;
}

div.footer {
	text-align:center;
	width:950px;
	clear:both;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
}