a,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
body {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#CCD4BF;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size:12px;
	color:#CCD4BF;
}
#container {
	position:relative;
	width:800px;
	height:100%;
	margin:auto;
	background:#B8C3A6;
}
#topo {
	position:relative;
	width:800px;
	height:95px;
}
#corpo {
	position:relative;
	width:800px;
	height:338px;
	background:#EBEBD6;
}
#corpo h1 {
	position:absolute;
	width:420px;
	height:120px;
	top:80px;
	left:190px;
}
#corpo ul {
	position:absolute;
	width:400px;
	top:210px;
	left:200px;
	list-style:none;
	text-align:center;
}
#corpo ul li {
	display:inline;
	text-transform:uppercase;
	font-size:10px;
	margin:0 10px;
}
#corpo ul li a,
#corpo ul li a:link,
#corpo ul li a:visited,
#corpo ul li a:active {
	color:#340;
	text-decoration:none;
}
#corpo ul li a:hover {
	color:#BCA;
	text-decoration:none;
}
#rodape {
	position:relative;
	width:800px;
	height:40px;
	background:transparent url(/shared/home_rodape_bg.gif) repeat-x;
}
#rodape ul {
	padding-top:16px;
	list-style:none;
	text-align:center;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000;
}
#rodape ul li {
	display:inline;
	text-transform:uppercase;
	margin:0 7px;
}
#rodape ul li input {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	color:#000;
	padding:0;
	border:0;
	background:transparent;
}
