
* {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}

body {
	background-color: black;
	font-family: Arial, Georgia, 'Times New Roman', serif;
	font-size: 12px;
	font-weight: lighter;
	color: white;
}

a {
	text-decoration:none;
}

img {
	border: none;
}

#topo h1 {	
  margin: 0 auto;
  text-align: left;
  width: 1000px;
	position: relative;
	font-size: 40px;
	font-weight: lighter;
	margin-top: 0;
	font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
	text-shadow: 2px 3px 3px #292929;
	letter-spacing: -1px;
	-webkit-text-stroke: 1px white;

}

h2 {
	border-bottom: 1px solid #EEEEEE;
  	color: black;
  	font: 22px Georgia,"Trebuchet MS",Arial,Verdana,Sans-serif;
  	margin: 0;
  	padding: 20px 0 0;
  	text-decoration: none;
  	text-transform: uppercase;
}

h3{
	border-bottom: 1px solid #EEEEEE;
  	color: black;
  	font: 18px Georgia,"Trebuchet MS",Arial,Verdana,Sans-serif;
  	margin: 0;
  	padding: 20px 0 0;
  	text-decoration: none;
  	text-transform: uppercase;
}

#topo{
	height:60px;
	background: black;
	text-align: center;
	padding:20px;
	border-top: solid 5px #620606;
}
#meio{
	background: white;
	color: black;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}
#page{
	width: 1000px;
	margin: 0 auto;
}
#container{
	margin:10px;
  min-height: 200px;
  width: 680px;
  float: left;
}

#lateral{
	float:right;
	width: 300px;
	display: block;
}
#lateral img{
	width: 230px; 
}
#menu{
	background: #620606;
	display: block;
	color: white;
	font-size: 120%;
	text-align: center;
}
#menu ul{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
#menu li{
	display: inline;
	display: inline-block;
	list-style: none;
}
#menu a {
	color: white;
	padding:10px;
	display: block;
}

#menu a.selecionado {
	background: white;
	color:black;
}

#rodape {
	height: 20px;
	background: black;
	text-align: center;
	padding:10px;
	border-top: solid 5px #620606;
	clear: both;
}

#rodape a {
	color: white;
}

#lateral > img {
	margin: 10px;
}

#lateral {
	color: #656D79;
  	font-size: 12px;
  	line-height: 16px;
}
