#photo {position:absolute; top: 0px; right: 0px; height: auto; width: auto; z-index:-20}

body	{
	height: 100%;
	overflow-y: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-image: url(../backgrounds/tabbkgnd.jpg);
	}
body	{
	font-family: "CG Omega", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	}

h1	{font-size:xx-large; text-align:center}

table	{
	width:100%;
	vertical-align:top;
	border-collapse: separate;
	border:8px;
	border-color:red;
	border-style:groove;
	padding:none;
	margin:none;
	}
tr	{margin:none; vertical-align:top}

td	{valign:="top";	padding:1%}
td.event{width:25%; border:none}
td.posn {width: 9%; border:none}
td.name {width:27%; border:none; color:red}
td.trophy{width:39%; border:none}

.girl	{width:27%; border:none; color:red}
.boy	{width:27%; border:none; color:blue}
.other	{width:27%; border:none; color:gray}

@media print{.noprint {visibility: hidden}}

#footer {position: fixed; border-collapse:separate; bottom:10px; left:10px; text-align:left}
* html #footer {position:absolute;}
