html, body {
	margin:0;
	padding:0;
	border:0;
}

/*
this background is set to match end of footer gradient, so if page is shorter than window, 
white background doesnt appear to seep out below footer
*/

html{
	background-color:white;
	color:black;
}

body {
	padding:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:black;
	background-color:#43b4b3;
}

/*min-height needs to be lnav height!*/
div.container{
	margin-left:176px;
	border-left:1px solid black;
	background-color:white;
	color:black;
	min-height:700px;

}
/*for ie6*/
* html div.container{
	height:700px;
}


div.content{
	min-width:584px;
	padding:20px;
}

div.lnav{
	float:left;
	top:0;
	left:0;
	width:175px;
	background-color:#43b4b3;
	padding-bottom:15px;

}

div.footer{

	padding:20px;
	padding-top:30px;
	background-color:white;
	color:black;
	height:80px;
	font-size:10px;
}

div.footer p{
	font-size:10px;
}