html, body {
	height: 100%;
}

#page-container {
	width: 748px;
	margin: 0 auto;	
	text-align: left;
	background: #fff;
	min-height: 100%;
	height:auto !important;	/* IE <7 ignores !important */
	height: 100%;	/* for IE <7 */
}

/*---[ =header ]------ */


#header
{
	/*padding-top: 10px;*/
}

#header img
{
	margin: 0;
}

/*---[ =nav ]-------- */
#nav-container 
{
	height: 32px;
	background: #E5F3F9;
	clear:both;
}

#nav 
{			
}

#nav ul
{
	color: #FFF;
	float: left;
	list-style: none;
	margin: 0;
	padding-left:45px;
}

#nav li
{
	height: 32px;
	float: left;
	line-height: 32px;
	border-right: 1px solid #fff;
}

#nav li a
{
	display: block;
	padding-left: 42px;
	padding-right: 42px;
}

#nav li a:hover
{
	background: #8ECAE4;
	color: #fff;
	text-decoration: none;
}

#nav li.first
{	
	border-left: 1px solid #fff;
}

#nav a
{
	color: #666666;
}

/*---[ =main ]------ */
#content-container {	
	margin-top:20px;
	padding: 0 15px;
	min-height: 300px;
	height:auto !important;	/* IE <7 ignores !important */
	height: 300px;	/* for IE <7 */
}

/*---[ =footer ]------ */


/* --- Current page link styles --- */
#home .home-lnk, #what .what-lnk, #faqs .faqs-lnk, #contact-us .contact-us-lnk
{
	background: #8ECAE4;
	color: #fff;
}

#home #content p
{
	font-size: 130%;
}
