body, html, ul, li, div{
	margin: 0px;
	font-family: arial, "sans serif";
	font-size: 13px;
	padding: 0px;
	}

body{
	background: url(../images/background.gif) center bottom no-repeat fixed;
	}

h2, h3{
	margin-top: 0px;
	margin-bottom: 5px;
	}

a{
	color: #ffffff;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

a img{
	text-decoration: none;
	}

img{
	margin-bottom: 10px;
	}

p {
	margin-top: 0px;
	}

#container{
	width: 1024px;
	margin: 20px auto;
	}

#header{
	height: 150px;
	width: 1024px;
	margin-bottom: 20px;
	}

#logo{
	float: left;
	margin-right: 80px;
	margin-left: 20px;
	}

#topBanner{
	float: left;
	margin-top: 30px;
	border: solid black 1px;
	}

#topBanner img{
	margin: 0px;
	}

#bodyContainer{
	display: block;
	width: 100%;
	margin: 0px auto;
	}

#navigation ul{
	margin: 0px;
	list-style: none;
	padding: 0px;
	}

#navigation li{
	float: left;
	}

#navigation ul li a{
	float: left;
	width: 169px;
	text-align: center;
	font-size: 1em;
	color: #ffffff;
	height: 22px;
	border-right: solid 1px maroon;
	border-left: solid 1px #dc8281;
	padding-top: 5px;
	background: url(../images/nav.gif) no-repeat center top;
	text-decoration: none;`
	}

#navigation li.first a{
	background-position: left top;
	border-left: none;
	}

#navigation li.last a{
	background-position: right 0px;
	border-right: none;
	}

#navigation li a:hover{
	background-position: center -29px;
	}

#navigation li.first a:hover{
	background-position: 0px -29px;
	}

#navigation li.last a:hover{
	background-position: right -29px;
	}

#contentContainer{
	background: #ff6a00 url(../images/miller.gif) bottom repeat-x;
	padding: 10px;
	clear: both;
	}

#column1{
	float: left;
	width: 240px;
	margin-right: 10px;
	}

#column2{
	float: left;
	width: 542px;
	margin-right: 10px;
	}

#column2 table.location td,
#column2 table.pricing td{
	border: none;
	}
	
#column2 td{
	border-bottom: solid 1px #fff;
	padding-top: 10px;
	}

#column2 td.dancer{
	padding-top: 10px;
	border: none;
	}
	
#column2 td.dancerName{
	padding-bottom: 10px;
	border-bottom: solid 1px #ffffff;
	vertical-align: top;
	}

td{
	vertical-align: top;
	}

.sponsor1{
	float: left;
	}

.sponsor2, .sponsor3{
	float: left;
	margin-right: 10px;
	}

.sponsor3{
	margin-right: 8px;
	}

.dancers{
	width: 50%;
	height: 340px;
	float: left;
	}

.dancers img{
	display: block;
	}

#column3{
	float: left;
	width: 200px;
	margin: 0px;
	text-align: center;
	}

p.description{
	line-height: 20px;
	}

#footer{
	clear: both;
	padding: 30px;
	}