HTML, BODY {
	font-family: Verdana, Arial, Courier;
	font-size: 0.9em;
	color: #000;
}
BODY {
	background-color: #000;
	background-image: url('images/body_bg.jpg');
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0b883c;
	text-decoration: none;
}
#cont {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	background-image: url('images/container_bg.jpg');
	background-repeat: repeat-y;
	overflow: visible;
}
	#cont H1 {
		font-size: 1.4em;
		color: #105a2e;
		font-weight: Bold;
		padding: 0;
		margin: 2px;
		padding-left: 20px;
	}
	#cont p {
		text-align: left;
		padding: 0;
		margin: 0;
		padding-left: 20px;
	}
#title {
	float: left;
	width: 900px;
}
#menu {
	float: left;
	padding-left: 20px;
	padding-top: 265px;
	width: 280px;
	overflow: visible;
}
	#menu .box {
		background-color: #c5ffdc;
		width: 100%;
		min-height: 50px;
		padding: 3px;
		margin-bottom: 30px;
	}
	#menu .box a {
		display: block;
		padding-left: 10px;
	}
	#menu .box a:hover {
		background-color: #e6fcef;
	}
	#menu h1 {
		font-size: 1.1em;
		color: #FFFFFF;
		background-color: #22663d;
		margin: 0;
		padding: 2px;
		margin-bottom: 5px;
	}
	#menu h2 {
		font-size: 1.1em;
		color: #FFFFFF;
		background-color: #22663d;
		margin: 0;
		padding: 2px;
		margin-bottom: 5px;
	}
	
#posts {
	float: left;
	padding-left: 20px;
	padding-top: 265px;
	overflow: visible;
	width: 550px;
	min-height: 550px;
}
	#posts .content {
		line-height: 15pt;
		margin-bottom: 40px;
		text-align: justify;
	}
	#posts .content a {
		font-size: 1.1em;
		font-weight: Bold;
		color: #608d19;
		text-decoration: underline;
	}
	#posts .content a:hover {
		text-decoration: none;
	}
	#posts .content h1 {
		font-size: 1.2em;
		font-weight: Bold;
		padding: 0;
		margin: 0;
	}
	#posts .content h1 a {
		color: #000000;
		text-decoration: none;
	}
	#posts .content h1 a:hover {
		color: #608d19;
		text-decoration: none;
	}	
	#posts .content IMG {
		float: right;
		border: 1px solid #000;
	}
	#posts .content .date {
		font-size: 0.8em;
		line-height: 11pt;
	}
	#posts .content .metadata {
		font-size: 0.8em;
		line-height: 11pt;
		margin-bottom: 3px;
	}
	#posts .content .metadata a {
		font-size: 0.9em;
	}
#copyrights {
	float: left;
	width: 890px;
	text-align: center;
	font-size: 0.8em;
}

#reclame {
	position: absolute;
	top: 45px;
	width: 100%;
	height: 250px;
	text-align: center;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.next a {
	font-size: 1.2em;
	font-weight: Bold;
}
.prev a {
	font-size: 1.2em;
	font-weight: Bold;
}
