body {
	margin:      0px;
	padding:     0px;
	font-family: Arial;
	font-size:   12px;
	text-align:  center;
}
h1 {
	font-size: 20px;
	color:     #237AB6;
}
h2 {
	font-size: 12px;
	color:     #000;
	display: inline;
}
a {
	color: #237AB6;
}
a img {
	border: none;
}
.yellow {
	color: #EFB70E;
}
.blue {
	color: #237AB6;
}
.imago {
	width:             770px;
	height:            350px;
	margin-top:        20px;
	background-image:  url(/images/bg.gif);
	background-repeat: no-repeat;
}
.imago .contact {
	width:      190px;
	padding:    150px 30px 40px 30px;
	text-align: center;
}
.imago .contact .yellow {
	font-size:   18px;
	font-weight: bold;
}
.imago .text {
	width:      580px;
	padding:    30px 40px 30px 145px;
	text-align: left;
}
.imago .text  ul {
	margin:  0px;
	padding: 0px;
}
.imago .text  li {
	margin:            0px;
	padding:           0px 0px 10px 20px;
	background-image:  url(/images/wrench.gif);
	background-repeat: no-repeat;
	list-style-type:   none;
}
.content {
	width:      770px;
	margin-top: 10px;
}
.content td {
	text-align: left;
}
.footer {
	width:      770px;
	margin-top: 20px;
	border-top: 1px solid #DDD;
}