/*   #272b15 = dkgreen, #757151 = ltgreen,   #5f1500 = red   */
/**************************************************************************************************************************/
/**********************************************    LAYOUT    **************************************************************/
#container {
	width: 1200px;
	margin: 0 auto;
}
header {
	width: 1200px;
	height: 204px;
}
#content {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
h1.replace a {
	display: block;
	width: 1200px;
	height: 204px;
}
#Home p {
	width: 380px;
	margin: 90px 0 20px 20px;
	float: left;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
div#services {
	width: 220px;
	margin: 150px 0 0 75px;
	float: left;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);/*	background: yellow;*/
}
div#clients {
	width: 220px;
	margin: 90px 20px 20px 0;
	float: right;
}
div#clients ul {
	list-style: none;
}
footer {
	width: 1200px;
	height: 200px;
	clear: both;
	position: relative;
}
footer span {
	position: absolute;
	top: 175px;
	left: 700px;
}
.bulletNo {
	margin: 0 0 0 0;
	list-style:none;
}
.bulletNoSpacing {
	margin-top: 10px;
}
div#clients img {
	margin-bottom: .3em;
	border: 4px solid #272b15;
	-moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, .4);
	-o-box-shadow: 5px 5px 6px rgba(0, 0, 0, .4);
}
div#clients img:hover {
	border: 4px solid #5f1500;
}
#survey {
	float: right;
	clear: both;
	margin-right: 15px;
	margin-top: 30px;
}
/***************************************************************************************************************************/
/**********************************************  TYPEOGRAPHY  **************************************************************/
body {
	font: 1.25em Century, Arial;
	color: #c0b8aa;/*272b15*/
}
@font-face {
 font-family: AngelicWar;
 src: url(http://pixelbehavior.com/fonts/AngelicWar.ttf) format("truetype");
}
@font-face {
 font-family: AngelicWar;
 src: url(http://www.pixelbehavior.com/fonts/AngelicWar.ttf) format("truetype");
}
h2 {
	font: 2.6em "AngelicWar", sans-serif;
	color: #272b15;
	letter-spacing: .07em;
}
#Home p {
	font: 1.3em Century, Arial;
}
div#services {
	color: #272b15;
}
a,
a:visited {
	color: #5f1500;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
a:hover {
	color: black;
	text-shadow: 2px 2px 3px rgba(95, 21, 0, 15);
}
a:active,
a:focus {
	color: white;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
footer span {
	font-size: .8em;
	color: #272b15;
}
.bulletNo {
	letter-spacing: .4em;
	color: #c0b8aa;
	text-decoration: underline;
}
/**************************************************************************************************************************/
/**********************************************  BACKGROUNDS   ************************************************************/
body {
	background: black;
}
#container {
	/*	background: #777352 url(../images/grid.png) repeat-y center;*/
	background: #757151 url(../images/body.jpg) no-repeat 50% 204px;
}
footer {
	background: url(../images/footer.jpg);
}
/*** h1 replace ***/
h1.h1replace {
	width: 1200px;
	height: 204px;
	position: relative;
}
h1.h1replace span {
	background: url(../images/header.jpg);
	position: absolute;
	width: 100%;
	height: 100%;
}
