/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(../imgs/fundo.jpg);
	background-repeat: repeat-x;
	background-color : transparent;
}

#content{
	padding-top : 80px;
	padding-bottom : 30px;
	padding-left : 200px;
	padding-right : 5%;
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	color: #1F5A69;
	background-color : transparent;
	line-height : 5%;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #1F5A69;
	background-color : transparent;
	line-height : 10%;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #DC143C;
	background-color : transparent;
	line-height : 10%;
}

#content ul{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 110%;
}
#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 110%;
}

#logo{
	position : absolute;
	top : 0px;
	left : 10px;
	z-index : 50;
}

#script{
	position : absolute;
	top : 0px;
	right : 10px;
	text-align : right; /*Mild hack for Netscape 4*/
}

#navigation{
	position: absolute;
	top : 90px;
	left : 10px;
	width : 150px;
	
}

#navigation a{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color : #7B869A;
	background-color: transparent;
}
a {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #1F5A69;
}
.table {
	border: thin solid #1F5A69;
}
