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

.body{
    margin:0px;
    padding:0px;
   
}

.container{
	width:100%;
	height:900px;
	background-image: url(images/furry.jpg);
	background-repeat: repeat;	
	
}
.side{
    width:213px;
  
}

.content{
   width:800px;
   height:550px;
   margin:0px auto;
   background-color:#CAE8EF;
}

.nav{
  width:200px;
  height:200px;
  float:left;
  margin-left:60px;
}

.about{
   width:400px;
   float:left;
    margin-left:60px;
}

.circle{
    height:170px;
    width:183px;
    float:left;
    margin-bottom:5px;
   }
.name{
     float:left;
     margin-left:15px;
     margin-top:20px;
}

.header{
	width:100%;
	height:175px;
	}

.innerHeader{
	height: 175px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:800px;
        background-image: url(images/fence.jpg);
	background-repeat: repeat;
	}

.footer{
	margin-top: 25px;
	clear: both;
	padding-left: 320px;
	margin-right: 90px;
}  
.innerFooter{
}
ul{
  list-style-type: none;
  padding: 0px;
  margin: 20px;
}
a { 
  text-decoration:none
 }



A:link {
 color: #666600;
}

A:hover {
 color: #993300;
}

h1{
  font-size: 40px;
  color: #000000;
  margin-top:40px;
  margin-left:140px;
  

}

h2{
  font-size:22px;
  color: #FF33FF;
   
}

h3{
  font-size: 40px;
  color: #000000;
  margin-top:40px;
  margin-left:110px;
}






















