body{
	background-color: #fff;
 	color: #6d3c97;
	font-family: Arial, Helvetica, Sans Serif;
}
#wrapper {
 margin: 0 auto;
 overflow: auto;
 width: 900px;
 background-color: #fff;
 padding: 5px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto;
 background-image: url(../graphics/background.jpg);
 background-repeat: no-repeat;
 width: 100%
}
#holder {
 margin: 130px 0px 0px 187px;
 height: 450px;
}
.med {
 width: 100px;
 height: 60px;
 display: block;
}
.big {
 width: 100px;
 height: 120px;
 display: block;
}
.lg {
 width: 100px;
 height: 180px;
 display: block;
}
.services{
 width: 97px;
 text-align: center;
 height: 370px;
 margin: 0px 0px 0px 0px;
 float: left;
}
a.nav:link{
 height: 180px;
 font-weight: bold;
 text-decoration: none;
	background-color: #000;
	padding: 50px;
}
a.nav:visited{ 
 color: #fff;
 height: 180px;
 font-weight: bold;
 text-decoration: none;
	background: url(../graphics/pebble.jpg);
	padding: 85px 120px 85px 120px;
	margin: 0px 0px 100px 0px;
	position: relative;
		top: 80px;
}
a.nav:hover{
 height: 180px;
 font-weight: bold;
 text-decoration: none;
	background: url(../graphics/pebble1.jpg);
}
img.border{
	border: none;
}