body{ 
	background-color: #FFFFFF;
	}
div#nav{
	background-color: transparent;
	position: absolute;
	left: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	bottom: 0px;
	width: 175px;
	height: 150px;
	}
div#footer{
 	background-image: url(navbg.png);
  	background-repeat: no-repeat;
  	background-position: bottom right;
  	position:absolute;
  	bottom:0px;
  	left:0px;
  	width:350px;
  	height:300px; 
  	border: 0px; 
	}
div#topic{
	background-image: url(topicbg.jpg);
	background-repeat: no-repeat;
	border-style: dashed;
	border-color: #9B8E7D;
	border-width: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 10px;
	margin-top: 10px;
	width: 180px;
	height: 270px;
	}
div#content{
	position: absolute;
	top: 0px;
	left: 350px;
	margin-top: 200px;
	margin-right: 50px;
	margin-left: 0px;
	}
img.link{
	border: 0;
	}

p	{font-family: Helvetica, Arial, san-serif; line-height: 1.2em; font-size: 1em; text-align: left; color: #857A6B; margin-left: 0px; margin-top: 0px;}
a:link{color:#857A6B; text-decoration:underline;}
a:visited{color:#857A6B; text-decoration:underline;}
a:hover{color:#554E44; text-decoration:underline;}
a:focus{color:#554E44; text-decoration:underline;}

p.about {font-family: Helvetica, Arial, san-serif; line-height: 1.2em; font-size: .9em; text-align: left; color: #000000; margin-left: 20px; margin-top: 30px;}
p.about a:link{color:#000000; text-decoration:underline;}
p.about a:visited{color:#000000; text-decoration:underline;}
p.about a:hover{color:#554E44; text-decoration:underline;}
p.about a:focus{color:#554E44; text-decoration:underline;}