.content #main {
	float:left;
	width:582px;
	}

.content #area1 {
	float:left;
	width:33%;
}

.content #area2 {
	width:34%;
	float:left;
}

* html .content #area2 {
	width:33%;
}

.content #area3 {
	width:33%;
	float:left;
}

#navigation {
	position:absolute;
	top:139px;
	left:176px;
	width:582px;
	height:2em;
	background:#8fb980;
	border:1px solid #000;
	border-width:0 0 1px 0;
	color:#fff;
}

* html #navigation {
	height:1.8em;
}

#navigation a {
	float:left;
	height:1.4em;
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	border:1px solid #000;
	border-width:0 1px 0 0;
	padding:0.1em 0.9em 0 0.9em;
}

#navigation a:link,
#navigation a:visited {
	text-decoration:none;
}

#navigation a:hover,
#navigation a:active {
	text-decoration:none;
	background:#548642;
}