BODY {
	background: #eee url(../img/gradient-bg.jpg) top repeat-x;
	font-family: Arial, Verdana, _sans;
	font-size: 12px;
	color: #000;
}

#container {
	width: 949px;
	padding: 38px 22px 22px;
	border-width: 0 1px 1px;
	border-color: #c6c6c6;
	border-style: solid;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 #999;
}

#menu {
	margin: 33px 0 18px;
	width: 948px;
	height: 34px;
	background: url(../img/menu-bg.jpg) no-repeat;
	box-shadow: 0 5px 10px 0 #aaa;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	text-indent: -9999px;
	width: 100%;
}

	#menu a:hover, #menu .active a {
		background-image: url(../img/menu-hover-bg.png);
	}

	#menu a span {
		display: block;
		float: left;
		height: 10px;
		padding: 12px 0;
		background-position: center center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		width: 100%;
	}

	#menu-home {
		width: 234px;
	}

	#menu-home a span {
		background-image: url(../img/menu-home.png);
	}
	
	#menu-about-us {
		width: 234px;
	}

	#menu-about-us a span {
		background-image: url(../img/menu-about-us.png);
	}
	
	#menu-previous-work {
		width: 238px;
	}

	#menu-previous-work a span {
		background-image: url(../img/menu-previous-work.png);
	}
	
	#menu-current-focus {
		width: 239px;
		margin-right: 0 !important;
	}

	#menu-current-focus a span {
		background-image: url(../img/menu-current-focus.png);
	}

#home-text {
	width: 919px;
	height: 65px;
	background: url(../img/home-text-bg.png) no-repeat;
	font-size: 20px;
	color: #0b1a51;
	padding: 26px 15px;
	margin-top: 13px;
	text-align: center;
	line-height: 25px;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding: 22px 0 50px;
	line-height: 20px;
}

#footer strong {
	font-size: 15px;
	font-weight: bold;
	color: #414245;
}


#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #1f2f6d;
	padding: 0 0 5px;
	border-bottom: 1px #c1c3c3 solid;
	margin: 9px 0 0;
}

#content p {
	font-size: 13px;
	margin: 20px 0 0;
	line-height: 18px;
}

#content p strong {
	font-weight: bold;
	color: #1f2f6d;
}

#content p em {
	font-style: italic;
}
