@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	BASIC
------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #876B61;
	background: url(../images/begeSquare.gif);
}

/* -------------------------------------------
	LAYOUT
------------------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 20px;
	background: #F3F0EF url(../images/wrapperBack.gif) repeat-y;
}
#header {
	width: 760px;
	height: 186px;
	background: white url(../images/logo_marceloRocha.gif) no-repeat center top;
}
#innerpageHeader {
	height: 140px;
	width: 760px;
	background: white url(../portfolio/images/innerpage_headerBar.gif) repeat-x left top;
}
#contents {
	width: 760px;
	height: 402px;
	margin: 10px 0 4px 0;
}
#footer {
	width: 100%;
	background: #E7E1DF;
	text-align: center;
}

/* -------------------------------------------
	HEADER
------------------------------------------- */
/* Menu ----------------------------------- */
#menu {
	width: 760px;
	height: 26px;
	padding: 0;
	margin: 0;
	background: #E7E1DF;
	position: relative;
	top: 166px;
	text-align: center;
}
/* Navigation Bar ------------------------- */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#nav {
	margin-left: 80px;
	padding: 2px;}
#nav a {
	display: block;
	width: 196px;
	color: white;
	background: #876B61;
	text-decoration: none;
	margin-bottom: 2px;
}
#nav li {
	float: left;
	width: 196px;
	padding: 0 2px;
}
#nav a:hover {
	background: #9C8278;
	color: white;
}
#nav ul li a {
	color: #876B61;
	background: #E7E1DF;
}
#nav ul li a:hover {
	background: #FFE09E;
	color: #876B61;
}
#nav li ul {
	position: absolute;
	width: 196px;
	left: -999px;
	text-align: left;
}
#nav li ul li {
	text-indent: 10px;
}
#nav li:hover ul.first, #nav li.sfhover ul.first {
	left: 82px;
}

#nav li:hover ul.second, #nav li.sfhover ul.second {
	left: 282px;
}
#nav li:hover ul.third, #nav li.sfhover ul.third {
	left: 482px;
}

/* -------------------------------------------
	CONTENTS
------------------------------------------- */
/* Boxes ---------------------------------- */
#contents .box1 {
	width: 252px;
	height: 402px;
	background: #FFA485 url(../images/marcrock_020_1.gif) no-repeat left 30px;
	float: left;
}
#contents .box2 {
	width: 252px;
	height: 402px;
	background: #C3B5B0 url(../images/begeBar.gif) no-repeat left 30px;
	float: left;
	margin: 0 2px;
}
#contents .box3 {
	width: 252px;
	height: 402px;
	background: #FFCA8B url(../images/marcrock_020_2.gif) no-repeat left 30px;
	float: right;
}
#contents .box3 a {
	width: 82px;
	margin-right: 4px;
	padding: 2px 0;
	display: block;
	float: left;
	position: relative;
	top: 45px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #876B61;
	background: #E7E1DF;
}
#contents .box3 a:hover {
	background: #876B61;
	color: white;
}
/* Texts ---------------------------------- */
#contents p {
	padding: 0 0 10px 0;
	margin: 0;
}
.textBox {
	font-size: 13px;
	margin: 80px 10px 0 10px;
}

/* -------------------------------------------
	FOOTER
------------------------------------------- */
#footer p {
	background: #876B61;
	margin: 4px auto;
	padding: 4px 0;
	color: white;
	width: 592px;
	font-size: 11px;
}