/* CSS Document */

body {
	background-image: url(imgs/pbkgd.gif);
	background-repeat: no-repeat;
	line-height: 1.5em;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 10px;
}

#txt{
	position: absolute;
	width: 400px;
	margin-left: 480px;
	margin-top: 50px;
}

a {
	text-decoration:underline;
}		
a:link, a:visited{
	color: #999;
}
a:hover{
	color: #666;
}

img {
	float: left;
	margin: 0 0 6px 0;
}

/* nav row */
#nav {
	margin: 0px;
	padding-right: 10px;
	font-size: .90em;
	font-weight:bold;
	text-align: right;
}
#nav a {
	padding-left: 10px;
	text-decoration:underline;
}		
#nav a:link, a:visited{
	color: #999;
}
#nav a:hover{
	color: #666;
}
#nav .urhere{
	color: #000;
	padding-left: 10px;
}
/* end nav */