* {
	margin:		0 auto;
	padding:	0;
}
html {
	margin:		0px 0 0px 0;
	padding:	0;
	font-size: 	8.3pt; 
	line-height:10.6pt;
	font-family:Georgia;
	font-style:	italic; 
	font-weight:normal;
}
p { 	
	margin-top: 0; 
}
a { 
	color: 		#000000; 
	font-style: normal; 
	text-decoration:none;
}
a.selected {
	color:		#7F1F3C;
}
a:hover {
	color:		#7F1F3C;
}
a:hover .selected {
	color:		#7F1F3C;
}

body {
	background: url(images/background.png) repeat-x;
	float:center;
}

#outline { 
	width: 		100%; 
	margin: 	0px auto 0; 
	padding:	0 0px 0 0px;
	position: fixed;
	text-align: center;
	float:center;
	clear:		both;
	bottom:0;
}
#destaque {
	width:900px;
	height:220px;
	text-align:right;
	clear:		both;
}
#logo {
	width:900px;
	height:250px;
	clear:		both;
}
#menu {
	width:900px;
	height:45px;
	clear:		both;
	margin-bottom:30px;
}
#bottom {
	height:		40px;
	padding-bottom:8px;
	width: 		100%;
	clear:		both;
	background: url(images/background_bottom.png) ;
	
}
.col1 {
	width:		220px;
	margin: 	0 20px 0 0;
	float:		left;
}
