* {
	margin: 0;
	padding: 0;
}

body {
	/*background-image: url(../img/bg1.png);*/
	/*background-image: url(../img/bg_1335.png);*/
	/*background-repeat: repeat;*/
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #555555;
	line-height: 150%;
}

p, li {
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	line-height: 150%;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: black;
	font-weight: bold;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration:underline;
}


#page-wrap {
	background: #fafafa;
	min-width: 780px;
	max-width: 1260px;
	margin: 20px auto;
	width: 90%;
	}
	
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
	padding-left: 230px;
	padding-top: 20px;
	min-height: 300px;
}
	
#header {
	background: #000;
	text-align: center;
}
	
#left-sidebar {
	width: 200px;
	float: left;
	padding-left: 0px;
	padding-top: 20px;
}

#footer {
	/*
	background: #267f23;
	text-align: center;
	*/
	padding-top: 20px;
	/*
	padding-bottom: 20px;
	color: white;
	*/
	color: #000;
}

/**/
.menuTop {
	background-image: url(../img/header.jpg);
	background-repeat: repeat-x;
	font-family: verdana, tahoma, arial;
	color: #ffffff;
	margin-left: 4px;
	margin-top: 0px;
	height: 20px;
}
	.menuTop span {
		/*background-image: url(../img/header.jpg);
		background-repeat: repeat-x;
		*/
		margin:0px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 4px;
		padding-right: 4px;
		height: 20px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		height: 20px;
		background-image: none;
		vertical-align: middle;
		display: inline;
	}
		.menuTop span a {
			padding-top: 3px;
			padding-bottom: 3px;
			padding-left: 4px;
			padding-right: 4px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			font-family: verdana, tahoma, arial;
			color: #e4e4e4;
			vertical-align: middle;
		}
			.menuTop span a:hover {
				padding-top: 3px;
				padding-bottom: 3px;
				padding-left: 4px;
				padding-right: 4px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				background-image: url(../img/header_light.jpg);
				color: #ffffff;
			}

.banner {
	background-image: url(../img/banner_bg.jpg);
	background-repeat: repeat-x;
}

.menu {
	margin-left: 10px;
	//text-align: middle;
}
	.menu a {
		margin-left: 5px;
		margin-top: 4px;
		margin-bottom: 4px;
		font-weight: bold;
		text-decoration: none;
		color: #333333;
	}

.footerContent {
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	height:50px;
}

.texto {
	margin: 10px;
	border-bottom: 1px dotted #cccccc;
}
	.texto .titulo {
		margin-top: 10px;
		font-size: 1.8em;
		font-weight: bold;
	}
		.texto .titulo a {
			color: #000000;
			text-decoration: nome;
		}
		.texto .resumo {
			margin-top: 5px;
			display: block;
			font-style: oblique;
			border: none;
			background: #f4f4f4;
			margin-left: 10px;
			margin-right: 10px;
			width: 60%;
			padding: 4px;
			border-top: 2px solid #f8f8f8;
			border-left: 2px solid #f8f8f8;
			border-right: 2px solid #f0f0f0;
			border-bottom: 2px solid #f0f0f0;
		}
	.texto .conteudo {
		margin-top: 5px;
		display: block;
	}
	.texto .informacoes {
		display: inline-block;
		margin-top: 10px;
		font-size: 0.8em;
	}

.footerContent {
}
	.footerContent span {
		display: inline-block;
		margin-left: 10px;
		color: #000;
		text-align: middle;
	}

.lavaLampNexus {
	position: relative;
	height: 20px;
	width: 100%;
	padding: 2px;
	margin: 0px;
	overflow: hidden;
	border: 0px;
	font-family: verdana, tahoma, arial;
	font-size: 0.8em;
	color: #ffffff;
}
	.lavaLampNexus li {
		float: left;
		list-style: none;
		border-radius: 3px;
		-moz-border-radius: 3px;
	}
		.lavaLampNexus li.back {
			border: 1px solid #6c1112;
			background-image: url(../img/header_light.jpg);
			width: 9px;
			height: 18px;
			z-index: 8;
			position: absolute;
		}
		.lavaLampNexus li a {
			border-radius: 3px;
			-moz-border-radius: 3px;
			text-decoration: none;
			color: #fff;
			outline: none;
			text-align: center;
			/*top: 7px;*/
			letter-spacing: 0;
			z-index: 10;
			display: block;
			float: left;
			height: 18px;
			position: relative;
			overflow: hidden;
			margin: auto 10px;
		}
			.lavaLampNexus li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
				border: none;
			}

