/* global */
html{height: 100%;}

body {background-image: url(Images/pagebackground.jpg);
	background-repeat: repeat-x;
	}
	
h1 		{
		font-size: 18px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		}
		
h2		{
		font-size: 16px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		}
h3		{
		font-size: 14px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		line-height: 1.5em;
		}

p		{
		font-family: Arial, Helvetica, sans-serif;
		}
		
/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
	
/* The topnav element */
#topnav {
		width: auto;
		top: 0px;
		float: right;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		}
#topnav a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {
	color: #f60;
	text-decoration: none;
}
#topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* The Wrapper element */
#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
/* The banner element */
#banner {
	background-image: url(../Images/pennyshillpracticedoctors.gif);
	background-repeat: no-repeat;
	width: auto;
	height: 150px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	background-position: right;
		}
	
/* The Nav Left element */		

#navleft{
	margin-top: 15px;
	float: left;
	width: 200px;
	background-image: url(Images/navbarbackground.jpg);
	background-repeat: repeat-y;
	text-align: center;
	display: inline;
	}

/* The Nav Right element */			
	
#navright{
	margin-top: 8px;
	float: right;
	width: 200px;
	text-align: center;
	background-image: url(Images/navbarbackground.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
	line-height: 1.5em;
	display: inline;
	}
#navright a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
#navright a:visited {
	color: #CC0000;
	text-decoration: none;
}
#navright a:hover {
	color: #f60;
	text-decoration: none;
}
#navright a:active {
	color: #006699;
	text-decoration: none;
}
/* The time element*/
#time	{
	margin-top: 0px;
	}
		
/* The Content element */			
#content{
	margin-top: 25px;
	margin-left: 210px;
	margin-right: 210px;
	text-align: justify;
	padding: 5px;
	border-top: thick groove #006699;
	border-right: thick groove #006699;
	border-bottom: thick groove #006699;
	border-left: thick groove #006699;
	font-size: 14px;
	line-height: 1.5em;
	}
	
img.figure{float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		border: 1px solid #666;
		padding: 10px;
		}

img.doctors{float: right;
		margin-left: 10px;
		margin-bottom: 10px;
		border: 1px solid #666;
		padding: 10px;
		}
	

/* footer */
#footer
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 20px 0px 20px;
  width: 986px;
  font-size: 94%;
  text-transform: uppercase;
  text-align: center;
  background-image: url(../Images/orange_footer.png);
  background-repeat: repeat-x;
  margin-bottom: 0px;
  clear:both;
}

#footer a{text-decoration: none;}

#footer a:hover{text-decoration: underline;}
		





		
			
