a:link,
.blog-entry-title a:hover {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

#navcontainer {

	background: url(../../images/menu_bg.png) repeat-x;
}

#navcontainer #current,
#navcontainer .currentAncestor{
	color: #CC0000;
	background-image: url(../../images/button_over.png);
	height: 23px;
}



#navcontainer a:hover {
	background-image: url(../../images/grey/button_over.png);
	height: 20px;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: repeat-x url(../../images/submenu_over.png) center top;
	text-shadow: 0px 1px 0px #ffffff;
	color: #000;
}

#navcontainer ul ul ul li a {
	color: #121212;
}

dd {

  text-align: justify; 
  font-size: 0.9em;
}
 
img.curve {
	float: right;
	clear: right; 
	margin: 0 .5em 0 0;
	display: inline;
}

img.curvetop{
	float: right;
	clear: right; 
	margin: 1.5em .5em 0 0em;
	display: inline;

}