* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}
html {
	overflow-x: hidden;
}
body {
	background: #d7d7d7 url(images/bg_tile.png) repeat-x;
}

#holder {
	margin-left: auto;
	margin-right: auto;
	display: block;	width: 980px;
	height: 556px;
	background: url(images/holder.png);
}

#email {
	display: block;
	position: relative;
	top: 85px;
	left: 790px;
}

#phone {
	display: block;
	position: relative;
	top: 100px;
	left: 655px;
}
#header {
	display: block;
	position: relative;
	height: 147px;
	width: 980px;
}
#mainText {
	display: inline-block;
}
#row {
	display: table-row;
	clear: both;
	width: 980px;
}
#left {
	float: left;
	display: table-cell;
	width: 470px;
	text-align: center;
}
#right {
	float: right;
	display: table-cell;
	width: 480px;
	vertical-align: top;
	margin-right: 20px;
}
#mainText {
	display: block;
	position: relative;
	height: 367px;
	width: 433px;
	top: 30px;
	text-align: center;
	left: 28px;
}

#mainImg {
	display: inline;
	margin-bottom: 12px;
}
img {
	border: 0;
}
#img1 {
	display: inline;
}

#img2 {
	display: inline;
}

#img3 {
	display: inline;
}

#footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

h2 {
	color: #bf829b;
}

a {
	text-decoration: none;
}