body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,sans-serif;
	font-size: 80%;
	min-width: 1000px;
}

body a {
	color: #204a87;
	text-decoration: none;
}

body a:hover {
	color: #204a87;
	text-decoration: underline;
}

#leaderboard {
	text-align: center;
	clear: both;
}

#header2 {
	height: 95px;
	background-color: #fff;
	background-image: url("/css/lm/images/bg_linux_magazine.png");
	background-position: top right;
	background-repeat: repeat-x;
}

#header2_logo {
	float: left;
	width: 250px;
	border: fuchsia solid 0px;
	height: 100%;
}

#header2_claim {
	border: fuchsia solid 0px;
	margin-left: 250px;
	color: #fff;
	font-size: 110%;
	height: 24px;
	padding-top: 40px;
}

#header2_claim p {
	margin-top: 0px;
}

#header2_menu {
	border: #000 solid 0px;
	margin-left: 250px;
	color: #fff;
	height: 28px;
}

	ul#sites {
		border: yellow solid 0px;
		margin: 0;
		margin-top: 1px;
		padding: 0;
		list-style: none;
		height: 27px;
	}
	ul#sites li {
		margin-right: 5px;
		font-weight: bold; 
		display: inline;
	}
	ul#sites a {
		border: fuchsia solid 0px;
		height: 28px;
		color: #fff;
		padding-bottom: 9px;
		text-decoration: none;
	}
	ul#sites a:hover {
		/* color: #f57900; */
		color: #fff;
		text-decoration: none;
		background: url("/css/lm/images/lm_seta_h.png") no-repeat bottom center;
	}

#header2_right {
	/* position: absolute; 
	right: 0px; */
	float: right;
	width: 200px;
	color: #fff;
	/* text-align: right; */
}

#header2_right_newsletter {
	height: 40px;
	padding-top: 20px;
}

#header2_right_newsletter form {
	margin: 0px;
}

#header2_right_newsletter input {
	vertical-align: middle;
}

#header2_right_newsletter p {
	font-weight: bold;
	font-size: 85%;
	margin: 0px;
}

#header2_right_busca {
	padding-top: 6px;
}

#header2_right_busca form {
	margin: 0px;
}

#header2_right_busca input {
	vertical-align: middle;
}

#header2_right .input_text {
	border-color: #000 #000 #000 #000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	height: 16px;
	padding: 1px;
	width: 150px;
}

#coluna_1 {
	padding-top: 4px;
	float: left;
	width: 180px;
}

#footer {
	font-size: 75%;
	text-align: center;
	clear: both;
	margin-top: 50px;
	margin-bottom: 2px;
	width: 100%;
}

