/* CSS Document */
*{
	margin: 0px;
	padding:0px;
}

img{
	border:none;
}

body{
	background-image:url(../images/bg_body.jpg);
	font-family:"Courier New", Courier, monospace;
	color:#190032;
	font-size:11px;
}

#geral{
	width:780px;
	height:554px;
	position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -277px;
    margin-left: -390px;
	background-image:url(../images/bg_main.png);
	background-repeat:no-repeat;
}

#home{
	width:436px;
	height:494px;
	position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -247px;
    margin-left: -218px;
}

#menu{
	padding-top:49px;
	text-align:center;
}

#menu img{
	border:0px;
}

#contato, #laura, #colecao{
	height:457px;
}

#contato{
	background-image:url(../images/bg_contato.png);
	background-repeat:no-repeat;
	background-position:40px 7px;
	font-weight:bold;
}

form{
	float:right;
	padding-right:70px;
	padding-top:25px;
	*padding-left:400px;
}



fieldset, input, textarea{
	border:none;
	background-color:transparent;
	margin-top:7px;
	margin-bottom:3px;
	*margin:0px;
	color:#333;
	padding-bottom:1px;
	font-family:"Courier New", Courier, monospace;
}

legend{
	display:none;
}

textarea{
	font-size:13px;
	background-image:url(../images/line_form_bg.png);
}

input{
	border-bottom: 1px solid #6b6b6b;
}

button{
	background:none;
	border:none;
	text-decoration:underline;
	font-weight:bold;
	color:#190032;
	float:right;
	font-size:11px;
}

#colecao{
margin-left:8px;
}
