#outer
{
	width: 1050px;
	margin: 0 auto;
	background: url(images/splash.jpg) left top no-repeat;
	height: 500px;
}

#container, #body, #footer
{
	width: 683px;
	margin: 0 auto;
}

#header
{
	float: left;
	border-bottom: 1px solid #d0d1c3;
	margin-bottom: 6px;
	margin-top: 70px;
}

#logo
{
	float: left;
	width: 300px;
	text-align: left;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#nav
{
	float:right;
	width: 383px;
	text-align: right;
}

#nav ul, #nav ul li, #nav ul li a
{
	float: left;
	list-style-type: none;
	text-decoration: none;
	padding-left: 6px;
}

#nav ul
{
	float: right;
}

#nav ul li a
{
	padding: 0;
}

#nav li a.home span
{
	display: none;
}

#nav img
{
	margin: 0 0 6px 0;
}

.current
{
	border-bottom: 3px solid #96d750;
	color: #96d750;
}

#body
{
	float: left;
	margin-bottom: 23px;
}

#body img.main, #banner
{
	margin-bottom: 12px;
}

#banner
{
	width: 681px;
	height: 237px;
	background: url(images/lipsumimage.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#banner_work
{
	width: 681px;
	height: 237px;
	background: url(images/workimage.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#banner_history
{
	width: 681px;
	height: 237px;
	background: url(images/history.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#banner_introduction 
{
	width: 681px;
	height: 237px;
	background: url(images/introduction.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#banner_contact
{
	width: 681px;
	height: 237px;
	background: url(images/contact.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#banner_framed
{
	width: 681px;
	height: 237px;
	background: url(images/framed.jpg) left top no-repeat;
	margin-bottom: 10px;
}

#banner_installations
{
	width: 681px;
	height: 237px;
	background: url(images/installations.jpg) left top no-repeat;
	margin-bottom: 10px;
}

.split
{
	float: left;
	width: 260px;
	margin-right: 22px;
	text-align: left;
}

.split img {
	width: 120px;
	height: 60px;
	float: left;
	border: 1px solid grey;
}

.secondimg { 
	margin-left: 5px;
}

.work_detail {
	clear: both;
}

#footer
{
	float: left;
	border-top: 1px solid #d0d1c3;
	text-align: right;
}

/* override heading fonts */
h1, h2, h3, h4, h5, h6 {
	font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Verdana, sans-serif;
}