body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #414141;
	margin: 0px;
	padding: 0px;
}
a{
	color: #414141;
}
.float_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;	
}
#header{
	width: 777px;
	height:150px;
	margin: auto;
}
#logo{
	width: 260px;
	height: 150px;
	background-image:url(../images/logo.gif);
	background-image: no-repeat;
	float: right;
}
#address{
	float: left;
	width: 276px;
	height: 116px;
	background-image:url(../images/address.gif);
	background-repeat:repeat-x;
}
#address p{
	text-indent: -9000em;
}
#logo h1{
	text-indent: -9000em;
}
#nav{
	width: 777px;
	margin: auto;
}
#sub_nav_container{
	padding: 5px;
	background-color:#F3F3F3;
}
#sub_nav{
	width: 777px;
	margin: auto;
}
#nav ul, #sub_nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li, #sub_nav ul li{
	float: left;
	margin-right: 20px;
}
#nav ul li a{
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 43px;
	padding-right: 15px;
	font-size: 1.1em;	
}
#nav ul li a:hover{
	text-decoration: underline;
}
#content_container{
	background-color: #FFFFFF;
	border-bottom: solid 8px #919190;
}
#content{
	width: 777px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer{
	border-top: solid 3px #d42c31;
	padding-top: 5px;
}
#footer_content{
	color: #dc6161;
	width: 777px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align-center;
}
#footer a{
	color: #dc6161;	
}
#copyright{
	width: 565px;
	text-align: center;
	float: left;
	line-height: 1.75em;
}
.block_title{
	text-indent: -9000em;
	background-repeat: no-repeat;
}
#content h1{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	border-bottom: solid 1px #919190;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 1.75em;
}
#content h2{
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 1.5em;	
}

#logo_footer{
	float: left;
	width: 112px;
	height: 28px;
	background-image:url(../images/body_rehab_logo.gif);
	background-repeat:no-repeat;
}
#credit, #credit a{
	float: right;
	width: 91px;
	height: 50px;
	background-repeat:no-repeat;
	background-image:url(../images/ir_logo.gif);
	text-decoration: none;
	text-indent: -9000em;
}
#credit span{
	display:none;	
}
#left_col{
	width: 535px;
	float: left;
	text-align: justify;
}
#right_col{
	width: 200px;
	float: right;
}
#left_col_youtube{
	width: 320px;
	float: left;
	text-align:justify;
}
#youtube{
	width: 425px;
	float: right;
}
#left_col table{
	border-left: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;	
}
#left_col table td{
	border-right: solid 1px #d0d0d0;
	border-top: solid 1px #d0d0d0;	
	padding: 4px;
}
.infobox{
	border: solid 1px #d0d0d0;	
	padding: 12px;
	text-align: left !important;
	background-color:#ebebeb;
}
