HTML, BODY {
	font-family: Verdana, Arial;
	font-size: 0.9em;
	color: #000;
}
BODY {
	background-color: #000;
	background-image: url('images/body_bg.jpg');
	margin: 0;
	padding: 0;
}
a {
	color: #bb4c94;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #84185e;
	text-decoration: underline;
	font-weight: bold;
}
#cont {
	width: 900px;
	margin: 0px auto 0px auto;
	background-color: #FFF;
	background-image: url('images/container_bg.jpg');
	background-repeat: repeat-y;
	overflow: visible;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}
	#cont H1 {
		font-size: 1.6em;
		color: #bb4c94;
		font-weight: Bold;
		padding-left: 20px;
		margin: 2px;
		text-align: left
		;
	}
	#cont p {
		text-align: left;
		padding: 0;
		margin: 0;
		padding-left: 20px;
	}
#title {
	float: left;
	width: 900px;
}
#title p {
	padding-right: 20px;
	line-height: 15pt;
}
#menu {
	float: right;
	padding-right: 20px;
	padding-top: 428px;
	width: 280px;
	overflow: visible;
}
	#menu .box {
		background-color: #fcb4e2;
		border: 1px solid #ba00ff;
		width: 100%;
		min-height: 50px;
		padding: 3px;
		margin-bottom: 30px;
	}
	#menu .box a {
		display: block;
		color: #000;
		padding-left: 10px;
	}
	#menu .box a:hover {
		background-color: #fffec7;
	}
	#menu h1 {
		font-size: 1.1em;
		color: #FFFFFF;
		background-color: #cc429b;
		margin: 0;
		padding: 2px;
		margin-bottom: 5px;
	}
	#menu h2 {
		font-size: 1.1em;
		color: #FFFFFF;
		background-color: #cc429b;
		margin: 0;
		padding: 2px;
		margin-bottom: 5px;
	}
	
#posts {
	float: left;
	padding-left: 20px;
	padding-top: 428px;
	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: #bb4c94;
		text-decoration: underline;
	}
	#posts .content a:hover {
		text-decoration: none;
	}
	#posts .content h1 {
		font-size: 1.2em;
		font-weight: Bold;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	#posts .content h1 a {
		color: #bb4c94;
		text-decoration: none;
	}
	#posts .content h1 a:hover {
		color: #bb4c94;
		text-decoration: none;
	}	
	#posts .content IMG {
		float: left;
		border: 1px solid #000;
	}
	#posts .content IMG.oneven {
		float: right;
		border: 1px solid #000;
	}
	#posts .content .date {
		font-family: Arial, Verdana;
		font-size: 0.8em;
		line-height: 10pt;
	}
	#posts .content .metadata {
		font-family: Arial, Verdana;
		font-size: 0.8em;
		line-height: 10pt;
		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: 110px;
	width: 100%;
	height: 450px;
	overflow: hidden;
	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;
}