/* CSS Document */

body {
	background-image: url(images/bg.jpg);
}
#active {
	background-image: url(images/navbar_active.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 28px;
	width: 100px;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}
#master {
	position:relative;
	width:700px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
}
#extra {
	position: absolute;
	top: 60px;
	right: 30px;
}
#extra3bg {
	background-image: url(images/extra3bg.gif);
	background-repeat: repeat-y;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin-top: 0px;
	padding-left: 30px;
	text-indent: -5px;
}
#extra2 {
	position: absolute;
	top: 60px;
	right: 52px;
}
#texto li {
	list-style-image: url(images/bullet.gif);
	line-height: 24px;
	list-style-position: outside;
}
#menu {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#menu a {
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	height: 114px;
	width: 453px;
	background-image: url(images/logo_bg.gif);
	margin-left: 3px;
	background-repeat: no-repeat;
}
#texto {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 50px;
	width: 400px;
	color: #565656;
	line-height: 18px;
	margin-top: 15px;
}
#container {
	text-align: center;
	margin-top: 0px;
}
#bott {
	background-image: url(images/footer.jpg);
	height: 150px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;

}
#top {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;

}
#titulo {
	background-image: url(images/brush.gif);
	height: 72px;
	width: 537px;
	font-family: Hoefler Text, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 24px;
	text-indent: 50px;
	margin-left: 3px;
	line-height: 72px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#float {
	float: left;
	margin-right: 5px;
}
#linha {
	background-image: url(images/linha.gif);
	height: 6px;
	width: 100%;
	margin-top: 15px;
	background-repeat: repeat-x;
}
#texto2 {
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 50px;
	width: 600px;
	color: #565656;
	line-height: 18px;
	margin-top: 15px;
}
#floatr {
	float: right;
	margin-left: 10px;
}
