div#enter {
	position:absolute;
	width:200px;
	height:60px;
	top:20px;
	left:50%;
	margin-left:-100px;
	z-index:2;
	}

div#enter a:hover {
	border-bottom:3px solid #006a00;
	}
	
div#box1_left {
	width:400px;
	height:504px;
	float:left;
	margin-top:30px;
	background-image:url(box_bg2.png);
	padding:15px;
	border:1px solid #8c8c8c;
	text-align:left;
	}

div#box1_right {
	width:356px;
	height:200px;
	float:right;
	margin-top:30px;
	background-image:url(box_bg2.png);
	padding:15px;
	border:1px solid #8c8c8c;
	text-align:center;
	}

div#box2_right {
	width:386px;
	height:290px;
	float:right;
	margin-top:12px;
	border:1px solid #8c8c8c;
	}

div#box2_left {
	width:799px;
	height:165px;
	margin-top:12px;
	background-image:url(box_bg2.png);
	padding:15px;
	border:1px solid #8c8c8c;
	text-align:left;
	float:left;
	overflow:auto;
	}
	
div#ticker {
	width:200px;
	height:40px;
	margin:0px;
	color:#ededed;
	margin-top:10px;
	}
	
div#noscript {
	position:absolute;
	z-index:2;
	left:50%;
	top:40%;
	margin-left:-215px;
	width:400px;
	background-image:url(box_bg2.png);
	border:2px solid red;
	color:red;
	padding:15px;
	text-align:center;
	font-size:18px;
	}

h1  {
	margin:0;
	font-size:18px;
}

h2 {
	font-size:17px;

	}
	
th {
	border:1px solid #383838;
	font-size:15px;
			}
			
h3 {
	font-size:17px;
	margin:0;
	}

ul#gigs {
	list-style:none;

	}

ul#gigs li{
	margin-top:10px;
	}
	

