/* html body * { border : 1px dotted #f00 ; } */

body
{
	background: #edc url(sand.gif) repeat-x top left scroll;
	font: 10pt/16pt Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#nameplate
{
	background: transparent url(waves.gif) no-repeat top center scroll;
	border-top: 1px solid #036;
	height: 141px;
	padding: 0;
	text-align: center;
}

h1
{
	height: 66px;
	margin: 25px auto 0;
	padding: 0;
	text-align: left;
	width: 740px;
}

h1 a
{
	background: transparent url("brand.gif") no-repeat bottom left scroll;
	display: block;
	height: 66px;
	letter-spacing: -9999px;
	overflow: hidden;
	text-indent: -9999px;
	width: 166px;
}

#nameplate address
{
	height: 27px;
	margin: -10px auto 0;
	padding: 0;
	text-align: left;
	width: 740px;
}

#nameplate address a
{
	background: transparent url("address.gif") no-repeat bottom right;
	display: block;
	height: 27px;
	letter-spacing: -9999px;
	margin: -5px 0 0 450px;
	overflow: hidden;
	text-indent: -9999px;
	width: 285px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active, #nameplate address a:link, #nameplate address a:visited, #nameplate address a:hover, #nameplate address a:active
{
	border: 0;
}

#thebody
{
	background: transparent url("rocks.gif") no-repeat bottom right scroll;
	margin: 0 auto 20px;
	padding-bottom: 160px;
	text-align: left;
	width: 540px;
}

#sidebar
{
	border-right: 1px solid #cba;
	float: left;
	position: relative;
	margin: 10pt 0 0 -100px;
	width: 180px;
}

#navigation
{
	list-style: none;
	margin: 0 10px 40px 0;
	padding: 0;
	text-align: right;
}

#navigation li
{
	font: bold italic 10pt/16pt Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#content
{
	border-top: 1px dotted #dcb; /* Research collapsing margins. */
	margin-left: 100px;
}

#content h2
{
	color: #654;
	font: bold 8pt/16pt Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 2pt;
	margin: 10pt 0 0;
	padding: 0;
	text-transform: uppercase;
}

#content h3
{
/*	border-bottom: 1px solid #369; */
	color: #036;
	font: bold 10pt/16pt Georgia, serif;
	margin: 10pt 0 0;
	padding: 0;
}

#content p
{
	margin: 0 0 20pt;
	padding: 0;
}

#content ul
{
	list-style: none;
	margin: 0 0 10pt;
	padding: 0;
}

#content ul li
{
	margin: 0;
	padding: 0;
}

#links #content ul li
{
	list-style: square;
}

#links #content ul li
{
	margin: 1ex 0 0 1.25em;
}

#content ul li span
{
	font-size: .8em;
	font-style: italic;
}

a:link
{
	color: #025;
	text-decoration: none;
}

a:visited
{
	/* color: #654; */
	color: #025;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px solid #cba;
	color: #247;
}

a:active
{
	color: #79c;
}