/* CSS Document */
html, body {
	height:100%;
} 

body{
	margin:0 auto;
	padding:0;
	background-color:#000;
	text-align:left;
	color:#FFFFFF;
}

.main{
	position:relative;
	margin:0 auto;
	width:950px;
}

h1{
	font-family:"Arial Narrow";
	font-size: 18px;
	font-weight:bold;
	color:#cc3333;
	text-align:left;
	text-indent:30px;
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

h2{
	font-family:"Arial Narrow";
	font-size: 16px;
	font-weight:bold;
	color:#cc3333;
	text-align:left;
}

p{
	font-family: Arial;
	font-size:11px;
	color:#FFFFFF;
}

b{
	font-weight:bold;
	color:#cc3333;
}

a img{
border:none;
}


ul li a, ul li a:visited {
	height:1%;
	font: 12px Arial;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	display:block;
	padding:5px 5px;
	padding-left:20px;
	}

/* begin Header */
.header{
	width:950px;
}
/* end Header */

.content{
	width:950px;
}
.box-lateral{
	width:310px;
	float:left;
	background-image:url(images/andrelateral.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:500px;
}
.box{
	width:270px;
	float:left;
	padding:0 20px 0 20px;
	text-align: left;
}

.box2{
	width:580px;
	float:left;
	padding:0 20px 0 20px;
	text-align: left;
}

.box3{
	width:890px;
	float:left;
	padding:0 20px 0 20px;
	text-align: left;

}
.footer{
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
	margin-top:20px;
	width: 950px;
	border-top: #666666 thin dotted;
}
 
.footer p{
	font-family: Arial;
	font-size:11px;
    color:#FFFFFF;
	text-align:right;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

.border {
	border: 1px solid #CC0000;
}

.download {
	color:#cc3333;
	text-decoration:none;
}

.breve{
	text-align:center;
	font-family: Arial;
	font-size:22px;
	color:#FFFFFF;

}
.fotos{
	font-family: Arial;
	font-size:12px;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	width:100px;
	text-align:center;
}
