body {margin:0;
	padding:0;
	background-color:#99cc66;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003300;
	text-align:justify;}
	
ul {list-style:none;}

h1 {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003300;}

#container {
	width:778px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-388px;
	background-color:#d6f3b3;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	padding-bottom:15px;
	}

.verdeescuro {
		position:relative;
		height:25px;
		background-color:#81bd37;
		background-repeat:no-repeat;
		}

.bd{
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	}

		
#verdeclaro {height:80px;
		background-color:#d7f2a7;
		background-repeat:no-repeat;
		}
		
#textright {
	float:right;
	padding:5px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003300;
			}

#logo {width:144px;
		height:79px;
		position:absolute;
		top:17px;
		left:60px;
		background-image:url(images/logo.jpg);
		background-repeat:no-repeat;
		}
		
#imgtop {height:174px;
		left:50%;
		background-image:url(images/img.jpg);
		background-repeat:no-repeat;
		}
		
#textoprinc {
	width:497px;
	position:relative;
	top:125px;
	left:255px;
	padding:10px;
	height: 325px;

	}
	
#menu {width:169px;
	height:350px;
	position:absolute;
	top:283px;
	left:64px;
	background-image:url(images/bgmenu.jpg);
	background-repeat:no-repeat;
	}
#menu ul li{
	display:block;
	margin-top:25px;
	margin-left:20px;
	}

#menu ul{margin:0;
		 padding:0;
		 }
	
#menu ul a{
	color:#003300;
	text-decoration:none;}
	
#menu ul li a:hover {
	color:#009900;
	text-decoration:underline;
	}
	
/* CSS para a galeria */

.photopreview { 
    position: relative;
	top:46px;
	left:179px;
    width: 500px;
	margin: 30px;
}

.photopreview li {
    float: left;
	width: 100px; height: 80px;
    padding: 10px;
}
.photopreview li img {
	position: relative;
	width: 100px;
	height: 80px;
	border: 1px outset #CCC;
	padding: 5px;
	background: #FFF;
	left: 387px;
	top: -100px;


}
.photopreview li:hover img {
    cursor: default;
	width: 250px; height: 188px;
    top: -37px; left: -50px;
    border: 1px outset #CCC; padding: 3px;
    z-index: 100; background: #EEE;
}

/* CSS para o formulario */

fieldset {
    width:425px;
	border:1px dashed #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
}

label {
	width:90px;
	height:20px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#e6f8d0;
	float:left;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}

.form {
	margin:0;
	padding:0;
}

#containerform {
	width:500px;
	height:auto;
	position:relative;
	left:120px;
	margin:auto;
	padding:10px;
}

.div_texbox {
	width:320px;
	float:left;
	background-color:#e6f8d0;
	height:25px;
	margin-top:3px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-color:#FFFFFF;
	width:200px;
	height:13px;
	font:normal 12px Verdana;
	color: #003300;
	padding:3px 5px 3px 10px;
	}
	
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

.button_div {
	width:359px;
	float:left;
	background-color:#e6f8d0;
	text-align:right;
	height:35px;
	margin-top:50px;
	padding:5px 32px 3px;
}

.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #999999; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #e3e3db #d8d8d0 #d8d8d0 #e3e3db;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}
