/*
Project: Ana Correa
Author: Alexandre Rodrigues >> www.VIETRA.com.br
Date: 05/10/2009
Version: 1.0

/*--- Table of Contents ---

0 - CSS Reset
1 - Common
2 - Layout
3 - Content
4 - Footer 

--------------------------*/

/*--- 0 CSS Reset ---*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{}ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption, th, td{text-align:left;font-weight:normal;}blockquote:before, blockquote:after, q:before, q:after{content:"";}blockquote, q{quotes:"" "";}.left{float:left}.right{float:right;margin-right:0!important;}.clearfix:after{
content:".";display:block;height:0;clear:both;visibility:hidden;}/* Hides from IE-max \*/* html .clearfix{height:1%;}.clearfix{display:block;}/* End hide from IE-mac */

/*--- 1 COMMON ---*/
html{background:#fff url(images/background-padrao.gif) 0 0 repeat-x;}
body{background:url(images/background-efeito.jpg) center 10px no-repeat; font:normal 14px Arial, Helvetica, sans-serif; height:100%;}
h1,h2,h3{font:normal 20px Tahoma, Geneva, sans-serif;}
a{ color:#67306a; font-weight:bold; cursor:pointer;}
a:hover{color:#29211A;}
p{line-height:130%; padding:5px; text-align:justify;}
input, textarea{border:1px solid #ccc; padding:5px; background:#fff; cursor:pointer;}
textarea{width:890px;}

/*--- 2 LAYOUT ---*/
#geral{
	width:610px;
	padding-top:50px;
	margin:0 auto;
}
#nav{
	width:250px;
	margin-top:65px;
	float:left;
}
#nav h1{
	background:url(images/ana-correa-fotografa.gif) 0 0 no-repeat;
	width:167px;
	height:175px;
	text-indent:-999999px;
}
#nav ul{margin-top:30px;}
#nav li{
	padding:5px 0 5px 20px;
	background:url(images/icones-entrada.gif) 0 7px no-repeat;
}
#nav li.telefone{background:url(images/icones-entrada.gif) 0 -29px no-repeat;}
#nav li.celular{background:url(images/icones-entrada.gif) 0 -67px no-repeat;}
#nav li.local{background:url(images/icones-entrada.gif) 0 -105px no-repeat;}
#escolha{
	margin-left:100px;
	float:left;
	width:250px;
}
/*-- 3 CONTENT --*/
#wpja{
	position:absolute;
	top:510px;
}
/*-- 4 FOOTER --*/
#assinatura{
	position:absolute;
	top:0px;
	margin-top:12px;
	margin-left:573px;
}