
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #F4F1EA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51441B;
}

h1, h2, h3 {
	margin: 0px;
}

h1.title {
	height: 80px;
}

h2.title {
	height: 22px;
	margin-bottom: 8px;
}

.title {
	text-indent: -9999em;
}

#bt_home {
	background: url(images/bt_home.jpg) no-repeat left top;
}

#bt_projects {
	background: url(images/bt_projects.jpg) no-repeat left top;
}

#bt_employment {
	background: url(images/bt_employment.jpg) no-repeat left top;
}

#bt_contact {
	background: url(images/bt_contact.jpg) no-repeat left top;
}

#st_featured_projects {
	background: url(images/st_featured_projects.jpg) no-repeat left top;
}

#st_positions_available {
	background: url(images/st_positions_available.jpg) no-repeat left top;
}

#st_email {
	background: url(images/st_email.jpg) no-repeat left top;
}

#st_mail {
	background: url(images/st_mail.jpg) no-repeat left top;
}

p, ol, ul {
	line-height: 180%;
	margin: 0px 0px 20px 0px;
	text-transform: lowercase;
}

a img {
	border: none;
}

/** SPACER */

#spacer {
	height: 50%;
	margin-bottom: -220px;
}

/** WRAPPER */

#wrapper {
	width: 884px;
	height: 440px;
	margin: 0px auto;
	clear: left;
}

/** HEADER */

#header {
	height: 60px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

#header h1, #header h2 {
	text-indent: -9999em;
}

/** MENU */

#menu {
	float: left;
	width: 300px;
	height: 380px;
	background: url(images/bg1.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 218px;
	height: 33px;
	text-indent: -9999em;
}

#menu1 {
	background: url(images/homepage02.jpg) no-repeat left top;
}

#menu2 {
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu3 {
	background: url(images/homepage04.jpg) no-repeat left top;
}

#menu4 {
	background: url(images/homepage05.jpg) no-repeat left top;
}

/** CONTENT */

#content {
	float: right;
	width: 552px;
	height: 380px;
	padding: 0px 0px 0px 32px;
	background: url(images/bg2.jpg) no-repeat left top;
}

#scroller {
	width: 490px;
	height: 215px;
	overflow: auto;
}

/** FOOTER */

#footer p {
	text-indent: -9999em;
}

#projects {
}

#projects .first {
	padding-right: 15px;
}

#projects td {
	padding-bottom: 15px;
}