@import url(content.css);


body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #990000;
	position: relative;
	text-align: center;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
}



#outer-wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 962px;
	height: 100%;
	position: relative;
	z-index:1;
}
#content-wrapper {
	position: absolute;
	z-index: 6;
	top: 50px;
	left: 193px;
	width: 769px;
	height: 200px;
	background-color: #fff5cd; 
		
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 726px;
	height: 100%;
	z-index: 10;
	background-color:#fff5cd;
	
}
#header {
	position: absolute;
	left: 0px;
	bottom: -64px;
	z-index: 5;
	width: 962px;
	height: 50px;
	top: 0px;
	
}

#language {
	position: absolute;
	left: 193px;
	top: 30px;
	width: 200px;
	height: 20px;
	
	
	
}
#rightmenu {
	position: absolute;
	bottom: 30px;
	width: 95px;
	height: 20px;
	top: 30px;
	right: 0px;
}

#header2 {
	position: absolute;
	left: 0px;
	bottom: -82px;
	z-index:25;
	width: 962px;
	height: 220px;
	top: 50px;
}

#logo {
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 193px;
	height: 220px;
	top: 0px;
	background: url(../img/espiritu.gif) no-repeat;
	z-index: 4;
}
#topmenu {
	position:absolute;
	left:193px;
	top:186px;
	width:769px;
	height:34px;
	z-index:25;
	background-color: #CC0000;
}

#left {
	position: absolute;
	left: 0px;
	bottom: 10px;
	z-index: 3;
	visibility: visible;
	top: 270px;
	width: 193px;
	height: 200px;
	background-color: #CC0000;
}
#leftmenu {
	position: absolute;
	left: 0px;
	visibility: visible;
	width: 180px;
	top: 10px;
	
}



