/* CSS Document */
body {
	margin: 0px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
}
#nav1{
	position: relative;
	float: left;
	width: 953px;
	top: -4px;
	left: 0px;
	z-index: 5;
		
}

#wrap{
	border-left:154px solid #4c5131;
	float: left;
	display: inline;
}
#maincontent {
	z-index:2; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	float: left;
	width: 100%;
}

#nav2 {
	float: left;
	margin-left: -153px;
	z-index: 3;
	position: relative;
	}



#nav3 {
	position:absolute;
	width:190px;
	top: 185px;
	right: 0;
	z-index:1;
}


