	body, div{
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: Tahoma, Verdana, Arial;
		color: #191919;
	}
	body{
		width: 100%;
		background: #000000 url('images/bg.gif') 0 0 repeat-x;
	}
	h1, h2, h3{
		margin: 0;
		padding: 0;
		font-weight: normal;
	}
	img{
		border: 0;
	}
	a{
		color: #e2001a;
		text-decoration: underline;
	}
	a:hover{
		color: #ce0018;
	}
	div#wrapper{
		text-align: center;
	}
	div#container{
		width: 1000px;
		text-align: left;
	}
		#container div{
			float: left;
			display: inline;
		}
	div#header{
		width: 1000px;
		height: 140px;
		background: url('images/headerBg.gif') 0 0 no-repeat;
		margin: 0 0 20px 0;
	}
		div#logo{
			width: 240px;
			height: 95px;
			margin: 20px 0 0 30px;
		}
	
	/* MAIN - LEFT AREA */
	
	div#main{
		width: 810px;
	}
	
		/* BIG ARTICLES */
		div#bigArticles{
			width: 800px;
			margin: 0 0 10px 0;
		}
			#bigArticles div.header{
				width: 800px;
				height: 10px;
				background: url('images/article-big-header.gif') 0 0 no-repeat;
				font-size: 1px;
			}
			#bigArticles div.footer_par, #bigArticles div.footer_impar{
				width: 800px;
				height: 10px;
				font-size: 1px;
			}
			#bigArticles div.footer_par{ background: url('images/article-big-par-footer.gif') 0 0 no-repeat; }
			#bigArticles div.footer_impar{ background: url('images/article-big-impar-footer.gif') 0 0 no-repeat; }
			#bigArticles div.separator{
				width: 800px;
				height: 1px;
				font-size: 1px;
				background: #d9d9d9;
			}
			#bigArticles div.par, #bigArticles div.impar, #bigArticles div.single{
				width: 800px;
				line-height: 19px;
			}
			#bigArticles .single div.send{
				margin: 10px 0 0 0;
			}
			#bigArticles .single .send div.label{
				font-size: 11px;
				margin: 0 5px 0 0;
			}
			#bigArticles .single .send img{
				font-size: 11px;
				margin: 1px 0 0 0;
			}
			#bigArticles div.content{
				width: 780px;
				margin: 10px 10px 10px 10px;
			}
				#bigArticles .content div.links{
					width: 780px;
					font-size: 11px;
					color: #e2001a;
					float: none;
					display: inline;
				}
				#bigArticles .content .links a{
					color: #e2001a;
					text-decoration: none;
				}
				#bigArticles .content .links a:hover{
					text-decoration: underline;
				}
			#bigArticles .first div.content{ margin: 0 10px 10px 10px; }
			#bigArticles .last div.content{ margin: 10px 10px 0 10px; }
			#bigArticles div.par{ background: url('images/article-big-par-bg.gif') 0 0 repeat-y; }
			#bigArticles div.impar, #bigArticles div.single{ background: url('images/article-big-impar-bg.gif') 0 0 repeat-y; }
				#bigArticles div.impar{
					width: 800px;
				}
				#bigArticles .single div.singleContent{ 
					width: 780px;
				}
				#bigArticles .par img{
					float: right;
					margin: 0 0 10px 10px;
				}
				#bigArticles .impar img{
					float: left;
					margin: 0 10px 10px 0;
				}
				#bigArticles .last img{ margin-bottom: 0;}
				
				#bigArticles h1{
					margin: 0 0 10px 0;
					color: #d52026;
					font-size: 24px;
				}
				#bigArticles h1 a{
					color: #d52026;
					text-decoration: none;
				}
				#bigArticles h1 a:hover{
					color: #c61e23;
					text-decoration: underline;
				}
		/* SMALL ARTICLES */
		div#smallArticles{
			width: 810px;
		}
			#smallArticles div.small_0{
				width: 395px;
				height: 230px;
				background: url('images/article-small-impar-bg.gif') 0 0 repeat-y;
				margin: 0 10px 10px 0;
			}
				#smallArticles .small_0 div.header{
					width: 395px;
					height: 10px;
					font-size: 1px;
					background: url('images/article-small-impar-header.gif') 0 0 no-repeat;
				}
				#smallArticles .small_0 div.footer{
					width: 395px;
					height: 10px;
					font-size: 1px;
					background: url('images/article-small-impar-footer.gif') 0 0 no-repeat;
				}
			#smallArticles div.small_1{
				width: 395px;
				height: 230px;
				background: url('images/article-small-par-bg.gif') 0 0 repeat-y;
				margin: 0 10px 10px 0;
			}
				#smallArticles .small_1 div.header{
					width: 395px;
					height: 10px;
					font-size: 1px;
					background: url('images/article-small-par-header.gif') 0 0 no-repeat;
				}
				#smallArticles .small_1 div.footer{
					width: 395px;
					height: 10px;
					font-size: 1px;
					background: url('images/article-small-par-footer.gif') 0 0 no-repeat;
				}
				#smallArticles .small_1 div.content{
					width: 375px;
					height: 210px;
					margin: 0 10px 0 10px;
				}
			#smallArticles h1{
				font-weight: bold;
				font-size: 12px;
				color: #d52026;
				margin: 0 0 10px 0;
			}
			#smallArticles div.content{
				width: 375px;
				height: 210px;
				margin: 0 10px 0 10px;
				font-size: 11px;
				line-height: 16px;
			}
			#smallArticles img{
				float: left;
				margin: 0 10px 10px 0;
			}
				#smallArticles .content div.links{
					font-size: 11px;
					color: #e2001a;
					float: none;
					display: block;
				}
				#smallArticles .content .links a{
					color: #e2001a;
					text-decoration: none;
				}
				#smallArticles .content .links a:hover{
					text-decoration: underline;
				}
			
		/* TINY ARTICLES */
		div#tinyArticles{
			width: 810px;
		}
			#tinyArticles h2{
				color: #e2001a;
				font-size: 16px;
				font-weight: bold;
				margin: 0 0 10px 0;
			}
			#tinyArticles div.tiny{
				width: 260px;
				height: 180px;
				margin: 0 10px 10px 0;
			}
				#tinyArticles .tiny div.header{
					width: 260px;
					height: 10px;
					font-size: 1px;
					background: url('images/article-tiny-header.gif') 0 0 no-repeat;
				}
				#tinyArticles .tiny div.container{
					width: 260px;
					background: url('images/article-tiny-bg.gif') 0 0 repeat-y;
				}
				#tinyArticles .tiny div.content{
					width: 240px;
					height: 160px;
					margin: 0 10px 0 10px;
					font-size: 11px;
				}
				#tinyArticles .tiny div.footer{
					width: 260px;
					height: 10px;
					font-size: 1px;
					background: url('images/article-tiny-footer.gif') 0 0 no-repeat;
				}
				#tinyArticles h3{
					font-size: 12px;
					font-weight: bold;
					color: #d52026;
					margin: 0 0 8px 0;
				}
				#tinyArticles img{
					float: left;
					margin: 0 5px 0 0;
				}
			

	/* SIDEBAR */
	div#sidebar{
		width: 190px;
	}
		
		/* SEARCH BOX */
		div#searchBox{
			width: 170px;
			height: 25px;
			margin: 10px 0 10px 0;
			background: url('images/searchBg.gif') 0 0 no-repeat;
		}
			#searchBox div.textBoxContainer{
				width: 130px;
				height: 25px;
				margin: 0 10px 0 5px;
			}
			#searchBox input.textBox{
				border: 0;
				font-size: 11px;
				background: url('images/submit_transp.gif') 0 0;
				margin: 7px 0 0 0;
				padding: 0;
				width: 130px;
			}
			#searchBox div.submitContainer{
				margin: 0;
			}
			#searchBox input.submitBtn{
				width: 25px;
				height: 25px;
			}
		/* NEWSLETTER BOX */
		div#newsletterBox{
			width: 170px;
			height: 25px;
			margin: 10px 0 10px 0;
			background: url('images/newsletterBg.gif') 0 0 no-repeat;
		}
			#newsletterBox div.textBoxContainer{
				width: 130px;
				height: 25px;
				margin: 0 10px 0 5px;
			}
			#newsletterBox input.textBox{
				border: 0;
				font-size: 11px;
				background: url('images/submit_transp.gif') 0 0;
				margin: 7px 0 0 0;
				padding: 0;
				width: 130px;
			}
			#newsletterBox div.submitContainer{
				margin: 0;
			}
			#newsletterBox input.submitBtn{
				width: 25px;
				height: 25px;
			}
		
		#sidebar div.box{
			width: 190px;
			margin: 0 0 10px 0;
		}
			#sidebar .box div.header{
				width: 190px;
				height: 36px;
				background: url('images/sidebar-box-header.gif') 0 0 no-repeat;
			}
				#sidebar .box .header h1{
					font-size: 12px;
					font-weight: bold;
					color: #ffffff;
					margin: 12px 0 0 10px;
				}
			#sidebar .box div.container{
				width: 190px;
				background: url('images/sidebar-box-bg.gif') 0 0 repeat-y;
			}
				#sidebar .box .container .content{	
					width: 170px;
					margin: 10px 10px 0 10px;
					font-size: 11px;
				}
			#sidebar div.footer{
				width: 190px;
				height: 10px;
				font-size: 1px;
				background: url('images/sidebar-box-footer.gif') 0 0 no-repeat;
			}
			#sidebar div.list{
				width: 170px;
				font-size: 11px;
			}
				#sidebar .list a{
					width: 170px;
					color: #3b3b3b;
					text-decoration: none;
					font-weight: bold;
					display: block;
					margin: 0 0 3px 0;
				}
				#sidebar ul a:hover{
					color: #e2001a;
					text-decoration: underline;
				}
		#sidebar div.banner{
			width: 190px;
		}
	div#footer{
		width: 100%;
		background: #0d0d0d;
		float: left;
		display: inline;
		border: #1a1a1a solid;
		border-width: 2px 0 0 0;
		margin: 20px 0 0 0;
	}
	div#footerContent{
		width: 1000px;
		position: relative;
		left: 50%;
		margin: 10px 0 10px -500px;
		text-align: left;
		float: left;
		display: inline;
	}
	#footer div{
		float: left;
		display: inline;
	}
	#footerContent div.box{
		width: 260px;
		margin: 0 10px 20px 0;
		height: 270px;
		float: left;
		display: inline;
	}
		#footerContent .box div.header{
			width: 260px;
			height: 36px;
			color: #e9e9e9;
			background: url('images/footer-box-header.gif') 0 0 no-repeat;
		}
			#footerContent .box .header h1{
				color: #e9e9e9;
				font-size: 12px;
				font-weight: bold;
				margin: 12px 0 0 10px;
			}
		#footerContent .box div.container{
			width: 260px;
			background: url('images/footer-box-bg.gif') 0 0 repeat-y;
		}
		#footerContent .box div.content{
			width: 240px;
			height: 224px;
			margin: 0 10px 0 10px;
			font-size: 11px;
		}
		#footerContent .box div.footer{
			width: 260px;
			height: 10px;
			background: url('images/footer-box-footer.gif') 0 0 no-repeat;
			font-size: 1px;
		}
		#footerContent .box div.list{
			width: 260px;
			margin: 10px 0 5px 0;
		}
			#footerContent .box .list a{
				color: #5d5d5d;
				text-decoration: none;
				width: 260px;
				margin: 0 0 5px 0;
				float: left;
				display: inline;
			}
			#footerContent .box .list a:hover{
				color: #d52026;
				text-decoration: underline;
			}
		#footerContent div.small{
			width: 190px;
			height: 270px;
		}
			#footerContent .small div.header{
				width: 190px;
				height: 10px;
				font-size: 1px;
				background: url('images/footer-small-header.gif') 0 0 no-repeat;
			}
			#footerContent .small div.container{
				width: 190px;
				height: 250px;
				background: url('images/footer-small-bg.gif') 0 0 repeat-y;
			}
				#footerContent .small .container div.content{
					margin: 0 10px 0 10px;
					font-size: 11px;
					color: #676767;
				}
			#footerContent .small div.footer{
				width: 190px;
				height: 10px;
				font-size: 1px;
				background: url('images/footer-small-footer.gif') 0 0 no-repeat;
			}
	div#footerMenu{
		width: 902px;
		color: #474747;
		font-size: 11px;
	}
		#footerMenu a{
			color: #474747;
			text-decoration: none;
		}
		#footerMenu a:hover{
			color: #d52026;
			text-decoration: underline;
		}
	div#trafic{
		width: 88px;
		margin: 0 10px 0 0;
	}

	/* COMMENTS */
	
	div#addComment{
		width: 800px;
		margin: 10px 0 0 0;
	}
		#addComment div.header{
			width: 800px;
			height: 10px;
			font-size: 1px;
			background: url('images/article-big-header.gif') 0 0 no-repeat;
		}
		#addComment div.footer{
			width: 800px;
			height: 10px;
			font-size: 1px;
			background: url('images/article-big-impar-footer.gif') 0 0 no-repeat;
		}
		#addComment div.container{
			width: 800px;
			background: url('images/article-big-impar-bg.gif') 0 0 repeat-y;
		}
		#addComment div.content{
			width: 780px;
			margin: 0 10px 0 10px;
		}
		#addComment h3{
			color: #e2001a;
			font-size: 12px;
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		#addComment div.label{
			width: 100px;
			margin: 3px 0 0 0;
		}
		#addComment div.input{
			width: 680px;
			margin: 0 0 5px 0;
		}
		#addComment .input input{
			width: 260px;
			padding: 1px;
		}
		#addComment .input textarea{
			font-family: Tahoma, Verdana, Arial;
			font-size: 12px;
			width: 320px;
			height: 180px;
			padding: 1px;
		}
		#addComment div.submit{
			margin: 0 0 0 100px;
		}
			#addComment .submit input{
				font-weight: bold;
			}
	
	/* COMMENTS */
	div#comments{
		width: 800px;
		margin: 10px 0 0 0;
	}
	#comments h2 a{
		text-decoration: none;
	}
	#comments div.header{
		margin: 10px 0 0 0;
		width: 800px;
		height: 10px;
		font-size: 1px;
		background: url('images/article-big-header.gif') 0 0 no-repeat;
	}
	#comments div.footer{
		width: 800px;
		height: 10px;
		font-size: 1px;
		background: url('images/article-big-impar-footer.gif') 0 0 no-repeat;
	}
	#comments div.container{
		width: 800px;
		background: url('images/article-big-impar-bg.gif') 0 0 repeat-y;
	}
	#comments div.comment{
		width: 780px;
		margin: 0 10px 0 10px;
	}
	#comments h3{
		color: #e2001a;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	#comments div.separator{
		width: 800px;
		height: 1px;
		font-size: 1px;
		background: #d9d9d9;
		margin: 10px 0 10px 0;
	}
	#comments span.small{
		font-size: 10px;
	}
	div#sendFriend{
		position: absolute;
		z-index: 1;
		margin: 0 0 0 5px;
		text-align: center;
		width: 200px;
		height: 100px;
		background: #efefef;
		border: #b2b2b2 2px solid;
		font-size: 11px;
		display: none;
	}
		#sendFriend a{
			text-decoration: none;
			color: #000000;
			font-size: 11px;
			font-weight: bold;
		}
		#sendFriend div.titlebar{
			width: 97%;
			text-align: right;
		}
		#sendFriend div.label{
			width: 80px;
			margin: 0 0 0 10px;
		}
		#sendFriend input.submit{
			font-size: 11px;
			font-weight: bold;
			margin: 5px 0 0 0;
		}
	
/* FLASH HEADER */
div#flashContainer{
	margin: 0 0 10px 0;
}
	
/* FLOATING BANNER */
div#floatingBannerDiv{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 1538;
	display: block;
	width: 100%;
	height: 100%;
	float: none;
}
/* RATING */
#main .single div.ratingDisplay{ 
	width: 780px;
	margin: 10px 0 0 0;
	float: left;
	display: inline;
}
	#main .ratingDisplay .ratingblock p{
		padding: 0;
		margin: 5px 0 0 0;
		font-size: 11px;
	}
	#main .single .ratingDisplay h3{
		font-size: 11px;
		color: #e2001a;
		font-weight: bold;
	}
/* SEARCH */
#main .single div.searchResult{
	width: 780px;
	margin: 0 0 10px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #d9d9d9;
	font-size: 11px;
}
	#main .single .searchResult h1{
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 3px 0;
	}
/* CONTACT */
table#tableContact{
	width: 100%;
}
	#tableContact tr td{
		font-size: 12px;
	}
	#tableContact tr td input{
		font-family: Tahoma, Verdana, Arial;
		font-size: 12px;
		padding: 1px;
		width: 200px;
	}
	#tableContact textarea{
		width: 230px;
		height: 160px;
		font-family: Tahoma, Verdana, Arial;
		font-size: 12px;
	}
	#tableContact tr td input.submit{
		font-weight: bold;
		font-size: 12px;
		font-family: Tahoma, Verdana, Arial;
		width: 100px;
	}
