	body
	{
		margin: 0px;
		padding: 0px;
		color: #15315d;
		font-family: Trebuchet, Trebuchet MS, Arial, Sans, sans serif;
		font-size: 13px;
		line-height: 17px;
	}
	
	h1, h2, h3, hr, .hidden
	{
		display: none;
	}
	
	a
	{
		color: #15315d;
	}
	
	#page
	{
		width: 968px;
		margin: 0px auto;
		background-image: url(../_images/_universal/background-mid.gif);
		background-repeat: repeat-y;
		background-position: 50% 0px;
	}
	
	#main
	{
		width: 968px;
		margin: 0px auto;
		padding: 33px 0px 0px 0px;
		background-image: url(../_images/_universal/background-top.jpg);
		background-position: 50% 0px;
		background-repeat: no-repeat;
	}
	
	#content
	{
		position: relative;
	}
	
