
body {
  text-align: center; 
  color: #666; 
  font: 8pt "Comic Sans MS", arial, sans-serif; 
  background: #FFF url("graphics/image001.jpg") 0 0 repeat; 
}

/* have added these lines for layout purposes */
#nav	{float: left; width: 205px}

#txt	{margin-left: 210px; margin-right: 155px}

#news	{float: right; width: 150px}

#news	{background:#FFFF99; color:#006699; border-color:#000066; border-style:solid}
/* remove text above if layout doesn't work */

a:link {
	color: #B30404;
	text-decoration: none;
	font-size: 8pt;
}
a:active {
	color: #B30404;
	text-decoration: none;
	font-size: 8pt;
}
a:visited {
	color: #B30404;
	text-decoration: none;
	font-size: 8pt;
}

a:hover {
	color: #B30404;
	text-decoration: none;
	font-size: 8pt;
}

img
{  border-style: none;
}


div#container {
  text-align: center; 
  width: 85%; 
  margin: 0 auto; 
}

div#header {
  text-align: center; 
}
div#header h1 {
  background: url("graphics/bccclogo.jpg") center center no-repeat; 
  height: 66px; 
}
div#header h1 span {
  
  position: absolute;
  left: -999px;
  
}
div#trophy150 {
	background: url("graphics/trophies/150k.jpg") center center no-repeat;
	height: 100px;
}


div#footer {
}

div.center {
  text-align: center; 
}

table#participants {
  font-size: 80%; 
  text-align: left; 
  margin: 0 auto; 
  border: 1px solid #666;
}
table#participants td {
  padding: 5px; 
}
table#participants td.r {
  text-align: right;
}
table#participants td.c {
  text-align: center;
}







p {font-family:"Comic Sans MS"; font-size:8pt; color:#666666}
H2 {font-family:"Comic Sans MS"; font-size:18pt; color:#666666}
H3 {font-family:"Comic Sans MS"; font-size:16pt; color:#666666}
H4 {font-family:"Comic Sans MS"; font-size:14pt; color:#666666}
H5 {font-family:"Comic Sans MS"; font-size:12pt; color:#666666}
H6 {font-family:"Comic Sans MS"; font-size:10pt; color:#666666}

