/*css*/
* {
	margin: 0px;
	padding: 0px;
}

/*Elements*/
html {
	
}

body {
	background: #656565;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

a {
	border: none;
	text-decoration: none;
	color: #361f92;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/*IDs*/
#site {
	width: 792px;
	background: url('../img/site_bg.png') center center repeat-y #656565;
	margin: 0px auto 0 auto;
}

#topo {
	width: 792px;
	height: 150px;
	background: url('../img/topo_bg.png') top center no-repeat;
	position: relative;
}

#topo p {
	width: 730px;
	margin: 0 auto;
	padding-top: 10px;
}

#menu {
	float: left;
}

#menu ul {
	list-style: none;
}

#menu ul li {
	
}

#conteudo {
	width: 777px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#conteudo #p_login {
	text-align: right;
	width: 740px;
	margin: 0 auto 10px auto;
	padding-right: 5px;
}

#conteudo #p_login input {
	font-size: 1em;
	width: 60px;
}

#conteudo #p_login #ola {
	padding-right: 20px;
}

#rodape {
	clear: left;
	background: url('../img/rodape_bg.png') bottom center no-repeat;
	padding: 10px 0 20px 0;
}

#rodape p {
	text-align: center;
}
/*Classes*/
