@charset "utf-8";
/* CSS Document */

body	{
	background-color:#ffffff;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
}

div#container	{
	width:826px;
	margin-left:0px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-bottom:20px;
	}

div#header	{
	height:162px;
	width:826px;
	margin: 0px;
	border: 0px;
	left:0px;
	top:0px;
}

div#navigation	{
	height:528px;
	width:150px;
	float:left;
	margin: 0px;
	border: 0px;
	left:0px;
	top:162px;
}

div#content	{
	width:676px;
	float:right;
	border: 0px;
	left:0px;
	top:162px;
	min-height:528px;
}

div#content p	{
	margin-left: 15px;
}

div#content li	{
	margin-left: 15px;
}

div#content h3	{
	margin-left: 15px;
}
div#content h2	{
	margin-left: 15px;
}
div#content h1	{
	margin-left: 15px;
}

div#footer	{
	text-align:center;
	width:826px;
	float:left;
	height:20px;
	border-top:#cddce3 solid 7px;
}