@charset "utf-8";
body {
	background-color: #666666;
	background-image: url(images/background2-900.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.enterbuilding {
	padding: 10px;
	border: thin solid #FFFFFF;
}
.right_buttons {
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.main_table {
	background-attachment: scroll;
	background-image: url(images/homebackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutus_table {
	background-attachment: scroll;
	background-image: url(images/aboutbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.contact_table {
	background-attachment: scroll;
	background-image: url(images/contactbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.insurance_table {
	background-attachment: scroll;
	background-image: url(images/insurancebackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.services_table {
	background-attachment: scroll;
	background-image: url(images/servicesbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.payment_table {
	background-attachment: scroll;
	background-image: url(images/paymentbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.patedu_table {
	background-attachment: scroll;
	background-image: url(images/contactbackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.video_table {
	background-attachment: scroll;
	background-image: url(images/videobackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.info_cell {
	background-color: #666666;
	border: thin solid #FFFFFF;
	width: 588px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
}
.picture_underline {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F4F4F4;
}

.picture_block {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #F4F4F4;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #F4F4F4;
}

.right_buttons td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
