html, body {
	height: 100%;
}

body {
		margin: 0;
		padding: 0;
}

#topbar {
  margin-top: 5px;
}

.logo {
  background: url(Logo/logo.jpg) no-repeat left;
  margin-left: 15%;
  height: 100px;
}

.clinicname {
  background: url(Logo/ClinicName.gif) no-repeat left;
  height: 100px;
  margin-top: -100px;
  margin-left: 28%;
  z-index: 5;
}

.topimage {
  background: url(Img/top.jpg) no-repeat right;
  height: 100px;
  margin-right: 15%;
  margin-top: -100px;
  z-index: 1;
}

.navigation {
  margin-right: 15%;
  margin-left: 15%;
  z-index: 5;
}

.scissor {
  background: url(Img/scissor.jpg) no-repeat right;
  height: 75px;
  margin-right: -6%;
  z-index: 10;
}

.menu {
  text-align: right;
  margin-top: -113px;
  font-size: 0.8em;
  background: #655136; 
}

.namespace {
	background: url(Img/background.jpg) repeat left;
}

#content {
  	margin-left: 15%;
  	margin-right: 18%;
  	font-family: verdana, arial, times;
  	font-size: 0.75em;
}

#content table{
  font-size: 1em;
}

#footer {
	font-size: 0.8em;
	text-align: center;
	}
	
#notice {
  margin-left: 50%;
  margin-right: 18%;
  margin-top: -50%;
  padding: 1px 10px 1px 10px;
  font-size: 0.7em;
  color: #990000;
  border: 1px solid #655136;
}

#greeting {
  text-align: right;
  margin-right: 10%;
  font-style: italic;
}

#map {
  margin-left: 14%;
}

#frontpage {
  background: url(Img/caring.jpg) no-repeat;
  height: 300px;
  margin-left: 15%;
  margin-top: -19px;
}

#shop {
  background: url(Img/animal.jpg) no-repeat;
  height: 300px;
  margin-left: 15%;
  margin-top: -19px;
}

#service {
  background: url(Img/surgery.jpg) no-repeat;
  height: 300px;
  margin-left: 15%;
  margin-top: -19px;
}

#history {
  background: url(Img/diagnosis.jpg) no-repeat;
  height: 300px;
  margin-left: 15%;
  margin-top: -19px;
}

#contact {
  background: url(Img/contact.jpg) no-repeat;
  height: 300px;
  margin-left: 15%;
  margin-top: -19px;
}

.portrait {
  float: left;
  width: 60px;
  height: 80px;
  margin: 0 7px 0 0;
  border-top: 1px solid #999;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  border-left: 1px solid #999;
}

H2 {
  font-family: verdana;
  font-size: 1.1em;
}

p {
  font-family: verdana;
}

ul {
  list-style: none;
}

a.nav {
  color: white;
  text-decoration: none;
}

a.nav:hover {
  background: #2253C0;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  background: #655136;
  color: #ffffff;
}

li {
  background: url(Img/bullet.gif) no-repeat 0 50%;
  padding-left: 17px;
}

i b {
  display: none;
}
