@charset "iso-8859-1";

/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
	background:#fff url(../images/bg.jpg) top center repeat-x;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px
}

#tudo {
	width:1000px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	width:960px;
	height:100px;
	margin-left:20px;
	background:#FFF url(../images/layout_02.jpg) top left no-repeat;
}

#container {
	width:960px;
	margin-left:20px;
	overflow:auto;
	_overflow:hidden;
	padding-bottom:60px;
}

#content {
	background:#FFF url(../images/layout_05.jpg) top left no-repeat;
	width:920px;
	min-height:475px;
	height:auto !important;
	height:475px;
	padding:25px 20px;
}

#content {
	text-align:justify;
	letter-spacing:1px;
}

#content p { text-indent:15px; }

#content { background:#FFF; }

#botoom {
	background:url(../images/layout_07.jpg) bottom left no-repeat;
	width:960px;
	height:77px;
	position:absolute;
	bottom:0; /* stick to bottom */
}
#botoom span{
	font-style:italic;
	font-size:10px;
}
#botoom p {
	clear:left;
	padding:2px;
	margin:0;
	font-size:11px;
	color:#555;
}

#botoom a {
	font-size:10px;
	color:#000;
	text-decoration:none;
	font-style:italic;
}

#galeriaPort {
	width:450px;
	height:370px;
	float:left;
	overflow:auto;
	scrollbar-face-color: #eee;
	scrollbar-shadow-color: #e4e4e4;
	scrollbar-highlight-color: #eee;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #eee;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #999;
	margin-top:20px;
}

#galeriaPort img { border:solid 1px #e4e4e4; }

#galeriaPort table { border:none; margin:0 auto }

#galeriaPort td {
	border:solid 1px #ccc;
	width:110px;
	height:110px;
}
#infos{
	float:left;
	width:450px;
	height:300px;
	
}
#infos li{margin-bottom:5px;}
#infos a{color:#cc3333;}
#infos a:hover{color:#000;}
.formContato{
	width:450px;
	float:right;
	margin-top:20px;
	padding-bottom:50px;
}
.formContato table {
	width:430px;
	padding:10px;
	border:none;
	padding-top:10px;
	margin:0 auto;
	font-size:10px;
	color:#666;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.formContato table p {
	font-size:10px;
	text-align:center;
	font-weight:bold;
}

.formContato fieldset { margin:0 auto; }



.formContato input, .formContato textarea {
	border:solid 1px #999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

.formContato .btEnviar {
	width:60px;
	height:20px;
	margin-left:125px;
	color:#000;
	font-weight:bold;
	border:groove 1px #999
}

.TitPag {
	color:#cc3333;
	font-style:italic;
	font-size:14px;
	font-weight:bold;
}

.TitPag a { color:#cc3333; }

.estilo {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}
.center{text-align:center;}
