/* INTRO CSS */
body {
    background-color: #333333;
	margin:0;
	padding:0;
}

img, div, input { behavior: url("iepngfix/iepngfix.htc") }

#wrapper {
	margin:0;
	padding:0;
	height: 446px;
	width: 100%;
	position:relative;
	z-index:0;
}

#bg {
	position:absolute;
	z-index: -1;
	height:466px;
	width: 100%;
}

#header {
	/*
	*/
	background-image: url(/img/layout/fundo_cabecalho.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
	height: 116px;
	width:770px;
}

#header ul {
	list-style: none;
	padding: 20px;
	margin: 0;
	height: 65px; /* +40 padding */
}

#header ul li{
	float: left;
	padding: 0;
	margin: 0;
}

#header ul li a {
	font-family: Arial;
	font-size: 13px;
	color: #A3A3A3;
	font-weight: normal;
}

#txt {
	position: absolute;
	right: 0;
	bottom: 50px;
	z-index: 1;
}

#bottomLine {
	background-image: url(/docs/casapeixoto/cortes/linha_bottom_img.jpg);
	background-repeat: repeat-x;
	
	width: 770px;
	height: 1px;

	margin:0;
	padding:0;
	z-index: 1;
	position: absolute;
	top: 466px;
}

.link {
	width: 150px; padding-top: 15px; height: 59px; text-align:right;
}