body {
	text-align: center;
	min-width: 760px;
	background: #473602 url('../img/runnercornerright.gif');
	background-position: bottom right;
	background-repeat: repeat-x;

}

img {
	border: 0px;
}

div#wrapper {
		margin: 0 auto;
		margin-top: -10px;
		width: 760px;
		background: url('../img/contentbkgd.png');
		background-position: top right;
		background-repeat: no-repeat;
		display: table; 

		
}

html>body div#wrapper {
		height: 100%;
		height: 400px;
		
}

div#logo {
		float: left;
		height: 394px;
		position: relative;
		top: -20px;		
		margin-bottom: -20px;
		width: 150px;
		background: url('../img/logoalt.png');
		background-position: top;
		background-repeat: no-repeat;
}

html>body div#logo {
		height: 100%;
		height: 394px;
}

h2 {
		color: #473602;
		font-size: 12px;
}

b {
		color: #473602;
		font-size: 12px;
		font-weight: bold;
}

div#footer {
		width: 760px;
		clear: both;
		margin: 0 auto;
                margin-top: -50px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: bold;
		color: #ffffff;
		letter-spacing: 1.1pt;
		padding-top: -50px;
		text-align: center;
}

div#footer A {
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
}

div#footer a:hover {
		text-decoration: underline;
}


div#content a {
		color: #473602;
		font-weight: bold;
		text-decoration: none;

}

div#content a:hover {
		text-decoration: underline;
}


h1 {
		color: #bbc6b6;
		font-weight: bold;
		font-size: 15px;
}
div#scroll {
		text-align: left;
		padding: 15px 50px 15px 15px;
                
		float: right;
		width: 500px;
		height: 100%;
		font-family: trebuchet ms,arial,verdana;
		font-size: 10pt;
		font-weight: normal;
		color: #473602;
				
}

html>body div#scroll{
		background-position: top center; min-height: 420px;
		height: 100%;
		background-color:transparent; 
		background-repeat:repeat-y; 
		background-attachment:scroll

}

div#topbar {
		height: 75px;
		font-family: trebuchet ms,arial,verdana;
		font-size: 8pt;
		font-weight: normal;
		text-align: left;
		padding-left: 25px;
		padding-top: 0px;
		color: #ffffff;
		background-image: url('../img/background2.gif'); 
		background-repeat: no-repeat
		letter-spacing: 1pt;
		clear: left;
}

div#menu {
		float: right;
		width: 760px;
}

div#menu A {
		display: block;
		width: 98px;
		position: relative;
		left: 30px;
		top: 0px;
		z-index: 50;
		float: left;
		height: 25px;
		background-position:  left center;
		background-repeat: no-repeat;
		font-family: trebuchet ms,arial,verdana;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		padding-right: 20px;
		padding-top: 3px;
		color: #ffffff;
		text-transform: background-color:#ffffff; 
}

div#menu a:hover {
		background-position:  left center;
		background-repeat: no-repeat;
		color: #473602; 
		
}






/* define height and width of scrollable area. Add 16px to width for scrollbar          */
/* allow WinIE to scale 100% width of browser by not defining a width                   */
/* WARNING: applying a background here may cause problems with scrolling in WinIE 5.x   */
div.tableContainer {
	clear: both;
	border: 1px solid #963;
	height: 285px;
	overflow: auto;
	width: 756px;
}

/* WinIE 6.x needs to re-account for it's scrollbar. Give it some padding */
\html div.tableContainer/* */ {
	padding: 0 16px 0 0;
	width: 740px;
}

/* clean up for allowing display Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer {
	height: auto;
	padding: 0;
}

/* Reset overflow value to hidden for all non-IE browsers. */
/* Filter out Opera 5.x/6.x and MacIE 5.x                  */
head:first-child+body div[class].tableContainer {
	height: 285px;
	overflow: hidden;
	width: 756px
}

/* define width of table. IE browsers only                 */
/* if width is set to 100%, you can remove the width       */
/* property from div.tableContainer and have the div scale */
div.tableContainer table {
	float: left;
	width: 100%
}

/* WinIE 6.x needs to re-account for padding. Give it a negative margin */
\html div.tableContainer table/* */ {
	margin: 0 -16px 0 0
}

/* define width of table. Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer table {
	float: none;
	margin: 0;
	width: 740px
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */
head:first-child+body div[class].tableContainer table {
	width: 756px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative;
	/* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution      */
	top: expression(document.getElementById("tableContainer").scrollTop);
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body thead[class].fixedHeader tr {
	display: block;
}


/* make the table pretty */
table.scrollTable {
}

/* make the TH elements pretty */
/* For this I just consolodated the TH and FONT code you had in your table */
thead.fixedHeader th {
	border-style: none; 
	border-width: medium; 
	text-align: left;
	color: #473602;
	vertical-align: bottom;
	
	border-top: 1px solid #DDDCA3;
	border-bottom: 1px solid #DDDCA3;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	width: 100%
}

/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.fixedHeader a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
	width: 100%
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body tbody[class].scrollContent {
	display: block;
	height: 262px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	color: #473602;
	vertical-align: bottom;
	font-size: 80%;
	padding-top: 10px;
}

tbody.scrollContent tr.alternateRow td {
	color: #473602;
	background: #CBCB71;
}

tbody.scrollContent td.date {
	width: 20%;
}
tbody.scrollContent td.city {
	font-weight: bold;
	width: 22%;
}
tbody.scrollContent td.venue {
	width: 24%;
}
tbody.scrollContent td.details {
	width: 34%;
}
/* define width of TH elements: 1st, 2nd, and 3rd respectively.      */
/* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */
/* Add 16px to last TH for scrollbar padding                         */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors    */
head:first-child+body thead[class].fixedHeader th {
	width: 200px
}

head:first-child+body thead[class].fixedHeader th + th {
	width: 240px
}

head:first-child+body thead[class].fixedHeader th + th + th {
	border-right: none;
	padding: 4px 4px 4px 3px;
	width: 316px
}

/* define width of TH elements: 1st, 2nd, and 3rd respectively.      */
/* All other non-IE browsers. Filter out Opera 5.x/6.x and MacIE 5.x */
/* Add 16px to last TH for scrollbar padding                         */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors    */
head:first-child+body tbody[class].scrollContent td {
	width: 200px
}

head:first-child+body tbody[class].scrollContent td + td {
	width: 240px
}

head:first-child+body tbody[class].scrollContent td + td + td {
	border-right: none;
	padding: 2px 4px 2px 3px;
	width: 300px
}


.scrollContent {
	overflow-y: auto;
	width: 400px;
	height: 300px;
}

