/* Base Layout */
#pagewidth{ }

/* Header [begin] */
#header {
}

#header .image{
    width:289px;
    height:206px;
    float:right;
}

#header .menu{
	position:absolute;
	width:auto;
	margin-left: 6.5%;
}

#header .menu a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: rgb(130,130,130);
	line-height: 2.5em;
}

#header .menu a:hover{
	color: rgb(0,0,0);
}

#header .stripe{
    width:auto;
    height:108px;
    background:black url(../images/main/renata.moura.png) no-repeat scroll 10% 50%;
}
/* Header [end] */

/* Content [begin] */
#contentTop{
    width:100%;
    height:auto;
    clear:both;
}

#contentTop .leftcol{
    position:relative;
    margin-top:0px;
    width:50%;
    text-align:center;
    float:left;
}
 
#contentTop .rightcol{
    position:relative;
    margin-top:70px;
    width:40%;
    text-align:center;
    float:left;
}

#contentBottom{
    width:100%;
    height:auto;
    clear:both;
}

#contentBottom .leftcol{
    position:relative;
    margin-top:40px;
    width:50%;
    text-align:center;
    float:left;
}
 
#contentBottom .rightcol{
    position:relative;
    margin-top:45px;
    width:40%;
    text-align:center;
    float:left;
}

h1{
    font-family:verdana,sans-serif;
    font-size:0.875em;
}

p{
    font-family:verdana,sans-serif;
    font-size:0.75em;
}
/* Content [end] */

/* Footer [begin] */
#footer{
    width:100%;
    height:149px;
    clear:both;
}

#footer .image{
    width:154px;
    height:149px;
    float:left;
}

#footer .white-stripe{
    height:96px; 
}

#footer .black-stripe{
    height:53px; 
    background-color:#000000;
    text-align: right;
}

#footer h1{
    color: #fbd300;
    line-height: 53px;
    margin-right: 30px;
    font-family:verdana,sans-serif;
    font-size:1.1em;
}

/* Footer [end] */

/*printer style*/ 
@media print{ 

}
