body {
	font-size: 100.01%;
	line-height: 1.7;
	}

ul#controls {
	float: left;
	}

#displaySettings {
	float: right;
	padding-right: 12px;
	}


div#nav li {
	padding: 2px 3px 0px 10px;
	}

div#nav li a {
	padding: 3px 8px 7px 28px;
	background: url("../images/bg_navItem.gif") no-repeat 7px 2px;
	}

div#nav li a:hover,
div#nav li a:active,
div#nav li a:focus {
	background-position: 7px -22px;
	}

div#nav li.here {
	background: url("../images/bg_navItemHereRight.gif") no-repeat top right;
	}
	
div#nav li.here a,
div#nav li.here a:hover,
div#nav li.here a:active {
	background-image: url("../images/bg_navItemHere.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
	

.introbox div {
	min-height: 134px;
	}

/* ie 6 and below only */
* html .introbox div {
	height: 134px;
	}
	