body		{ 	text-align: center;
			font-family: sans-serif;
			background-color: #F5F5F5;
			font-size: 12px; }

#frame	{ 	width:800px;
			margin-right:auto;
			margin-left:auto;
			margin-top:10px;
			padding:0px;
			border: 1px solid #333; }

#banner	{ 	height: 50px;
			text-align: center;
			border-bottom: 1px solid #333;
			background-image: url(images/banner.gif); }

#content	{ 	float: left;
			width:  640px;
			padding: 0px;
			border-right: 1px solid #333;
			text-align: center; }

#rightnav	{ 	width: 153px;
			padding: 2px;
			float: left;
			text-align: left; }
				      
#footer 	{ 	clear: both;
			border-top: 1px solid #333; }

p		{	margin-top: 0em;
			margin-bottom: 0em; }

p.bantitle	{	font-size: 36px; }

p.title { font-size: 24px; }

p.scores 	{	font-family: monospace; }

p.indent	{	position: relative;
			left: 10px; }

p.dblindent	{	position: relative;
			left: 15px; }
			
a.nolink { text-decoration: none;
				  color: black; }
			
img	{ border-style: none;
			}
