/* ================================================= */
/* GLOBAL SETTINGS TO INITIALIZE BASIC HTML ELEMENTS */
/* ================================================= */

* {
	margin:0;
	padding:0;
	}
	
p {
	margin-bottom: 1em;
	}

img {
	border-style: none;
	}

/* ====================================================== */
/* SETTINGS FOR THE PAGE HEADER THAT APPEARS ON EACH PAGE */
/* ====================================================== */
	
#Romanetz{
	background: #204A66 url(../images/Background.gif); 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	}

#TopBanner{
	background: transparent; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 780px; 
	height: 111px; 
	text-align: center;
	}
	
#TopBannerElements{
	background: transparent; 
	position: relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 100%; 
	height: 100%; 
	text-align: left;
	}

#TransparentOverlay30 {
	background: white; 
	position: absolute; 
	margin-left: 315px; 
	width: 97px; 
	height: 100%; 
	z-index: 2;
	opacity: 0.3;
	filter:alpha(opacity=30)	
	}

#TransparentOverlay55 {
	background: white; 
	position: absolute; 
	margin-left: 382px; 
	width: 146px; 
	height: 100%; 
	z-index: 3;
	opacity: 0.5;
	filter:alpha(opacity=55)	
	}

#TransparentOverlay20 {
	background: white; 
	position: absolute; 
	margin-left: 505px; 
	width: 145px; 
	height: 100%; 
	z-index: 3;
	opacity: 0.2;
	filter:alpha(opacity=20)	
	}

#TransparentOverlay40 {
	background: white; 
	position: absolute; 
	margin-left: 520px; 
	width: 41px; 
	height: 100%; 
	z-index: 3;
	opacity: 0.4;
	filter:alpha(opacity=40)	
	}

#RomanetzText{
	background: transparent url(../images/RomanetzText.gif) no-repeat; 
	position: absolute; 
	margin-top: 32px; 
	margin-left: 10px; 
	margin-right: auto; 
	width: 780px; 
	height: 80px; 
	z-index: 1;
	}
	
#RomanetzLogo{
	background: transparent url(../images/RomanetzLogo_White.gif) no-repeat; 
	position: relative; 
	float: right;
	width: 124px; 
	height: 111px; 
	z-index: 2;
	}

#Embroidery{
	background: transparent url(../images/Embroidery2.gif); 
	position: relative; 
	margin-top: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 770px; 
	height: 21px; 
	z-index: 1;
	}