/* CSS Document */

h1 {
	font-size: 140%;
	color: #424647;
	}

td {
	border-bottom: 1px solid #ececec;
	}

a#home {
	float: left;
     width:75px;
     height:71px;
     display:block;
     background: url(../images/nav/home.jpg) 0px 0px no-repeat;
     color: #fff;
     text-decoration:none;    
  }
  
a#home:hover  {
     background-position: 0px -71px; 
  }
 
 a#about {
	float: left;
     width:80px;
     height:71px;
     display:block;
     background: url(../images/nav/about.jpg) 0px 0px no-repeat;
     color: #fff;
     text-decoration:none;    
  }
  
a#about:hover  {
     background-position: 0px -71px; 
  }
 
  a#arch {
	float: left;
     width:140px;
     height:71px;
     display:block;
     background: url(../images/nav/arch.jpg) 0px 0px no-repeat;
     color: #fff;
     text-decoration:none;    
  }
  
a#arch:hover  {
     background-position: 0px -71px; 
  }
 
   a#cv {
	float: left;
     width:134px;
     height:71px;
     display:block;
     background: url(../images/nav/cv.jpg) 0px 0px no-repeat;
     color: #fff;
     text-decoration:none;    
  }
  
a#cv:hover  {
     background-position: 0px -71px; 
  }
 
   a#contact {
	float: left;
     width:116px;
     height:71px;
     display:block;
     background: url(../images/nav/contact.jpg) 0px 0px no-repeat;
     color: #fff;
     text-decoration:none;    
  }
  
a#contact:hover  {
     background-position: 0px -71px; 
  }
 
 #footer a, #footer a:link, #footer a:active, #footer a:visited {
 	color: #c90;
	text-decoration: none;
	padding: 2px;
	}

#footer a:hover {	
	padding: 2px;
	background: #c90;
	color: #fff;
}

#pagesRight a, #pagesRight a:link, #pagesRight a:active, #pagesRight a:visited {
 	color: #c90;
	text-decoration: none;
	padding: 2px;	
	}

#pagesRight a:hover {
 	color: #fff;
	background: #c90;
	padding: 2px;	
	}