@charset "UTF-8";
/* CSS Document */

body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  background: #eeeeee;
  margin: 0;
  color: #000
}

h1 {
  color: #003462;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
}

h2 {
  color: #f58238;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 0;
}

h3 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 1rem 0 0 0 
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #0068ac;
  text-decoration: underline;
}

.wrapper {
  width: 1024px;
  background: #ffffff;
  margin: 0 auto;
}

.header {
  height: 223px;
  background-image: url(http://www.biovetphysio.com/images/header-swoosh.png);
  background-repeat: no-repeat;
}

.header img {
  padding: 30px;
  width: 210px;
  max-width: calc(100% - 60px);
  height: auto;
}

.mainContent {
  background-image: url(http://www.biovetphysio.com/images/background.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
  border-bottom: #003462 10px solid;
  padding: 0 0px 0 0px
}

.topright {
  width: 500px;
  float: right;
  text-align: right;
  padding: 20px
}

.topright a {
  padding: 10px
}

ul {
  margin: 10px 0 0 0px;
  padding: 0
}

li {
  margin: 10px 0 0 0px;
 
}

.footer {
  text-align: center;
  clear: both;
  font-size: 13px;
  padding: 0 0 3rem 0;
}

.fltlft {
  float: left;
  width: 320px;
  margin: 20px 0px 10px 0px;
  padding-right: 60px;
  border-right: 1px #d4d4d4 solid;
}

.fltright {
  
  width: 800px;
	margin:auto 0;
  
}

.blue {
  color: #003462;
  font-size: 17px;
}

.green {
  color: #000;
  font-size: 20px;
}
