﻿body
{
  font-family: Verdana;
  color: #999;
  font-size: 0.85em;
  padding:0;
  margin:0;
}
A:link 
{
	text-decoration: none; 
	color:#007abc;
}
A:visited 
{
	text-decoration: none; 
	color:#007abc;
}
A:active 
{
	text-decoration: none
}
A:hover 
{
	text-decoration: underline; 
	color: #b20837;
}

/* ****** */
#wrapper
{
	 width:650px;
	 padding:0;
	 margin:0;
}
/* Target FireFox 3 [!] */
html>/**/body #wrapper
{
	 width:615px;
	 padding:0;
	 margin:0;
}

#event-title
{
  color: #b20837;
  padding: 0;
  font-size: 1.5em;	
}
#sort-wrapper
{
	padding:0 15px 0 0;
	float:right;
	width:200px;
}
#sort-label
{
	padding:0 5px 0 0;
	float:left;
}

