* {margin: 0;padding: 0;}


body {
	font-size: 100%;
  color: black;
	background-color: #bd9277;
	width:100%}
  
a {
	text-decoration:underline;
	color:#44b;}
  
a:hover {
	text-decoration:none;
	color:#333;}
	
img {
	border:none;}

#wrapper {
	font-family: arial;
	font-size: 14px;
	margin:10px auto 20px auto;
  width:816px;
	background-color:#400000;
	color: black;
	overflow:hidden;}

	
#header {
	color: #333;
	width: 816px;
	height: 221px;
	background-image: url(../images/kamloops_vet_clinic_building.jpg);
  background-color:#400000;
	background-repeat: no-repeat;
	background-position: center center}

  
#header h1{
	font-size:1px;
  line-height:1;  
	font-weight: normal;
	color: #fff;
	padding:20px 0 0 700px;}


/*-------------------- vav bar ---------------------*/ 


#menu{
	margin:5px auto;}

#menu ul{
	text-align:center;
	width:100%;
	}
		
#menu li{
	list-style:none;
	font-weight: bold;
	font-size: 15px;
	display:inline;
	margin: 0 30px;}
  
#menu ul a{
	color: #fff;
	text-decoration: none;}

#menu a:hover{
	color: #ccc;
	text-decoration: none;} 
  
  
/*-------------------- content ---------------------*/ 


#content {
	border: solid 1px white;
	background-color: #D9C8BE;
	background-image: url(../images/contentBack.jpg);
  background-repeat: no-repeat;
	background-position: top center;
  color: black;
	padding:30px;
	margin:0 7px;}


  
#content p {
	font-size: 1.1em;
  line-height:1.2;
	margin-bottom: 20px;}

#content h2{
	margin-bottom:20px;
	font-size: 2em;}
	
#content h3 {
	margin-bottom: 3px;
	font-size: 1.2em;
	}
	
#content ul{
list-style:none;
margin-bottom:20px;}

#footer{
	width:816px;
	height:7px;
	font-size:1px;
	background-color:#400000;}
  

  
/*-------------------- copy---------------------*/

  
#copyright{
	width:500px;
	margin:0 auto;}

#copyright p{
	text-align: center;
  font-size: .8em;
  line-height: 1.3;
  font-family: arial;
	margin-bottom:20px;}
  


/*-------------------- classes ---------------------*/

.clearFix {
	clear:both;}
	
.floatLeft{
	float:left;
	margin:15px 15px 15px 0;}
	
.floatRight{
	margin:15px 0 15px 15px;
	float:right;}


.border{
	border: solid 1px #400000;
	padding: 3px;
		}
		