body {
	font-family: Verdana, Arial, sans-serif;
	margin: 1px;
	padding: 2px;
	font-size: small;
	font-weight: 500;
}
p {
	padding: 2px;
	margin: 2px;
}

img {
	border: 0;
}

#navigation ul {
	margin: 0px;
	padding: 6px;
}



div#lifenetlogo {
	padding-bottom: 5px;
	padding-top: 25px;
	padding-right: 1px;
	margin:0px;
}

#wrapper {
	width: 802px;
	float:center;
	margin: 0px auto;
	padding:0px;
	background: #ffffff;
	border: 1px solid #e3f4f7;
	overflow:auto;
	display:block;
}
div#header {
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}
div#navigation {
	float:left;
	margin: 0px 0px 0px 5px;
	padding:0px;
	text-align: left;
	display:block;
}

div#main {
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	font-size: x-small;
	height: 436px;
	clear: both;
	padding: 0px;
	margin: 0px;
	}
	
/* secondary page background fix for IE */	
/* Hides from IE5-mac \*/
* html #secondary {height: 1%;}
/* End hide from IE5-mac */

div#secondary {
	min-height:1px;
	font-size: small;
	background-image: url('/images/secback.jpg');
	background-repeat: repeat-y;
	clear: both;
	padding: 0px;
	margin: 0px;
	overflow:auto;
	display:block;
	}
	
/* left hand column of secondary */	
div #secmain {
	float: left;
	text-align:justify;
	width: 395px;
	min-height: 1px;
	padding: 6px 5px;
	margin: 6px 1px 1px 6px;
	overflow: auto;
	display:block;
}

/* middle column of secondary */	
div #secmiddle {
	float: left;
	width: 165px;  
	min-height: 1px;
	padding: 43px 5px 6px 10px;
	margin: 6px 1px 1px 10px;
	overflow: auto;
	display:block;
}


/* right hand column of secondary */	
div #secright {
	float: right;
	width: 170px;
	min-height: 1px;
	padding: 43px 10px 6px 5px;
	margin: 6px 1px 1px 6px;
	overflow: auto;
	display:block;
}

#secright li {
	list-style-type: none;
	font-size: x-small;
}

/*combine secmain and secmiddle */
div #secmm {
	float: left;
	text-align:justify;
	width: 500px;
	min-height: 1px;
	padding: 6px 10px;
	margin: 6px 1px 1px 6px;
	overflow: auto;
	display:block;
}

div #returnhome {
	clear: both;
	float: right;
	text-align: right;
/*	width: 600px;*/ /*to make it jump to bottom in IE*/
	min-height: 1px;
	padding: 6px 10px;
	margin: 12px 20px 0px 0px;
	font-family: times, serif;
	font-weight: bold;
	font-size: small;
	font-stretch: expanded;
	color: #777;
	display:block;
}

div #about {
	float: left;
	width: 270px;
	height: 260px;
	padding: 6px 10px;
	margin: 12px 0px 0px 6px;
	overflow: auto;
}

div #ponder {
	float: left;
	width: 220px;
	height: 370px;
	padding: 6px 1px;
	margin: 6px 10px;
}

div#randomphotos {
	float: left;
	width: 232px;
	margin: 12px 2px 12px 12px;
	padding:0px;
}

div #underc {
	clear: both;
	float: left;
	padding: 6px 10px;
	margin: 12px 0px 0px 6px;
	overflow: auto;
}

div#menu {
	text-align: left;
	float: left;
	padding: 30px;
	margin:0px;
}


#menu ul {
/*	display: list-item; */
	display: block;
	padding: 2px 25px 2px 4px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#menu li {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	text-transform: uppercase;
	font-size: x-small;
}
.submenu li, .submenu ul {
	font-family: times, serif;
	font-weight: bold;
	font-stretch: expanded;
	display: list-item;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 25px;
	margin: 0px;
	color: #777;
}

.submenu {
	float: left;
}

h1 {
	padding: 0px 0px 14px 14px;
	margin:0px;
	text-transform: uppercase;
	font-size: small;
	font-weight: normal;
}

h2 {
	padding: 0 12px;
	margin:0px;
	font-size: small;
	font-weight: bold;
}

h1, h2, h3 {
	margin: 0px;
	padding:0px;
	line-height: 19px;
}

.secrhead {
	margin:0px;
	padding: 10px 2px 2px 2px;
	text-transform: uppercase;
	background:  #7ac142;
	color: #218c33;
	font-family: times, serif;
	font-weight: bold;
	font-size: small;
	font-stretch: expanded;
}

a, a:link, a:visited {
	color: #44b9c4; 
	text-decoration: none;
	font-weight: bold; 
}

a:hover {
	color: black; 
} 

.submenu a:hover {
	background: #7ac142;
	color: #218c33;
} 

#underc p {
	font-size: normal;
	font-weight: bold;
}	





