﻿/* Ilha style sheet */

/* Global -------------------------------------------------------------------*/

body
{
	margin: 0;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}


#fakebody
{
	width: 986px;
    margin-left: auto;
	margin-right: auto;

}

#fakebody #shadowleft
{
	padding-left: 13px;
	background: url(images/lshad.jpg);

}

#fakebody #shadowright
{
	padding-right: 13px;
	background: url(images/rshad.jpg);
}


#fakebody #container
{
	width: 960px;
	background-image: url(images/header-blue.jpg);
	background-color: #FEFCE9;
	background-repeat: no-repeat;
	background-position: top;
	border-left: 1px #faf7de solid;
	border-right: 1px #faf7de solid;
	border-bottom: 4px #d8f0ed solid;
}





/* Header -------------------------------------------------------------------*/
#header 
{
	padding: 5px;
}

#header h1
{
	clear: none;
	margin-left: 25px;
    margin-top: 18px;
    padding: 0;
    background: url(images/header-ilha.png) top left no-repeat;
	width: 162px;
	height: 42px;
}

#header h1 span
{
	display: none;  
}

#header1
{
	float: left;
	width: 25%;
}

#header2
{
	float: right;
	width: 73%;
}

#header2 ul
{
	margin-top: 25px;
	list-style: none;

}

#header2 li
{
	margin: 0 0.50em;
	float: right; 
	color: white; 
	font-size: 17pt;
}

#header2 a
{
	color: white;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: padding: 2px;
	margin: 2px;
	border-bottom: 1px #A4D2DB dotted;
	padding: 2px;
}

#header2 a:visited
{
	color: white;
}

#header2 a:hover
{
	background: #61B5D9;
	border: 1px #A4D2DB dotted;
	margin: 1px;
}

/* Content -------------------------------------------------------------------*/

#content
{
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	padding: 2px 20px 20px 20px;
	color:#444;
}

#content h2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #e4157c;
	font-size: 26pt;
}

#content a
{
	color: #e4157c;
}

#content a:hover
{
	color: #9FCB38;
}

#content img
{
	border: 1px #DAD39E solid;
	margin: 6px;
}

/* Footer -------------------------------------------------------------------*/

#footercontainer
{
	clear: both;
	padding: 10px 5px 5px 5px; 
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    background-position: left top;	
	background-color: #e3f9f7;
	height: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
    color: #41A2CB;
}

#footercontainer a
{
	color: #41A2CB;
}


#footercontainer a:hover
{
	color: #75BBD9;
}

#footer h3
{
	background: url(images/footer-ilha.png) top left no-repeat;
	width: 71px;
	height: 58px;
	display: block;
	float: left;
	margin-left: 10px;
}

#footer h3 span
{
	display: none;
}

#footer #footer1
{
	margin: 15px 10px 15px 10px;
	display: block;
	float: right;

}

