body
{
	font: 12px Arial;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#banner
{
	margin-bottom:-3px;
}
#content
{
	width:759px;
	min-height: 400px;
	background-color: #ffffb0;
}
#centerblock
{
	font: bold 22px Arial;
	padding: 10px 0px 5px 0px;
}
#leftblock
{
	width:380px;
	float: left;
	text-align: justify;
	display:inline;
	padding: 20px 20px 20px 20px;
}
#rightblock
{
	float:right;
	padding: 20px 20px 20px 20px;
	display:block;
}
#footer
{
	width:759px;
	border-top: solid 1px gray;
	padding: 1px 0px 1px 0px;
	background-color: #ffffb0;
	font: 10px Arial;
}
.topmenu
{
	background-color: #000000;
	width:759px;
	text-align:left;
}
.topmenu a
{
	text-decoration: none;
	background-color: #000000;
	padding: 2px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	display:inline-block;
	width: 90px;
}
.topmenu a:hover
{
	background-color: gray;
}

.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #E9FECB;
	width: 150px;
}

.anylinkcss a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover
{ /*hover background color*/
	background-color: gray;
}
