html {

}
img#maingrfx {
	position: absolute;
}
img#strip {
	position: absolute;
	z-index: 100;
	margin-top: 100px;
	left: -1px;
}
ul#nav.front {
	top: 292px;
}

a#architect_link {
position: absolute;
top: 500px;
margin-left: 765px;
color: #646567;
font-weight: bold;
font-size: 16px;
text-decoration: none;
}

a#architect_link:hover {
color: #d26d3e;
}
div#header {
height: 165px;
}

ul#nav li.first {
position: relative;
padding-left: 209px;
border-left: none;
}

ul#nav {
position: relative;
list-style-type: none;
margin: 0px;
padding: 0px;
height: 13px;
width: 900px;
}

ul#nav li {
float: left;
font-size: 11px;
line-height: 13px;
padding-left: 5px;
padding-right: 5px;
border-left: 1px solid #fff;
}

ul#nav li a {
color: #fff;
text-decoration: none;
}

ul#nav li a:hover {
text-decoration: underline;
}

div#container {
	background-image: url('../grfx/bg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}
