html, body {
	margin: 0px;
	padding: 0px;
}

	html {
		height: 100%;
		width: 100%;
	}

	body {
		background-color: #333333;
		background-image: url(img/background.gif);
		background-position: center 80px;
		background-repeat: no-repeat;
		font-family: Arial, sans-serif;
		font-size: .75em;
		line-height: 1.4em;
	}
	
	h1 {
		color: #666666;
		font-size: 1.4em;
		margin: 0px 0px 20px 0px;
	}
		h1.nomargin {
			margin: 0px;
		}
	
	p {
		margin: 0px 0px 20px 0px;
	}
	
	ul {
		margin: -20px 0px 20px 0px;
	}
		ul ul {
			margin: 0px;
		}
	
	blockquote {
		font-weight: bold;
		margin: 0px 30px 20px 30px;
	}
	
		blockquote span {
			color: #000000;
			font-weight: normal;
		}

div.banner {
	background-color: #ffffff;
	margin: 100px auto 0px auto;
	height: 130px;
	width: 800px;
}

div.center {
	background-color: #ffffff;
	height: 400px;
	margin: 0px auto 0px auto;
	overflow: auto;
	padding: 0px 30px 30px 30px;
	position: relative;
	width: 740px;
}

div.left {
	border-right: 1px solid #000000;
	float: left;
	padding: 0px 29px 0px 0px;
	width: 330px;
}

div.right {
	float: left;
	margin: 0px 0px 0px 30px;
	width: 330px;
}

body.home div.banner {
	background-image: url(img/banner_home.png);
	background-position: top;
	background-repeat: no-repeat;
}
	body.home div.center {
		background-image: url(img/banner_home.png);
		background-position: 0 -130px;
		background-repeat: no-repeat;
		color: #ffffff;
		padding: 140px 30px 30px 30px;
		height: 260px;
	}
	body.home div.left {
		border-right: none;
	}
	body.home strong {
		color: #ffffff;
	}
	body.expertise blockquote {
		color: #336BB7;
	}

body.expertise div.banner {
	background-image: url(img/banner_expertise.png);
	background-position: top;
	background-repeat: no-repeat;
}
	body.expertise strong {
		color: #009900;
	}
	body.expertise blockquote {
		color: #009900;
	}

body.talent div.banner {
	background-image: url(img/banner_talent.png);
	background-position: top;
	background-repeat: no-repeat;
}
	body.talent strong {
		color: #336BB7;
	}
	body.talent blockquote {
		color: #336BB7;
	}

body.about div.banner {
	background-image: url(img/banner_about.png);
	background-position: top;
	background-repeat: no-repeat;
}
	body.about strong {
		color: #FF6600;
	}
	body.about blockquote {
		color: #FF6600;
	}

body.contact div.banner {
	background-image: url(img/banner_contact.png);
	background-position: top;
	background-repeat: no-repeat;
}
	body.contact strong {
		color: #631bd0;
	}
	body.contact blockquote {
		color: #631bd0;
	}

div.menu {
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	margin: 0px auto;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 800px;
}

	div.menu img {
		display: block;
		float: left;
	}
	
	div.menu ul {
		float: right;
		margin: 0px;
		overflow: auto;
		padding: 0px;
		position: relative;
	}

		div.menu ul li {
			font-weight: bold;
			float: left;
			list-style: none;
			margin: 0px 20px 0px 0px;
			padding: 10px 0px 0px 0px;
		}
	
	div.menu a {
		color: #ffffff;
		text-decoration: none;
	}
	
		div.menu ul li.blue a {
			color: #336BB7;
		}
		
		div.menu ul li.green a {
			color: #009900;
		}
		
		div.menu ul li.red a {
			color: #990000;
		}
		div.menu ul li.orange a {
			color: #FF6600;
		}
		div.menu ul li.purple a {
			color: #853ef2;
		}
