/* General Styling */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #ffffff url(images/bluenav.jpg) repeat-y top left; 
	padding: 0;
	margin: 0;	
}

p { 
	font-size: small;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 200%;
	margin-bottom: 0;
	text-decoration: underline;
}

#header {
	height: 9.5em;
	background: url(images/surgeryheader.jpg) no-repeat center center;
	border-bottom: 1px solid gray;
	width: 80%;
}
	

p.doctors {
	float: right;
	color: black;
	font-family: Georgia, Times, serif;
	font-size: x-small;
	font-style: italic;
	padding-right: 15px;
	text-align: right;
}

p.address {
	color: black;
	font-family: Georgia, Times, serif;
	font-size: x-small;
	font-style: italic;
	padding-left: 15px;
	margin-bottom: 0;
	text-align: left;
}

#logo {
	width: 200px;
	height: 9.5em;
}

#navigation {
	width: 220px;
	margin-left: -20px;
	padding-top: 0;
}

#navigation li {
	list-style-type: none;
	padding-top: 10px;
	font-size: medium;
	margin: 0px;
}

img.link {
	border: none;
}

#navigation img {
	margin-left: 20px;
	padding: 10px;
	border: none;
}

#content {
	padding: 10px;
	padding-left: 20px;
	margin: 0;
}

#mainpage {
	text-align: center;
}

p.siteupdated {
	font-style: italic;
	text-align: right;
	padding: 0;
	margin: 0;
}

h4 {
	margin-bottom: 0.3em;
	margin-top: 1.5em;
}

.quals {
	font-size: small;
	font-weight: normal;
	padding-left: 0.8em;
	font-style: italic;
}

.gmc {
	float: right;
	font-size: small;
	font-weight: bold;
	margin-top: 1em;
}

p.details {
	margin-top: 0;
}

#contact p {
	font-size: medium;
}


/* Link Behaviour */

#navigation a {
	font-weight: bold;
	text-decoration: none;
}

#navigation a:link {
	color: white;
}

#navigation a:visited {
	color: white;
}

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

#navigation a:active {
	color: white;
}

#content a {
	font-weight: bold;
}

#content a:link {
	color: blue;
}

#content a:visited {
	color: navy;
}

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

#content a:active {
	color: navy;
}

	
/* Positioning */

#navigation, #header, #content, #logo {
	position: absolute;
}

#content {	
	top: 9.5em;
}

#navigation {
	top: 9em;
}

#header {
	left: 200px;
}

#content {
	left: 200px;
}

.logo {
	position: relative;
	left: 20px;
	top: 30px;
} 
