/**
 * image stuff, taken from http://kalsey.com/2003/07/rounded_corners_in_css/
 */
.header-roundtop { 
	background: url(../gfx/h-tr.png) no-repeat top right;
	margin: -10px;
}
.footer-roundbottom {
	background: url(../gfx/f-br.png) no-repeat bottom right; 
	margin: -10px;
}

img.corner {
   width: 20px;
   height: 20px;
   border: none;
   display: block !important;
}
