.headline {
	background-color:#C86;
}

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

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

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

body{
	background-color: #E56;
}

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

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

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

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

.rightmargin {
	position: relative;
	left: -250px;	
}

.rightmargin img{
	position: relative;
	top: -10px;
}

