* { padding: 0; margin: 0; }
html, body { height: 100%; }
div.clearme { clear: both; }

body {
	color: #BBB;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #202020 url(images/repeater.gif) top left repeat-x;
}

h1 {
	text-indent: -1000em;
	display: block;
	background: url(images/logo.gif) top left no-repeat;
	height: 222px;
	width: 532px;
	margin-bottom: 16px;
	margin: 0 auto 20px auto;
}

p {
	line-height: 1.6em;
	padding: 0 10px;
}

a {
	color: #2094c0;
	text-decoration: none;
	font-size: 1.2em;	
}

span.highlight {
	color: #2094c0;
	font-size: 1.2em;	
}

div#container {
	margin: 0 auto;
	padding-top: 0px;
	width: 700px;	
	height: 300px;
	clear: both;
	position: relative;
	top: -150px;
	position: static;
}

div#architect {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -150px;
	float: left;
}

div#content {
	width: 540px;
	float: right;
	padding-top: 35px;
}

/* Hide from IE5mac \*//*/
	div#architect { display: none; }
	html, body { height: auto; }
/* end hack */