body { 
    	background-color: white;
    	font-family: Georgia, "Times New Roman",
    	Times, serif;
	padding-top: 1em;
}

p,code,ul {}

/*li {list-style: none;}
*/
h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

/*form,input {margin: 0; padding: 0; display: inline;}*/

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

table {
	font-size: 12px;
}
/*h1,h2,h3 {color: #000; margin-bottom: 4px;}*/

/*Estrutura*/

#container {
	 -moz-border-radius: 1em 1em;
  border-radius: 1em 1em;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-top: 1px dotted black;
	border-bottom:1px dotted black;
	background: #e3e8c3/*#FFFF99*/;
	margin: 0 auto;
	min-height: 800px;
	padding: 1%;
	width: 930px;
	position: relative;
	
}

/*Page Elements*/

#header {	
/*	position:relative;*/
	padding: 2%;
	color: #c30;
	background:#9; -moz-border-radius: 1em 1em;
  	border-radius: 1em 1em;

	height:150px;	
	}

#columns {
min-height:1%;
overflow:hidden;
padding:0;
}

* htm #columns {height:1%;}

#content {
	float: right;
	width: 755px;
}
/*
#menu {
	width: 200px;
	margin: 10px;
	}
	
#menu li a {
	list-style-type: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
	background:  url(../images/menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(../images/menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}				

*/
  #lateral {
    /*background-image: url(../images/sidebar.gif);
    background-repeat: repeat-y;
	*/float: left;
	width: 200px;
	word-wrap: break-word;
	
}
/*
#lateral ul {
	border: 1px solid: blue;
	list-style-type: none;
	display: block;
	margin: 0;
	padding-left: 0.5em;
	padding-bottom:0;
	padding-top:0;
}

#lateral li a {
	border: 1px solid:blue;
	color: red;
	list-style-type: none;
	margin: 0;
	padding-left: 1em;
}
*/
.clear {
clear:both;
float:none;
border:0;
margin:0;
font:0;
}

#conteudo {
	padding: 2em;
	text-align: center;
}
#dados {
	text-align: left;
}

#footer{
	font-size: small;
	text-align: center;
color: black;	
border-top: 1px dotted black;
padding-top: 1em;
height: 20px;
bottom: 5px;
position: absolute;
width: 100%;
margin: 0;
}