html{
	background-color: #fff;
}
#page{
	height:600px;
}
#blocks{
	position: absolute;
	top:100px;
	margin: 0px auto 0px auto;
	display:none;
}
.block{
	position: absolute;
	width: 205px;
	height: 280px;
	background-image: url(../img/home_block.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	overflow: hidden;
	cursor: pointer;
}
.block.selected{
	background-image: url(../img/home_block_sel.gif);
}
.block h1{
	position: absolute;
	width: 150px;
	right:36px;
	bottom: 8px;
	color:#fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
}
.block h1{
	color: #fff;
}
.block.selected h1{
	color: #fff;
}
.block p{
	position: absolute;
/* 	display: none; */
	right: 200px;
	height:240px;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	font-size: 20px;
	line-height: normal;
	color: #993;
	color: #888;
	width:auto;
}
.block strong, .block b{
	color: #993;
}
#news{
	position: absolute;
	top:420px;
}
#news h2{
	margin: 0;
	padding: 0;
	margin-left: 23px;
}
#newsitems{
	padding:7px;
	margin: 6px;
	border: 1px solid #fff;
}
#newsitems h2{
	text-indent: 0px;
	margin-left: 0px;
}
#newsitems:hover{
	border:1px solid #993;
}
#newsitems ul{
	width:393px;
	padding:4px 10px;
}
#newsitems:hover ul{
	background-color: #EEFCE5;
}
#newsitems ul li{
	cursor:wait;
}
h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #990;
}