.top-left, .top-right, .bottom-left, .bottom-right { 
	height: 18px;
	width: 18px;       
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}

.bottom, .top {
	height: 17px;
	margin-right: 18px;
	margin-left: 18px;
	font-size: 2px;
	background-image: none;
}


.top {
	border-top: 1px solid;
	margin-top: -18px;	
}

.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	margin-left: auto;
	margin-right: 0px;
	margin-top: -18px;
	}


.bottom-left  { 
	background-position: 0 -18px;
	}
	
.bottom {
	border-bottom: 1px solid;
	margin-top: -18px;
}

.bottom-right { 
	background-position: 100% -18px;
	margin-right: 0px;
	margin-left: auto;
	margin-top: -18px;
}

.inside {
	border-left: 1px solid;    /* YCC: color & properties of the left-borderline */
	border-right: 1px solid;   /* YCC: color & properties of the right-borderline */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	background-image: none;
}

.notopgap    { margin-top: 0; }                            /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.site_content {
	width: 100%;
	
}

.content_background {
	background-image: url('../images/inside.jpg');
}

.content_colors {
	background-color: #FFF;
	border-color: #999;
}

.site_background {
	background-image: url('../images/outside.jpg');
}

.site_colors_bottom {
	background-color: #EFEFEF;
	border-color: #B8BCC2;
}

.site_colors_top {
	background-color: #333A47;
	border-color: #B8BCC2;
}

.copyright_spacer {
	height: .5em;
}
#menuAndContent {
	width: auto;
	height: 100%;				
}
