@charset "UTF-8";
/* CSS Document */

<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/mainbackground.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}


 #container {
	width: 984px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	position:relative;
	height:auto;
}
 #header { 

	padding: 5px; 
	background: url(images/mainmenu.png) repeat-x;
	height:17px; margin-bottom:0px; width:974px; display:block;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #header h2 {
float:left; margin:0px; padding-right:10px; color:#EEEEEE; font-size:1em;
}
 #header a { color:#EEEEEE; text-decoration:none;}
#mainContent {
	padding: 0px;
	background:url(images/elpaloweb.jpg) no-repeat; margin-top:0px; display:block; width:984px; min-height:650px;                                    
}

#undermainContent {
	padding: 0px;
	background:url(images/bgfooter.jpg) repeat-x; margin-top:0px; display:block; width:984px; min-height:650px;                                    
}


#space { width:800px; display:block; height:100px; float:left;}
#featured { background:#FFFFFF;  display:block; width:430px; margin-left:20px; padding-left:20px; height:490px; float:left;}
#quicklist1 { width:300px; height:490px; display:block; float:left; padding-left:15px;}
#quicklist1 a { color:#CCFF00; font-size:0.6em; text-decoration:none;}
#quicklist1 h3 { color:#CCFF00; font-size:0.7em;}

#footer { 
	padding: 0 10px; 
 display:block; width:1004px; position:relative; height:40px;
}

#footer h2 { color:#FFFFFF; font-size:12px; font-family:Arial, Helvetica, sans-serif; float:left; padding-left:10px; margin-top:0px;} 
#footer p {

font:Arial, Helvetica, sans-serif; font-size:0.7em; color:#222222; position:absolute; right:5px;
}
#footer a { text-decoration:none; color:#222222;}
#footer a:visited {  color:#222222;}