/*GLOBAL STRUCTURE*/

body {
	margin-top: 0px; display: block;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center; font-size:12px;
	background-color:#fff;
	}

#page-frame {
	width: 750px;
	border: 0px solid #666666;
	margin-top: 2px;
	margin-right: auto; margin-left: auto;
	position: relative;
	top: 0px;
	padding: 0 10px;
	text-align: left;
	}
	
img {border-style: none;}

#top-menu {
 	float:right;
	width:100%; height:39px;
	font-size:93%;
	line-height:normal;
	padding:0px; margin:0;
	}	

#header {
	width: 750px; height: 80px;
	background-image:url(../images/gatafunhologo.gif);
	background-position: left top; background-repeat:no-repeat;
	background-color:#fff; margin:0;
	border-bottom:1px #000 solid;
	}
	
#header-nuno {
	width: 750px; height: 80px;
	background-image:url(../images/nunologo.gif);
	background-position: left top; background-repeat:no-repeat;
	background-color:#fff; margin:0;
	border-bottom:1px #000 solid;
	}
	
#header-nela {
	width: 750px; height: 80px;
	background-image:url(../images/nelalogo.gif);
	background-position: left top; background-repeat:no-repeat;
	background-color:#fff; margin:0;
	border-bottom:1px #000 solid;
	}
		
#footer{
	width: 750px;
	height:45px;
	padding-bottom: 0.5em;
	margin:5px 0 0 0;
	background-color: #fff;
	font-size: 85%;
	color: #000;
	text-align:center;
	line-height: 1.5em;
	}
	
#footerCopyright{
	float:left;
	margin: 0;
	padding: 5px 0 0 0;
	font-size:10px;
	color:#000;
	}

#footerIcons{
	float:right; display:inline; 
	padding: 5px 0 0 10px;
	}

/*div to keep footer down in page*/
.clearer{
	border-top:1px #000 solid;
	clear: both;
	display: block;
	height: 2px;
	margin:0; padding:0;
	font-size: 1px;
	line-height: 1px;
	}
	
/*MENU TABS*/
#tabs {
	float:right;
	width:100%; height:75px;
	font-size:120%;
	font-family:Georgia,"Times New Roman",Times,serif;
	text-align:center;
	line-height:normal;
	padding:0; margin:0;
	}
	 
#tabs ul {
	padding:0;
	list-style:none;
	margin:0;
	}
	  
#tabs li {
	display:inline;
	margin: 0; padding:0;
	}
    
#tabs a {
	float:right; 
	margin:0; padding:0;
	text-decoration:none;
	}
    
#tabs a span {
	float:right;
	display:block;
	background: #000;
	color:#fff;
	height:25px;
	text-align:center;
	border-left:1px #fff solid;
	margin:0px;
	padding: 15px 15px 2px 15px;
	} 
	  
#tabs span {
	float:right;
	display:block;
	background: #fff;color:#000; 
	height:25px; text-align:center;
	border-left:1px #fff solid;
	margin:0px;
	padding:15px 15px 2px 15px;
	} 
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
	color:#000;
    }
    #tabs a:hover {
	background-position:0% -42px; 
     }
	  
    #tabs a:hover span {
	background-position:100% -42px;
	background: #fff;
	}

#menubarleft{
	float:right;
	display:block;
	background: #000;
	height:25px; width:10px;
	margin:0px;
	padding:15px 8px 2px 8px;
	color:#fff;
	}
	  
#menubarright{
	float:right;
	display:block;
	background: #000;
	height:25px; width:10px;
	margin:0px;
	border-left:1px #fff solid;
	padding:15px 8px 2px 8px;
	color:#fff;
	}

/*GENERAL TEXT STYLES*/

a:active {
	color: #000000;
	text-decoration: none;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	color:#000000;
	border: none;
	}
	
h1 {
	
	color:#000; letter-spacing:1px; line-height:17px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;font-weight:lighter; text-align:left;
	padding:5px 0 0 0; margin:0;
	
	}
	
h2 {
	
	color:#000; letter-spacing:1px; line-height:18px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:15px;font-weight:lighter; text-align:left;
	
	}
	
h3 {
	
	color:#000; letter-spacing:1px; line-height:25px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:25px;font-weight:lighter; text-align:left;
	
	}
	

h4 {
	
	color:#000; letter-spacing:1px; line-height:10px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;font-weight:lighter; text-align:left; padding: 5px 0; margin:0;
	
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;line-height:16px;
	font-size: 90%; color: #000000;
	padding:0;
	/*padding: 5px;*/
	}

.serifText{
	color:#000; letter-spacing:1px; line-height:15px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;font-weight:lighter; float: left;
	padding: 5px 5px 10px 10px;
	margin:5px 5px 0 0; 
	width: 600px;
	}

