body
{
	text-align:center;
	margin-top:250px;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }

h1
{
	margin-bottom:18px;
}

ul 
{ 
	min-height:0; /* IE7 */
	margin:0;
	padding:0;
	list-style:none;
} 
ul:after
{
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	text-align:center;
}
* html ul { height:1%; } /* IE6 */

ul li
{
	display:inline;
	background-image:url(/img/home/link_separator.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	*background-position:0px 3px;
	margin:0;
	padding:0;
	margin-left:10px;
	padding-left:14px;
}

ul li.first
{
	background-image:none;
	margin-left:0;
	padding-left:0;
}