* { margin: 0; padding: 0; }

body {
	margin: 0px auto;
	width: 800px;
	color: #000000;
	font-family: tahoma, helvetica, arial;
}

#header {
	background: url("http://www.lifelearninginstitute.com/newsite/images/header.gif") no-repeat;
	width: 800px;
	height: 102px;
	font-family: verdana, arial black;

}

#headercontent {
	float: right;
	padding: 10px 20px 0px 0px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
}
#wrapper {
	float: left;
	width: 800px;
	background: url("http://www.lifelearninginstitute.com/newsite/images/background.gif") repeat-y top center;
	
}

#right {
	color: #663300;
	float: right;
	width: 100px;
	padding: 12px 18px 0px 9px;
	font-weight: bold;
	font-size: .9em;
	text-align: left;
	border-style: none none none solid; margin: 0px 9px 0px 0px; border-color: #ccff00; border-width: 1px;	
}

h1, h2, h4, h5 { color: #660066; font-weight: bold; margin-bottom: 3px; }

.fph3 {
	margin: 0px;
	padding: 0px;
}

#left {
	color: #fff;
	float: left;
	width: 100px;
	padding: 12px 0px 0px 0px;
	font-weight: bold;
	font-size: .9em;
	text-align: left;
}

#left a:link { color: #fff; decoration: none;}
#left a:visited { color: #fff }
#left a:active { color: #fff }
#left a:hover { color: #ccff00 }

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

#left li { 
	list-style-type: none; /*turns off display of bullet*/
	padding: 6px 0px 0px 0px; margin: 6px 0px 0px 0px;
	}
	
	
img { margin: 6px; padding: 2px; }

#content {
	float: left;
	width: 500px;
	padding: 0px 0px 0px 40px;
}

blockquote { padding: 0 24pt 0 24pt; }

ol { padding: 0px 0px 0px 30px; }
ul { padding: 0px 0px 0px 30px; }

p {margin: 0px 0px 9px 0px; 	font-size: .9em; }

a:link { color: #660066; decoration: underline;}
a:visited { color: #660066 }
a:active { color: #660066 }
a:hover { color: #0099cc }


#footer {
	float: left;
	font-size: .6em;
	text-align: center;
	padding: 26px 0px 0px 0px;
	width: 100%;
	background: #FFFFFF url("http://www.lifelearninginstitute.com/newsite/images/footer.gif") no-repeat;
}

.paragraphindent { margin: 0px 0px 0px 44px;}
