body {
	background-color: #efedeb;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 62.5%;
}

div#wrapper,
div#footer {
	background: url(../images/wrapper-bg.gif) top left repeat-y;
	margin:  20px auto 0 auto;
	width:  744px;
}

div#footer {
	background: url(../images/base.gif) bottom left no-repeat;
	height: 46px;
	margin: 0 auto 20px auto;
	position: relative;
	left: -1px;
	/* no idea why the above two lines are required, but there you go */
}

body#home div#footer {
	_left: -3px;
}

div#header ul {
	background-color: #f1efee;
	font-size: 1.4em;
	height: 64px;
	margin: 0 46px;
	overflow: hidden;
	padding: 0;
	width: 653px;
}

div#header ul li {
	display: inline;
}

div#header ul li a {
	border-left: 1px solid #333;
	color: #333;
	display: block;
	float: left;
	height: 15px;
	margin-left: 20px;
	padding-left: 7px;
	padding-top: 30px;
	padding-right: 30px;
	text-decoration: none;
	text-transform: lowercase;
}

div#header ul li a:hover {
	color: orange;
}

abbr {
	text-decoration: none;
	border: 0;
}

div#content {
	font-size: 1.2em;
	margin: 0 46px;
	overflow: hidden;
}

div#content h1,
div#content p,
div.vcard {
	margin: 0 20px;
}

div#content p#splash {
	color: #999;
	font-size: 1.5em;
	margin-bo: 0;
}

div#content h1 {
	background: url(../images/welcome.gif) top left no-repeat;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

div#content h1#about-title {
	background-image: url(../images/titles-about.gif);
}

div#content h1#contact-title {
	background-image: url(../images/titles-contact.gif);
}

div#content h1#services-title {
	background-image: url(../images/titles-services.gif);
}

div#content h1#help-title {
	background-image: url(../images/titles-help.gif);
}

ul#triple {
	background-color: #f1efee;
	margin-top: 15px;
	overflow: hidden;
	padding: 15px 10px 10px 13px;
	width: 633px;
	margin-left: 0;
}

ul#triple li {
	background-color: #fffffe;
	float: left;
	font-size: 1em;
	_height: 300px;
	list-style-type: none;
	margin: 0 13px 0 0;
	min-height: 300px;
	padding: 0;
	width: 201px;
}

ul#triple li h2 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 10px;
}

div#content ul#triple p {
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

ul#triple li#architects {
	color: #A30335;
}

ul#triple li#contractors {
	color: #00AFDB;
}

ul#triple li#corporate {
	color: #EDA120;
	margin-right: 0;
}

div#content p,
div#content ul,
div.vcard {
	font-size: 1.2em;
	margin-bottom: 15px;
}

div.vcard div.street-address span,
span.tel {
	display: block;
}

div.vcard div.adr {
	margin-bottom: 15px;
}

div.details {
	margin-top: 15px;
}

ul.visual {
	/*border:  1px solid #999;
	padding: 0;
	margin: 0 20px;
	width: 500px;*/
}

div#content ul.visual li {
	/*border-bottom: 1px dotted #999;
	list-style-type: none;
	padding: 5px;
	margin: 0 5px;*/
	font-size: 0.9em;
}

ul.visual li:hover {
	/*background-color: #efefef;*/
}

ul {
	list-style-type: square;
}

div#content h2 {
	margin: 0 20px 20px 20px;
}