span.print, div.printhead
{
	display: none;
}

div.menu
{
	font-size: 10pt;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 180px;
}

div.adsense
{
	margin: 10px 0 0 10px;
}

body
{
	font-size: 11pt;
	margin-left: 200px;
	margin-right: 50px;
	width: 580px;
	font-family: Book Antiqua, Georgia;
	background: #fff;
}

div.righttop
{
	display: none;
	width: 200pt;
	height: 200pt;
	margin: 15pt;
	background: #ccc;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}

h1
{
	font-size: 16pt;
	font-weight: normal;
}

.menu a
{
	display: block;
	background: #e2c4c2;
	border-left: 10px solid #f0e1e0;
	border-right: 10px solid #f0e1e0;
	margin: 0;
	padding: 5px;
	color: #000;
	text-decoration: none;
}
.menu a:hover
{
	background: #f0e1e0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	text-decoration: none;
}

.menu a.other, .menu a.other:hover
{
	display: inline;
	border: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.menu .hr
{
	height: 10px;
	margin: 0;
	padding: 0;
}

.transp
{
	position: absolute;
	top: 10px;
	width: 10px;
	height:250px;
	background: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
