@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	font: normal 1em Trebuchet MS;
	font-size:1em;
	background:#f38633;

}

h1 {

	color: #6c6d71;
	font-weight:bold;
	font-size:2em;
}

a {
	color: #b01116;
	font-size:1em;
}

a:hover {
	text-decoration:none;

}

#container {
	width: 900px;
	margin: 0 auto;
}

#topo {

}

#menu {
	margin: 0;
	padding: 0 12px;
	list-style: none;
	height: 51px;
	background:url(http://midias.saocamilo-es.br/imagens/hotsite/corridasaocamilo/2013/top_02.jpg)
}

#menu li {
	float: left;
}

#menu li ul {
	margin: none;
	padding: none;
}

#menu li ul li {
	float: none;
}

#menu a {
	color: #b01116;
	text-decoration: none;
	padding: 10px 5px 10px 5px;
	font: normal 1.5em Dax;
	margin-left: 15px;
}

#menu a:hover {
	color: #000;
}

#menu2 {

}

#conteudo {

	background: #b01116;
	margin-bottom: 0;
	position: absolute;

	height: 100%;
}

#conteudoEsquerdo {
	float: left;
	width: 840px;
	color: #6c6d71;
	background: #f7f8f8;
	padding: 30px;
}

#conteudoDireito {
	float:right;
	width: 178px;
	height: 732px;

}

#rodape {
	clear:both;
}



