body
{
	background:#000;
	margin:0;
	padding:0;
	font-family: Arial,Helvetica,sans-serif;
}

table#main
{
	position:absolute;
	top:0px;
	left:132px;
	width:70%;
	background-color:#fff;
	margin:0;
	padding:0;
	background:#032;

}

table.corners
{
	margin:0;
	padding:0;
	height:14px;
	width:100%;
	background:#fff;
}

td#content_cell
{
	margin:0;
	padding:0;
	background:#fff;
}

table#content
{
	width: 482px;
}

td#menu_top
{
	width:100px;
}

td#display_top
{
	text-align:center;
	width:362px;
}

td#menu
{
	width:120px;
	padding-right: 0.5em;
}

td#display
{
	width:362px;
}

img
{
	margin:0;
	padding:0;
}

h1
{
	color:#000;
	font-size: 1.2em;
	text-align: center;
}

h2
{
	color:#00a;
	font-size: 1.1em;
	text-align: center;
}

p
{
	width:350px;
	text-align: justify;
	font-size: 0.8em;
}

#menu a
{
	display: block;
	width: 100%;
	margin-top: 1px;
	background:#00a;
	color:white;
	text-decoration: none;
	text-align: left;
	padding: 0.25em;
}

#menu a:hover
{
	color:#00a;background:#7cf;
}

.footer
{
	text-align:center;
	font-size:0.7em;
	color:#032;
}

.footer a
{
	color:#00a;
	text-decoration:none;
}

.footer a:hover
{
	color:#000;
	text-decoration:underline;
}

#menu a.special {background:#ec8;color:#000;}