/*
############## CREATED BY HIVE MEDIA 2009##############

***********************************************

############## UNIVERSAL SELECTOR, HTML, BODY  ##############
*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}

html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888;
}

body{
   background-color: #e1e1e1;
}
h5{
font-size: 20px;
color: #aaaaaa;
padding-bottom: 5px;
}

/*

############## MAIN STRUCTURE ( WRAPPER ) ##############
*/

#wrapper{
	width: 1000px;
	margin: 10px auto;
	}

/*
############## Main Content ##############
*/

#main_content{
	width: 100px;
	background-color: transparent;
}

#texto{
	width: 750px;
        height: 1000px;
	padding: 20px 0px 0px 60px;
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	background-position: 60px 90px;
	padding-top: 173px;
	
}


#texto_projects{
	width: 400px;
	padding: 20px 0px 0px 5px;
	padding-top: 180px;
	
}

#certificates{
	clear: both;
	height: 206px;
	width: 1000px;
	margin: 10px auto;

}

#certificates li{ 
	display: inline;
   list-style: none;
}

#certificates a{font-weight: normal;}

#copyright{
color: black;
font-size: 10px;
font-weight: normal;
margin: 10px auto;

}

#mission{
width: 800px;
float: left;
position: realative;
top: 610px;
padding-bottom: 5px;
}

#contact{
width: 200px;
float: left;
position: realative;
top: 610px;
padding-bottom: 5px;
}


/*
############## Footer ##############
*/

#footer{
vertical-align: baseline;
padding-top: 80px;
}


/*
############## Links ##############
*/

a{
	text-decoration: none;
	font-family: arial;
	color: #aaaaaa;
	padding: 0px 0px;
}


a:hover{
	text-decoration: none;
	font-family: arial;
	color: #ea2034;
	padding: 0px 0px;
}


#projetos li{
	display: block;
   list-style: none;
}


