/* CSS Document */

#orthoContainer {
	width: 440px;
	margin: 20px 0px 20px 80px;
	padding: 5px;
	background: #E1E1E1;
	border: 1px solid #777;
	}
	
	#orthoContainer img {
		float: left;
		border: 1px solid #777;
		}
	
.orthoRow {
	float: left;
	}
	
.orthoText {
	float: left;
	height: 90px;
	width: 114px;
	background: #FFF;
	border: 1px solid #777;
	}
	
		* html .orthoText {
			width: 114px;
	
		/* commented backslash hack v2 \*/
			width: 114px;
			w\idth: 114px;
			/* end hack */
			}
	
.orthoText p {
	display: block;
	margin: 3px;
	font: 80% Helvetica, Arial;
	line-height: 140%;
	color: #555;
	text-align: left;
	}

	.orthoText a{
		color: #4B85CC;
		text-decoration: none;
		}

	.orthoText a:hover{
		text-decoration: underline;
		}
	
	.orthoText h1 {
		display: block;
		margin: 3px;
		font: 80% Helvetica, Arial;
		line-height: 140%;
		font-style: italic;
		color: #555;
		text-align: left;
		}