*{
	margin:0;
	padding:0;
}	


#main{
	position:relative;
	margin:25px auto;
	width:980px;
	z-index:2;
}

#bg{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:0;
}

#head{
	width:980px;
	height:144px;
	background:url(../imagens/axs.png) right 60px no-repeat;
}

#head h1 a{
	display:block;
	width:760px;
	height:144px;
	background:url(../imagens/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	outline:none;
}


#menu{
	float:left;
	width:215px;
	margin:50px 0 0 0;
}
	#menu ul.mPri{
		
	}
		#menu ul.mPri li{
			font:1.7em Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			list-style:none;
		}
		#menu ul.mPri li a{
			text-decoration:none;
			color:#FFFFFF;
			background:#333;
			padding:5px 8px;
			margin:10px;
			display:block;
		}
		#menu ul.mPri li a:hover{
			color:#222;
			background:#CCC;
		}
			.profile{width:118px;}
			.portifolio{width:158px;}
				.pessoal{width:145px;}
				.profissionais{width:120px;}
			.ilustracao{width:172px;}
			.contato{width:130px;}
		
			#menu ul.mSec{
				margin:0 0 0 15px;
			}
			#menu ul.mSec li{
				font:0.9em Arial, Helvetica, sans-serif;
				border-bottom:1px dotted #666666;
				width:180px;
			}
			#menu ul.mSec li a{
				background:none;
				font:14px Arial, Helvetica, sans-serif;
			}
			#menu ul.mSec li a:hover{
			
			}

#content{
	float:left;
	width:760px;
	height:440px;
	margin:0 0 0 0px;
	background:url(../imagens/bgMain2.jpg) no-repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#F0F0F0;
}
	#content h2{
		text-indent:-9999px;
		width:740px;
		height:30px;
		margin:15px 0 0 5px;
	}
		.h2profile{background:url(../imagens/profile.png) no-repeat;}
		.h2portifolio1{background:url(../imagens/port_arq.png) no-repeat;}
		.h2portifolio2{background:url(../imagens/port_prof.png) no-repeat;}
		.h2contato{background:url(../imagens/contato.png) no-repeat;}
		
		.h2estilos{background:url(../imagens/estilos.png) no-repeat;}
		.h2ilu_oque{background:url(../imagens/ilustracao.png) no-repeat;}
		.h2ilu_cientifica{background:url(../imagens/ilustracao_cientifica.png) no-repeat;}

	#content p{
		color:#F0F0F0;
		padding:10px 10px;
		font-size:0.9em;
	}
	#content p:first-letter{
		font:1.3em Arial, Helvetica, sans-serif;
		padding-left:15px;
	}
	#content img.imgProfile{
		float:right;
		padding:2px;
		border:1px solid #666666;
		margin:15px 15px 0px 15px;
	}
	#content ul{
		margin:10px 0 0 45px;
	}
		#content ul li{
			list-style-image:url(../imagens/tick.png);
			padding-left:10px;
		}
		
	#content a img{
		border:none;
		padding:2px;
		border:1px solid #666666;
		margin:10px 0 0 25px;
	}
	#content p img.tira{
               padding:2px;
               border:1px solid #444444;
        }
	
	#content span{
		font:2.0em Arial, Helvetica, sans-serif;
		color:#CCCCCC;
		display:block;
		margin:20px 0 0 25px;
	}
	#content span a{
		color:#0066CC;
		text-decoration:none;
	}
		#content span a:hover{
			text-decoration:underline;
		}
	
	
	
#rodape{
	clear:both;
	margin:0 auto;
	width:970px;
}
	#rodape h3 a{
		float:right;
		display:block;
		width:147px;
		height:23px;
		text-indent:1808px;
		overflow:hidden;
		cursor:pointer;
		outline:none;
		background:url(../imagens/carlosgialluisi.png) no-repeat;
	}




