@charset "utf-8";
/* CSS Document */

#tudo {
	width: 960px;
}
* {
	margin: auto;
	padding: auto;
	}

a:link {
	color: #FFCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF99CC;
}
a:visited {
	color: #FFCCCC;
	background-color: #EB005B;
}
a:active {
	color: #FFCCCC;
	background-color: #EB005B;
}


body {
	background-color: #4e4e4e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFCCCC;
	font-weight: bolder;
}

#topo {
	height: 200px;
	width: 960px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#menu {
	width: 220px;
	padding: 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCCCC;
	font-style: italic;
	font-size: 14px;
	position: fixed;
	z-index: auto;
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EB005B;
}
#conteudo {
	width: 700px;
	float: right;
	padding: 0;
	margin: 0;
}

#conteudo  dl {
	text-align: left;
	margin-left: 0px;
	margin: 0;
	padding: 15px 0 20px 20px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #eb005b;



}
#conteudo dd {
	margin: 0;
	padding: 0 0 15px 0;
}


.destaque {
	color: #FFCCCC;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	padding-bottom: 15px;
}
#linha {
	width: 960px;
}
.portifolio {
	background-color: #EB005B;
}
