/* CSS */

#container {
	position: relative;
	float: left;
}

#ortho-dear-dr {
	position: relative;
	float: left;
}

.clear {
	clear: both;	
}

.hide {
	display: none;	
}

table tr td {
 vertical-align: top;
}

#sub-nav {
	margin-top: -1px;
}


