.headline {
	background-color:#E0F;
}

.menu a, .menu a:visited, .menu a:active {
	background-color: #80C;
}

.menu a:hover {
	background-color: #EAE; 
}

.menu #selected {
	background-color: #E2A;
}

body{
	background-color: #F63;
}

.edge {
	background-image:url('../img/edge-right-research.gif');
}

.bottom {
	background-image:url('../img/edge-bottom-research.gif');
}

.bottomcorner {
	background-image:url('../img/edge-corner-research.gif');
}

.body a, .body a:visited, .body a:active {
	color: #80C;
}

#research, #research > ul {
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	width: 600px;
}

#research > li {
	background: #80C;
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
}

#research li > h2 {
	padding: 5px 5px 0;
	font-size: 14pt;
	color: #fff;
}

#research li > div {
	padding: 1px 10px 5px;
	background-color: #fff;	
	background-image: none;
}

.body {
	position: absolute;
	left: 25px;
	width: 630px;
}

.rightmargin {
	position: relative;
	top: 385px;	
	left: 0px;
	width: 185px;
}

#navbar {
	display:block;
	padding-top: 15px;	
	width: 600px;
	clear: both;
}

.buttonblock {
	background-color: #444;
	color: #fff;
	margin: 10px;
	padding: 10px;
	box-shadow:inset 2px 2px 2px 0px rgba(0, 0, 0, 0.4), 2px 2px 2px 0px rgba(255, 255, 255, 0.8);
	border-radius:6px;		
}

.buttonblock img {
	cursor: pointer; 
	cursor: hand;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

.buttonblock span span {
	font-weight: bold;	
}

#leftblock, #rightblock {
	display: inline;
	width: 300px;
}

#leftblock {
	display: block;
	position: absolute;
	left: 100px;	
}

#rightblock {
	display: block;
	position: absolute;
	left: 310px;	
}

.body {
	height: 900px;	
}





