/* Grid height: 18, 36, 54, 72, 90, 108, 126, 144, 162, 180 */

body {
	background: white url(../img/bg_3.gif) repeat-x bottom;
	border-top: 9px solid #000;
	
}

/* @group header */

.header {
	background: url(../img/00.gif) no-repeat 0 -15px;
	height: 144px;
}
#home .header {
	height: 162px;
}
#expertise .header{background-image:url(../img/02.gif) }
#projects .header{background-image:url(../img/01.gif) }
#people .header{background-image:url(../img/03.gif) }
#contact .header{background-image:url(../img/04.gif) }




.header ul {
	position: absolute;
	top: 108px;
	right: 0;
	background: #ccc;
}

.header li {
	display: inline;
}

.header li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 9px 0 18px;
	font: 13px/1  Arial, Helvetica, sans-serif;
	background: #fff;
}

/* @end */

/* @group footer */

.footer {
width: 750px; margin:36px 0;
border-top: 3px solid #ccc;

}

.footer p {
	background:#fff;
	color: #333;
	font-size: .83em;
	padding: 9px 18px 3px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	opacity: .8;
}

/* @end */

h3,  h4 {
	clear: none;
}

#home .first {
	border-right: 1px solid #ccc;
	padding-right: 9px;
	margin-right: 0;
}

#home h2 {
	padding: 0;
	line-height: 18px;
	text-transform: uppercase;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

#home .pull-2 {
	margin-top: 4px;
}

#home .last p, #home .last ul {
	font-size: 11px;
	margin-top: 0;
}

#projects  h2 {
	border-top: 1px solid #ccc;
	margin: -1px 0 0 -210px;
	padding-left: 210px;

}



#projects  img.pull-3 {
	float: left;
	margin: 0 0 36px -210px;
}
#projects p{
	width: 466px;
}
#projects .footer p{
	width: 750px;
}

#people  img.pull-2 {
	float: left;
	margin: 0 0 0 -130px;
}
#expertise .navsmall {
	font: 0.8em Tahoma, Verdana, Helvetica, sans-serif;
	padding: 2px 8px 4px;
	background: #d8ebff;
	margin: 10px 0 0;
	
}

#expertise .navsmall a {
	color: #666;
	padding: 0 1px;
}

#expertise .navsmall a.active {
	color: #666;
	text-decoration: none;
}
