#menu1 {
	height: 40px;
	line-height: 40px;
	margin-bottom: 2px;
}
#menu ul {
	list-style: none;
	padding-left: 5px;
}
#menu1 ul li {
	display: inline;
}
#menu1 ul li a {
	font-weight: bold;
	color: #666666;
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 3px double #9D2526;
	padding-bottom: 3px;
	margin-right: 10px;
}
#menu1 ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 3px double #9D2526;
}

#conteudo {
	width: 490px;
	padding: 5px 2px 10px 3px;
	float: right;
	background-color: #fff;
}
#lateral {
	width:190px;
	padding: 5px 2px 0px 3px;
	float: left;
	background-color: #9D2526;
	background-image: url(../images/img03.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	left: 5px;
}

#conteudo_admin {
	background-color: #ffffff;
}
#rodape {
	clear: both;
	height: 50px;
	line-height: 50px;
	text-align: right;
	margin-top: 2px;
	background-color: #5c242f;
}
/*
Genéricos
===============================*/
h1,h2,h3 {font-family: Georgia, "Times New Roman", Times, serif}
h2 {font-size: 1.5em}
h3 {font-size: 1.2em}
h4 {
	font-size: 0.9em;
	color: #FFFFFF;
}

form p {margin-bottom: 10px}
table th {
	background-color: #fff;
	padding: 3px;
}
table tr td {
	padding: 2px;
	border-bottom: 1px solid #000;
}
img {border: none}
/*
Classes e ID´s
================================*/
#frm_login {
	margin: 10px 0 10px 100px;
}
.alerta {
	font-size: 1.3em;
	background-color: #f33;
	border: 3px double #fff;
	color: #fff;
	padding: 5px;
	font-weight: bold;
	margin: 10px;
}
