/* CSS Document */

body{
	background-color:#e3e3e3;
	margin:0;
	padding:0;
}

html {
	overflow-y: scroll;
}

#page{
	width:800px;
	margin:auto;
	font-family: "Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:14px;
}

#header{
	width:100%;
	height:275px;
	background-image:url(../img/dtq_logo.png);
	background-repeat:no-repeat;
}
#header h1{
	font-size:30px;
	text-transform:uppercase;
	padding: 20px 0 0;	
	text-shadow: 0 1px 1px white;
	color: #393939;
	margin:0;
}
#banner{
	width:100%;
	height:200px;
	margin: 15px 0 0 0;
}
#img_slide{
	position:absolute;
}
#ano{
	background-image:url(../img/ano_banner.png);
	width:800px;
	height:200px;
	position:absolute;
	z-index:1000;
}
#contleft{
	width:190px;
	float:left;
	margin-top:20px;
}
#contright{
	width:590px;
	float:right;
	margin:20px 0 0 10px;
	padding: 10px 0 10px 10px;
	min-height:350px;
	color: #393939;
	-moz-border-radius: 20px;
	background-color: #cbcbcb;
}
#contTotal{
	width:800px;
}
#cont ul{
	margin-top:40px;
}
#contright #tit{
	width:580px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin: 5px 0 10px 0;
}
#rodape{
	width:800px;
	height:50px;
	margin:20px 0;
	float:left;
	background-color:#3e3e3e;
	-moz-border-radius: 20px;
}
#prova{
	margin-bottom:15px;
	text-align:left;
}
#prova a{
	 text-decoration: none;
	 font-weight:bold;
	 color:#393939;
}
#prova a:hover{
	text-decoration:underline;
}
.member{
	width:580px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}
.member_foto{
	/*margin-right:10px;*/
	float:left;
}
.member_data{
	float:left;
	margin-left:20px;
}
.member_data p{
	margin-top:0;
	margin-bottom: 15px;
}

/* styling for the image wrapper  */
	#image_wrap {
		width:580px;
		outline:1px solid #ddd;
		-moz-ouline-radius:4px;
	}
