BODY{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#mainBody{
	position:absolute;
	left:0px;
	top:0px;
	right:0;
	width:100%;
	height:100%;
	background-color:#efefef;
}
#navigation{
	position:relative;
	left:0px;
	top:0px;
	width:auto;
	height:100%;
	background-color:#ffffff;
	float:left;
	display:inline;
}
#navigationContent{
	position:relative;
	left:0px;
	top:100px;
	width:auto;
}
#leftbackground{
	position:relative;
	left:0px;
	top:0px;
	height:100%;
	width:100px;
	background-color:#efefef;
	float:left;
	display:inline;
}
#rightpicture{
	position:relative;
	left:200px;
	top:0px;
	float:left;
	display:inline;
}
#backgroundpicture{
	position:relative;
	left:0px;
	top:100px;
	width: 400px;
	height:350px;
	background-image: url("images/practicehomepage.jpg");
}
.practiceAddressText{
	color : #6699CC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size : 0.6em;
	font-weight : normal;
}
#homepagepicture{
	position:relative;
	left:0px;
	top:100px;
	width: auto;
}
.navigationText{
	color : #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size : 1em;
	font-weight : normal;
}
A:Link {
	color : #333333;
	font-size : 0.75em;
	font-family : Helvetica;
	text-decoration : none;
	font-weight: normal;
}
A:Visited {
	color : #333333;
	font-size :0.75em;
	font-family : Helvetica;
	text-decoration : none;
	font-weight: normal;
}
A:hover {
	color : #111111;
	font-size : 0.75em;
	font-family : Helvetica;
	text-decoration : none
}
.addressText{
	color : #333333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size : 0.6em;
	font-weight : normal;
}
.addressLink:Link {
	color : #333333;
	font-size : 0.6em;
	font-family : Helvetica;
	text-decoration : none;
	font-weight: normal;
}
.addressLink:Visited {
	color : #333333;
	font-size :0.6em;
	font-family : Helvetica;
	text-decoration : none;
	font-weight: normal;
}
.addressLink:hover {
	color : #666666;
	font-size : 0.6em;
	font-family : Helvetica;
	text-decoration : none
}