/* CSS Document */
body
{
	
	font-family:Arial, Helvetica, sans-serif;
	background:url(reduced/bgpiece2.jpg) repeat-x;
	margin:0px;
}

a:visited{

	color:#0000FF;
}

#container
{
	width:900px;
	margin:0 auto;
	background:url(reduced/subpagebg.jpg) no-repeat;
	
}

#header
{
	width:900px;
	

}

#subnav a
{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

#main{
	width:900px;
	margin:0 auto;
	position:relative;
	top:-3px;
}

#txtholder
{
	width:564px;
	height:223px;
	background:url(reduced/whitebox.png) no-repeat;
	position:relative;
	left:170px;
	top:-117px;
}

#txtcontent
{	
	width:500px;
	margin:0 auto;
	padding-top:10px;
	clear:both;
}