body#home #main {
	width: 100%;
	margin-left: 40px;
}
*html #home #main {
	margin: 0pt;
	padding-left: 0pt;
}
*html #home #main #development{
	margin-left: 25px;
}
h2 {
	width: 235px;
	height: 85px;
	text-indent: -6666px;
}
h2 a {
	width: 100%;
	height: 100%;
	display: block;
}
#main div {
	float: left;
	margin: 10px;
	width: 240px;
}
#development {

}
#marketing {

}
#usability {

}
#development h2 a {
	background: #fff url(../_images/buttons.png) 0px -90px no-repeat;
}
#development h2 a:hover {
	background: #fff url(../_images/buttons.png) 0px 0px no-repeat;
}
#marketing h2 a {
	background: #fff url(../_images/buttons.png) -238px -90px no-repeat;
}
#marketing h2 a:hover {
	background: #fff url(../_images/buttons.png) -238px 0px no-repeat;
}
#usability h2 a {
	background: #fff url(../_images/buttons.png) -476px -90px no-repeat;
}
#usability h2 a:hover {
	background: #fff url(../_images/buttons.png) -476px 0px no-repeat;
}
#home #main ul {
	margin-left: 0px;
	width: 100%;
}
/* remove dotted line from links in firefox */
a {
        outline: none;
}
#main p {
	margin-left: 15px;
}

