/* CSS Document */

/* general style propertyies */

body { margin: 0px 0px 0px 0px; 
	padding: 0px; 
	background-color: #006940;
	text-align: center;
	}

#main { margin: 18px 30px 30px 30px;
	width: 897px;
	text-align: left;
	}

#header { width: 897px; }

#highlights { float: right;
	width: 181px;
	}

#photobar, #tagline { float: left;
	width: 700px;
	}

#leftcolumn { float: left;
	width: 155px;
	}

#nav { float: left;
	width: 200px;
	height: 295px;
	}

#content { float: right;
	width: 300px;
	text-align: center;
	padding-top: 14px;
	height: 295px;
	overflow: visible;
	}

#footer { float: left;
	width: 400px;
	}

