/* ©2011 Didier Berck */

/* header --> */
h1 {
	width: 590px;
}
/* <-- header */

/* nav --> */
#nav ul {
	width: 600px;
}
#nav li {
	width: 93px;
}
/* <-- nav */

/* headline --> */
#lastnews {
	display: none;
}
#about {
	padding-left: 95px;
	margin-top: 80px;
}
#about h2 {
	width: 338px;
	margin: 0 0 0 100px;
}
#headline #about:first-child h2:first-child {
	padding-top: 50px;
}
#about h2.strong {
	height: auto;
	font-size: 20px;
}
#about p {
	width: 324px;
	margin: 10px 0 10px 160px;
}
/* <-- headline */

/* content --> */
#content {
	width: 600px;
}
/* <-- content */

/* blocks --> */
div.block {
	width: 280px;
}
div.row {
	width: 575px;
}
div.block h2 {
	min-height: 60px;
}
div.block div {
	min-height: 180px;
}
div.row h2, 
div.row h3.shadow {
	background: url(../images/bg-row-top-tiny.png) top no-repeat;
}
div.row div {
	background: url(../images/bg-row-bottom-tiny.png) bottom no-repeat;
}
/* <-- blocks */

/* news --> */
div.news h3 {
	background: url(../images/bg-news-top-tiny.png) top no-repeat;
}
div.news div {
	background: url(../images/bg-news-bottom-tiny.png) bottom no-repeat;
}
/* <-- news */

/* google --> */
#google_map, 
#form_content {
	width: 320px;
	padding-left: 10px;
}
#map_canvas {
	width: 320px;
}
#map_directions {
	width: 320px;
}
#google_map label {
	width: auto;
	display: block;
}
#google_map input[type=text] {
	width: 225px;
}
/* <-- google */

/* conclusion --> */
#conclusion {
	width: 533px;
}
/* <-- conclusion */

/* social --> */
#social > div {
	padding: 10px 0 0 18px;
	background-position: 16px 0;
}
/* <-- social */

/* footer --> */
#footer div {
	width: 584px;
}
/* <-- footer */
