body{
	font-size: small;
	width: 100%;
	margin: 0px 0px 0 0;
	background: url(../lifenet-images/bkg1.jpg) repeat-x;
	min-width: 800px;
	
}

#wrap{
	background: url(../lifenet-images/bkg3.jpg) no-repeat;
	width: 100%;
	margin: 0px 0px 0 0;
		
}


#header{
	width: 100%
	
}

#footer{
	clear: both;
	background: #9932CC;
	font-size: 90%;
	text-align: left;
	color: white;
	margin-bottom: 0px;
	padding: 3px;
	margin-top: 0px;
	text-decoration: none;
}


#navlist{
	background: #9932CC;
	width: 100%;
	min-width: 800px;
	}
	

#nav{
	margin: 0 0 0 0;
	list-style: none;
	
}

#nav li{
	
	display: inline;
	margin: 0px 0 0 0 ;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	
	
}

#nav a{
	background: #9932CC;
		margin: 0 2px 0 0;
	padding: 4px 8px 4px 8px;
	color: white;
	text-decoration: none;
	border: solid 1px white;
	position: relative;
}

#nav a:hover{
	background: white;
	margin: 0 2px 0 0;
	padding: 4px 8px 4px 8px;
	color: #9932CC;
	text-decoration: none;
	border: solid 1px white;
	position: relative;
}


a.link{
	font-size: 80%;
	font-weight: bold;
	text-decoration: underline; 
	color: Purple;
}