body {
	margin: 0px;
	color: #ffffff;
	/*background: #333333 url(graphics/escher_reptiles_dark.gif) top center repeat;*/
	background: #000000;
	font-size: 0.75em;
	font-family:Arial, Helvetica, sans-serif;
}


#outerwrapper {
	margin: 0px auto;
	width: 820px;
	max-width: 820px;
	height:auto;
	background: #0D0D0D;
	border-left:1px solid #303030;
	border-right:1px solid #303030;
}

#headerwrapper {
	height: 170px;
	width: auto;
	padding: 0px 40px 0px 0px;
	background: #0D0D0D url(graphics/header_bg.jpg) top center;
	border-bottom:1px solid white;
	margin: 0px 0px 0px 0px;
}

#leftcol, #examples {
	width: 200px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
}
#rightcol, #photocol, #photo, #title, #titlepar {
	width: 500px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;

}


#photo, #title, #titlepar {
	text-align:center;
}

#titlepar {
margin:10px 0px 0px 0px;
overflow:visible;
height:3.5em;
}


#logo	{
	margin: 6px 0px 0px 40px;
	padding: 0px;
	height: auto;
	width: auto;
}

#logo img {
	border:0px;
}

#strapline	{
	margin: 20px 0px 0px 0px;
	width:auto;
	font-size:1.2em;
	letter-spacing:0.4em;
	text-align:center;
}

#contact	{
	font-size:1.0em;
	text-align:center;
	/*letter-spacing:0.05em;*/
}



/**** LINK STYLES ****/

a:link {
	text-decoration: none;
	color: #ffffff;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #999999;
	background: transparent;
}

a:hover {
	text-decoration : none;
	color: #ffffff;
	background: #595959;
}

a:active {
	text-decoration : none;
	color: #0d0d0d;
	background: #595959;
}




/**** CONTENT WRAPPER ****/

#contentwrapper	{ 
	height: auto;
	padding: 0px 40px;
	margin:0px;
	/*min-height: auto;*/
	width: auto;
	background: #1A1A1A;
}

#photo	{ 
	border: 1px solid white;
	margin-bottom: 20px;
}

h1 {
	text-transform:uppercase;
	font-size:1.6em;
	letter-spacing:0.05em;
}

.h2 {
	text-transform:uppercase;
	font-size:1.0em;
	letter-spacing:0.1em;
	line-height:2.3em;
}

p {

}

#examples {
	height:30px;
	margin:20px 0px 0px 0px;
	vertical-align:middle;
	text-align:left;
	clear:both;
}

.examplestitle {
	font-size:1.3em;
	text-transform:uppercase;
	clear:both;
}

#links {
	height:auto;
	border-top:1px solid white;
	line-height:1.5em;
	padding: 10px 0px;
}

#links ul {
	list-style: disc inside;
}

#title {
	margin-bottom:20px;
	/*height:60px;*/
	/*vertical-align:middle;*/
}

#footer {
	height: 14px;
	width: auto;
	text-align:center;
	color:#999999;
	font-size:0.8em;
	line-height:0.7em;
	border-top:1px solid white;
	background: #0D0D0D;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
}

#footer a:link {
	color:#999999;
}

#footer a:hover {
	color:#ffffff;
}

div.separator {
	height:20px;
	clear: both;
}

div.examplesclear {
	height:20px;
	clear: left;
}

#leftcol a:hover {
background: transparent;
}


-->
</style>