/* //////////////////////////////////////////////// Common */

body
{
	color: #000;
	background-color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;/**/
	padding: 0;
	margin: 0;
	font-size: 70%;
}
h1
{
}
h2
{
}
p,
td
{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.4em;
}
img
{
	border: none;
}
#main
{
	position: absolute;
	left: 50%;
	top: 20%;
}

a:link,
a:visited
{
	color: #526142;
	text-decoration: none;
	font-weight: 700;
}
a:hover
{
	color: #644e2f;
	font-weight: 700;
}
#logo
{
	position: absolute;
	left: -220px;
	top: 0px;
}
#graphic
{
	position: absolute;
	left: -227px;
	top: 170px;
}
#content
{
	position: absolute;
	left: -78px;
	top: 166px;
	width: 361px;
}
#content table
{/*
	width: 288px;
	height: 137px;*/
	margin: 0 0 0 4em;
}
#content td
{
	padding: 5px 0;
	margin: 0;
}

/* //////////////////////////////////////////////// Development only */
/*
table
{
	border: 1px solid #f00;
}
tr,
td,
li
{
	border: 1px solid #00f;
}
div
{
	border: 1px solid #0f0;
}
*/
