body					{
	margin: 0;
	background: url("/images/background.png") repeat-x top;
}

table					{
	border-collapse: collapse;
	width: 100%;
}

tr					{
	vertical-align: top; 
}

td					{
	padding: 0;
}

img					{
	border: none;
}

#container 				{
	width: 95%;
	height: 905px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/background.png") repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}

.search					{
	top: 45px;
	width: 450px;
	height: 20px;
	position: absolute;
}

.categories				{
	top: 0px;
	width: 100%;
	height: 80px;
	position: absolute;
}

.categories ul		 		{
	margin: 0;
	padding-top: 10px;
}

.categories	li 			{
	list-style: none;
	display: inline;
	border-right: 1px dotted #36F;
}

.categories li a 			{
	color: #00C;
	font-size: 13px;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
}

.content				{
	top: 95px;
	width: 90%;
	position: absolute;
}

.results				{
	width: 60%;
	padding-top: 5px;
}

.links					{
	width: 40%;
}

.right					{
	float: right;
	width: 80%;
	border-left: 1px solid #CCC;
}

.right td				{
	padding-left: 25px;
}

.title a, .htitle a			{
	color: #00C;
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.description, .hdescription		{
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.url, .hurl				{
	padding-bottom: 10px;
}

.url a, .hurl a				{
	color: #090;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.htitle, .hdescription, .hurl		{
	background-color: #ecf5fa;
}

.assistant				{
	padding-bottom: 10px;
	background: url("/images/assistant.png") no-repeat top left;
}

.assistant a				{
	color: #00C;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;	
	padding-left: 124px;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.related				{
	background: url("/images/related.png") no-repeat top left;
	padding-bottom: 20px;
}

.related ul		 		{
	margin: 0;
	width: 70%;
	padding-top: 20px;
}

.related	li 			{
	list-style: none;
	display: inline;
}

.related li a 				{
	color: #00C;
	font-size: 13px;
	padding-right: 10px;
}

.count					{
	color: #09F;
	font-size: 11px;
	text-align: right;
	padding-bottom: 10px;
}

.sponsor1				{
	width: 100%;
	height: 11px;
	background: #ecf5fa url("/images/sponsor1.png") no-repeat top right;
}

.sponsor2				{
	width: 100%;
	height: 25px;
	background: url("/images/sponsor2.png") no-repeat top center;
}

.page					{
	border-top: 1px solid #CCC;
	width: 70%;
}

.page ul		 		{
	margin: 0;
	padding-top: 10px;
	text-align: center;
}

.page	li 			{
	list-style: none;
	display: inline;
	line-height: 30px;
}

.page li a 				{
	font-size: 13px;
	color: #00C;
	text-decoration: none;
	padding: 9px 11px 9px 11px;
}

.pagenumber				{
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;
	border-left: 1px solid #090;
	border-right: 1px solid #090;
	background-color: #ccc;
}

.unselected				{
	background: url("/images/lbg.png") no-repeat left;
}

.unselected a				{
	background: url("/images/rbg.png") no-repeat right;
}

.selected				{
	background: url("/images/lbgh.png") no-repeat left;
}

.selected a				{
	background: url("/images/rbgh.png") no-repeat right;
}

