hr {
	width: 85%;
}

img {
	border-style:none;
}

.nav {
	text-align: center;
	position: absolute;
	width: 80%;
	min-width:760px;
	height: 54px;

	top: 2px;
	left: 10%;
	right: 10%;
}

#logo {
	position: absolute;
	height: 44px;
	width: 761px;
	left: 15%;
	top: 44px;
}

.landscape {
	position: absolute;
/*	width: 761px;
	height:17px;
*/
	top: 84px;
/*	left: 15%;*/
}

.content {
	width: 60%;
	position: absolute;
	top: 300px;
	left: 261px;
}

#physioContainer {
	width:100%;
	position: relative;
}

.contactContainer {
	position:relative;
	top:0%;
	width:100%;
}

#ryanPic {
	position: absolute;
	
	right: 70%;
	top: 19px;
}

#ryanBackground {
	position: relative;
	width: 65%;

	left: 35%;
}

#providerTable {
text-align: center;
}

.center {
	text-align: center;
}

#footer {
	position: absolute;
	text-align:center;
	bottom:-90px;
}

.smallText {
	font-size:.75em;
	color:#000000;
}

.rightAlign{
	text-align:right;
	font-size:.75em;
}

#ultrasound {
	position:relative;
	left:0%;
	width:50%;
}

#nerveStim {
	position:absolute;
	left:50%;
	top: 0%;
	width:50%;
}

#leftContact {
	position:relative;
	left:0%;
	width:50%;
}

#rightContact {
	position:absolute;
	left:50%;
	top: 0%;
	width:50%;
}

#contactFormContainer {
	position:relative;
}

#contactForm {
	width: 60%;
	positon: absolute;
	left: 0%;
	top: 0%;
}

#formImage {
	position:absolute;
	width:208px;
	bottom: 0%;
	right: 0%;
}

.underline {
	text-decoration:underline;
}
	
