body {
	font-family: sans-serif, Arial, Helvetica;    	
	margin: 0;
    	padding: 0;
	overflow: hidden;
}

body.auxpage {
	font-family: sans-serif, Arial, Helvetica;    	
	margin: 0;
    	padding: 0;
	overflow: auto;
}

#container {
	margin: 10px;
	display: table;
}

#feedbackcontainer {
	margin: 10px;
	margin-bottom: -15px;
	display: table;
}

#row {
	display: table-row;
}

#header {
  	border: solid #204a87 6px;
	background-color: #ccff00;
	height: 75px;
	padding-left: 15px;
}

#changes {
	display: table-cell;
	vertical-align: middle;
}

#empty {
	display: table-cell;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

#feedback {
	display: table-cell;
	font-family: Sans;
	text-align: right;
	margin-right: 20px;
	margin-top: 5px;
	vertical-align: middle;
}

#results {
	display: table-cell;
	width: 460px;
}

#results h1 {
	width: 460px;
	height: 24px;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	margin-right: 30px;
	background-image: url(../images/head_bg_small.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #204a87;
	text-align: center;
}

#info {
	width: 417px;
	height: 315px;
	padding: 15px;
	border: 6px solid #204a87;
	border-top: none;
	font-size: 12px;
	overflow: auto;
}

#calendar {
	display: table-cell;
	width: 165px;
}

#calendar h1 {
	width: 165px;
	height: 24px;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	margin-right: 30px;
	background-image: url(../images/head_bg_cal.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #204a87;
	text-align: center;
}

#calpage {
	width: 149px;
	height: 160px;
	padding: 2px;
	border: 6px solid #204a87;
	border-top: none;
	font-size: 12px;
}

#search {
	display: table-cell;
	width: 275px;
}

#search h1 {
	width: 275px;
	height: 24px;
	padding: 5px 0 0 0;
	margin-bottom: 0;
	margin-right: 30px;
	background-image: url(../images/head_bg_search.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #204a87;
	text-align: center;
}

#searchbox {
	width: 239px;
	padding: 12px;
	background-image: url(../images/panel_bg.gif);
	background-repeat: repeat-x;
	border: 6px solid #204a87;
	border-top: none;
}

#searchbox label {
	font-size: 14px;
	font-weight: bold;
	color: #204a87;
	display: block;
}

#searchbox input.search {
	width: 170px;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #204a87;
	border: 3px solid #3FA5DD;
	margin-bottom: 5px;
}

#searchbox a.go {
	color: #ccff00;
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#event_artists {
	text-transform: uppercase;
	color: #204a87;
	font-weight: bold;
	font-size: 14px;
	white-space: pre-line;
}

#artists {
	font-size: 14px;
	white-space: pre-line;
}

#showdate {
	text-transform: capitalize;
	color: #204a87;
	font-weight: bold;
	font-size: 15px;
}

hr {
	border: solid 2px #204a87;
}

#question {
	color: #204a87;
	font-weight: bold;
	font-size: 15px;
}

#firefoxad {
	position:relative; 
	left:520px;
	top:-167px;
}

#rectad {
	position:relative; 
	left:745px;
	top:-295px;
}

#footer {
	margin-top: -280px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #a2a2a2;
}

#auxpagecontent {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	border: 6px solid #204a87; 
}

#auxpagecontent h1 {
	font-size: 16px;
	color: #204a87;
}

#auxpagecontent h3 {
	font-size: 15px;
	color: #204a87;
	border-bottom: dotted 1px;
	margin-bottom: 5px; 
}

/* M$ $till with their head$ up their ar$e$ */
    /* IE ONLY */
  * html #container {
     top left repeat-y;
    }
  * html #row {
     top left repeat-y;
    }
  * html #results {
      float: left;
    }
  * html #calendar {
      float: left;
    }
  * html #search {
      float: right;
    }
