﻿body 
{
	background-color: Black;
	margin: 0;
}

#bottomNav
{
	font-family: Arial;
	font-size: 9px;
	color: White;
	padding-top: 10px;
}

#bottomNav a
{
	font-family: Arial;
	font-size: 9px;
	color: White;
	text-decoration: none;
}

#bottomNav a:hover
{
	color: #0099FF;
}

#content
{
	background-image: url(images/content-bg.jpg);
}

#copyright
{
	font-family: Arial;
	font-size: 9px;
	color: White;
	padding-top: 10px;
}
#copyright a:link, #copyright a:visited, #copyright a:hover
{
	color: #0099FF;
	text-decoration:none;
}

/* Contact Page */
#contactWrapper
{
	background-image: url(images/contact-content.jpg);
	height: 337px;
	text-align: left;
	width: 648px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
}

#contactLink
{
	font-family: Arial;
	font-size: 10px;
	color: White;
	padding-bottom: 12px;
	padding-left: 34px;
}

#contactLink a
{
	font-family: Arial;
	font-size: 10px;
	color: #0095ff;
	text-decoration: none;
}

#email
{
	padding-top: 68px;
	width: 306px;
}
	
/* End Contact Page */

#homeWrapper
{
	background-image: url(images/home-content.jpg);
	height: 337px;
	text-align: right;
	width: 648px;
}

#locationWrapper
{
	background-image: url(images/location-content.jpg);
	height: 337px;
	text-align: right;
	width: 648px;
}

#locationLinks
{
	position: relative;
	left: -13px;
	top: 240px;
	font-family: Arial;
	font-size: 9px;
	color: Black;
}

#locationLinks a
{
	font-family: Arial;
	font-size: 9px;
	color: #0095ff;
	text-decoration: none;
}

#surgeryWrapper
{
	background-image: url(images/surgery-content.jpg);
	height: 337px;
	text-align: right;
	width: 648px;
}

#surgeryLinks
{
	position: relative;
	left: -112px;
	top: 250px;
	font-family: Arial;
	font-size: 11px;
	color: Black;
}

#surgeryLinks a
{
	font-family: Arial;
	font-size: 11px;
	color: #0095ff;
	text-decoration: none;
}