html {
	font-family: 'Lucida Grande', verdana, sans-serif;
	font-size: 62.5%;
	line-height: 2.2em;
}

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

:moz-any-link:focus,
:moz-any-link:active {
	outline: none;
}

/* layout */

.wrapper {
	background: transparent url('../images/main/back-1.jpg') no-repeat center top;
	margin: 0 auto;
	min-height: 560px;
	position: relative;
	width: 956px;
	z-index: 3;
}

.stretch-1,
.stretch-2 {
	position: absolute;
	top: 0px;
	width: 49%;
}

.stretch-1 {
	background: transparent url('../images/main/back-1-left.jpg') repeat-x left top;
	height: 254px;
	left: 0px;
	z-index: 1;	
}

.stretch-2 {
	background: transparent url('../images/main/back-1-right.jpg') repeat-x left top;
	height: 526px;
	right: 0px;
	z-index: 2;	
}

.main {
	float: left;
	left: 60px;
	padding-bottom: 50px;
	position: relative;
	top: 410px;
	width: 800px;
}

.column {
	float: left;
	width: 350px;
}

.intro-1 {
	margin-right: 50px;
}

.column p {
	margin-left: 15px;
}

.column p {
	color: #848181;
}

/* text (generic styles) */

h1 {
	background: transparent url('../images/main/communicate-design-header.png') no-repeat left top;
	display: block;
	height: 76px;
	left: 67px;
	margin: 0px;
	position: absolute;
	text-indent: -5000em;
	top: 100px;
	width: 204px;
	z-index: 4;
}

h2 {
	font-size: 1.9em;
	margin-top: 1.5em;
}

p {
	font-size: 1.3em;
}

.contact {
	left: 475px;
	margin: 0px;
	position: absolute;
	top: 190px;
	z-index: 5;
}

a {
	text-decoration: none;
}

a:hover {
	color: #e83c1c;
}

/* declare text-replace generic styles */

#home h2,
.contact a {
	background-color: transparent;
	background-image: url('../images/main/text-replace.gif');
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000em;
}

#home h2 {
	height: 25px;
	width: 190px;
}

/* declare text-replace specific styles*/

h2.huh			{background-position: left top;}
h2.what-i-do	{background-position: 0px -50px;}
h2.worked-for	{background-position: 0px -100px;}

.contact a {
	background-position: 0px -157px;
	height: 16px;
	width: 59px;
}

.contact a:hover {
	background-position: -250px -157px;
}
