@charset "utf-8";
/* CSS Document */

	html {
		height: 100%;
	}
		
	body {
		font: 100% Arial, sans-serif;
		background: #d4d3d1;	
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		height: 100%;
		font-size: 13px;
	}
	
	#edging {
		background-image: url(Images/Deviders/side.gif); 
		background-repeat: repeat-y; 
		position: relative; 
		margin: 0px auto; 
		background-color: #d3d2d1; 
		width: 1012px;
	}
	
	#topBorder {
		margin: 20px auto 0px auto;
		height: 30px;
	}
	
	#container {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
	
	#searchFrame {
		float: right;
		height: 84px;
		width: 520px;
	}
	
	#header {
		width: 1000px;
		height: 155px;
		background-image: url(images/Header/header.jpg);
	}
	
	#footer {
		width: 1000px;
		height: 60px;
		background-color: black;
		background-image: url(Images/Backgrounds/footer.gif);
	}
	
	#tiles {
		padding: 0px 20px;
	}
		#tiles img {
			border: thin solid black;
		}
		
		#tiles a {
			color: black;
		}
	
	#listingLayout {
		padding: 0px 30px;
	}
		#indexTiles img {
			border: thin solid black;
		}
	
	.navigationBar1 {
		height: 22px;
		width: 1000px;
		background-color: black;
	}
		.navigationBar1 a {
			color: white;
			font-size: 16px;
			font-weight: bold;
			margin: 0px 30px;
		}
	
	.navigationBar2 {
		height: 25px;
		width: 1000px;
		background-image: url(Images/Navigation/greyGradient.gif);
		background-repeat: repeat-x;
	}
		.navigationBar2 a {
			color: black;
			font-size: 16px;
			font-weight: bold;
			margin: 0px 30px;
		}
	
	.whiteDevider {
		height: 5px;
		width: 1000px;
		background-image: url(Images/Deviders/whiteDevider.gif);
	}
	
	.middlePadding {
		padding: 0px 10px;
	}
	
	.spacer {
		height: 20px;
	}
	
/* Standard Table Layout Definitions */

	.left { 
		vertical-align: top;
		width: 150px;
		background-color: black;
		background-repeat: repeat-y;
	}
	.left img {
		width: 110px;
		height: 110px;
		margin: 5px 0px;
	}
	
	.middle {
		vertical-align: top;
		width: 700px;
		background-image: url(Images/Frames/whiteFrame.gif);
		background-repeat: repeat-y;
		text-align: left;
	}
	.right {
		vertical-align: top;	
		width: 150px;
		background-color: black;
	}
	.right img {
		width: 110px;
		height: 110px;
		margin: 5px 0px;
	}
	
	.venueSearch {
		padding: 30px 0px 0px 0px; 
		height: 84px;
	}
	

/* */

/* preset definitions */	

	a {
		color: #00ade3;
		text-decoration: none;
		font-weight: bold;
	}
	
	h1 {
		margin: 0px 0px 5px 0px;
		font-size: 22px;
	}
	
	h2 {
		margin: 0px;
	}

