*
{
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body
{
	font: 0.9em Verdana, Helvetica, Geneva, Arial, sans-serif;
	background: #fff url(../images/body_bkgd.png) center top repeat-y;
	color: #000;
}

#wrapper
{
	position: relative;
	width: 960px;
	height: 100%;
	min-height: 594px;
	margin: 0 auto;
	background: #fff url(../images/wrapper_bkgd.jpg) right top no-repeat;
}

#header
{
	position: relative;
	height: 86px;
	padding: 10px;
}

#header p
{
	position: absolute;
	top: 75px;
	left: 20px;
	color: #630;
	font-size: 90%;
	margin: 0;
	white-space: pre;
}

#navbar
{
	position: absolute;
	top: 150px;
	left: 10px;
	width: 184px;
	list-style-type: none;
}

#navbar li
{
	background-image: none;
	background-position: right 12px;
	background-repeat: no-repeat;
}

#navbar li:hover { background-image: url(../images/arrow.png); }

#navbar li img
{
	padding-right: 5px;
	background-color: #fff;
}

#navbar li#amwap
{
	margin-top: 40px;
	background: none;
}

#content, #content_background
{
	position: absolute;
	top: 84px;
	left: 194px;
}

#content
{
	width: 660px;
	padding: 10px;
}

#content ul { padding-left: 20px; }

#content_background
{
	width: 680px;
	height: 560px;
	background: url(../images/content_bkgd.png) -30px top no-repeat;
	opacity: 0.9;
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

sup
{
	font-size: 80%;
	vertical-align: top;
}

h1 { text-align: center; }
h1 span, #navbar a span { display: none; }
h2 { font-size: 120%; }

h2, p
{
	margin-top: 0.9em;
	margin-bottom: 0.9em;
}

a img { border: none 0; }

a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: #390;
}

a:hover { color: #930; }
form { font-size: 90%; }

.row
{
	clear: both;
	padding-top: 5px;
}

.left
{
	float: left;
	text-align: right;
	width: 200px;
}

.right { margin-left: 210px; }

img.floatright
{
	border: solid 1px #000;
	float: right;
	margin-left: 10px;
}

#lowres { display: none; }

hr
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

p a { white-space: nowrap; }
