body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	text-align:center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bolder;
	color: #2A4795;
}

p {
	font: 12px/18px Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
}

/* columns */

#rightCol {
	float:left;
	margin: 10px 0 10px 40px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

#leftCol {
	float:left;
	padding: 10px 0 10px 10px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

body.index #rightCol, body.danny #rightCol {
	width: 240px;
}

body.index #leftCol, body.danny #leftCol {
	width: 360px;
}

body.format #rightCol, body.links #rightCol {
	width: 260px;
}

body.format #leftCol, body.links #leftCol {
	width: 340px;
}

body.venue #rightCol, body.venue #leftCol {
	width: 300px;
}

body.recent #leftCol {
	width:600px;
}
/* end cols */

#container { 
	position:relative;
	margin:0 auto;
	width:800px;
	text-align:left;
	overflow:hidden;
}

#legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color:#666;
	float:left;
	clear:both;
	width:800px;
	text-align:left;
}

#appearances {
	float:left;
	clear:both;
	width:800px;
	height:135px;
	background: url(images/bottomBox.gif) no-repeat top left #E33131;
	text-align: left;
	padding-top: 45px;
	padding-left: 110px; 
	overflow:hidden;
}

#appearances ul {
	float:left;
	width:190px;
	list-style-type:disc;
	padding:0;
	margin:0;
	display:block;
}
#appearances li {
	font: 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:800px;
	height:115px;
	text-align:left;
	text-indent: -5000px;
	background:url(images/logo.gif) no-repeat top left;
}

/* banners */

#banner {
	float:left;
	clear:both;
	width:800px;
	height:100px;
	text-align:left;
	text-indent: -5000px;
}

body.index #banner {
	background:url(images/homebanner.jpg) no-repeat top left;
}

body.inflate #banner {
	background:url(images/inflatebanner.jpg) no-repeat top left;
}

body.recent #banner {
	background:url(images/recentbanner.jpg) no-repeat top left;
}

body.danny #banner {
	background:url(images/dannybanner.jpg) no-repeat top left;
}

body.links #banner, body.format #banner {
	background:url(images/formatbanner.jpg) no-repeat top left;
}

body.venue #banner {
	background:url(images/venuebanner.jpg) no-repeat top left;
}


/* NAV */
#menu {
	float:left;
	width:150px;
	padding:2px 0 0 0;
	margin:0;
	clear:both;
	font-size: 14px;
	line-height:20px;
}

#menu ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
#menu li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom:1px;
	margin-bottom:1px;
	list-style-type: none;
	line-height:20px;
}
#menu a {
	display: block;
	padding: 2px 2px 2px 4px;
	background-color: #E33131;	
	color:#ffffff;
	border-right:2px solid #fff;
	border-bottom:1px solid #fff;
}
#menu a:link, #menu a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	background-color: #FFFFFF;
	color:#000000;
}

#menu a.selected {
	background-color: #3A488F;
	color: #FFF;
}

/* Nav ends */


#bottomText {
	padding:10px;
	float:left;
	clear:left;
	text-align:left;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border:#000099 solid 4px;
}

#xtra {
	float:left;
	width:650px;
	overflow:visible;
}

.style1 {
	color: #2A4795;
	font-weight:900;
}

img {
	border:none;
}

.flash {
	width:350px;
	height:300px;
	float:right;
}

.boxOut {
	border:#FF0000 1px solid;
	width: 300px;
	float:left;
	margin:45px;
	padding:10px;
}

.clear {
	float:left;
	clear:right;
	width:500px;;
	}