body { 		margin-left : 0px; 
		margin-top : 6px; 
		padding-left : 0px; 
		padding-top : 0px; 
		
		background-image: url("../images/green027.jpg");
		background-color: #FFFFFF;
		background-repeat:repeat-y;
		
		line-height: 1.2em;
		
		/*background-attachment: fixed;*/
		
}

/* Layout stuff here */
#masthead { 	/*border: 1px solid black;*/
		padding-left: 178px;
		text-align: center;
}

#leftnav {	/*border: 1px solid red;*/
		float: left;
		text-align: center;
		width: 178px;
		margin-top: -50px;
		position: absolute;
}

* html #leftnav {	
		position: relative;
}

#leftnav img { 	margin-bottom: 10px;
		/*margin-left: 13px;*/
		
}

/*#leftnav a {	display: block;
		text-decoration: none;
		border: 1px solid #789;
		color: #fff;
}

#leftnav a:visited {	color: #fff;
}

#leftnav a:hover {	background: #789
}*/

#content { 	/*border: 1px solid blue;*/
		float: left;
		padding-left: 190px;
}

* html #content { 	
		margin-left: -180px;
		
}

#footer { 	padding-left: 190px;
		text-align: right;
}
