body {
	background-color:#2C0A00;
	background-image:url('/images/home/background.jpg');
	background-position:top center;
	background-repeat:no-repeat;	
	color: #000;	
}

a {color: #000; text-decoration: none;}
a:hover {text-decoration: underline;}


h1 {
	width: 403px;
	height: 105px;
	padding:0px; margin:-1px 0px 1px -5px;
	display:block;
/*	background-image:url('/images/home/heitorpereira.gif');
	background-position:right;
	background-repeat:no-repeat; */
}

h1 span { display: none; }

h2 { width: 20px; height: 70px; display:block; padding:0px; margin:0px; }
h2 span {display:none;}

#text {
	height:380px;
	margin:0px;
	padding: 0px;
	text-align:justify;
	overflow:auto;
}

h3 {padding:0px; margin:0px;}

table tr td img {margin:10px; border:1px solid #000;}

table tr.project td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
}


#footer {
	position:absolute; display:block;
	width: 250px;
	top: 550px;
    left: 640px;
	color: #aaa;
	font-size:9px;
	text-align:right;
}

#footer a {color:#999;}

