body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #666;
	min-width: 800px;
	border-top: 4px solid #004030;
	background: white url("../img/bg.jpg") left top repeat-x;
}

a {
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0px;
	color: #004030;
}

p {
	margin: 0px;
	padding: 10px 0px;
}

ul {
	list-style: square;
}

div {
	position: relative;
}

div:after {
	clear: both;
	content: ".";
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	display: block;
}

/* Layout */
#site {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	height: 260px;
}

#title {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	padding: 0px;
}

#content {
	background-color: #F4F4F4;
	padding: 20px;
}

#content_images {
	width: 193px;
	margin-right: 40px;
	float: left;
}

#content_images img:first-child {
	padding-bottom: 10px;
}

#content h2 {
	font-size: 14px;
}

#content_services {
	width: 280px;
	margin-right: 40px;
	float: left;
}

#content_contact {
	width: 200px;
	float: left;
}