#container {
	width: 740px;
	margin:0 auto 0 auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background-color: #FFFFFF;
}

#left {
	 width: 190px;
	 float: left;
}

#content {
	width: 530px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

#content .titleNews {
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	border-bottom: 1px solid #009900;
}

#content .intro {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

#content .titleOpinion {
	font-size: 16px;
	color: #009900;
	text-align:right;
	margin-bottom: 5px;
	font-weight: bold;
}

#content .opinion {
	border: 1px solid #009900;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	list-style-position: inside;
	padding-left: 5px;
	line-height: 20px;
}

#content a:link, a:visited {
	text-decoration: none;
	color: black;
}

#content a:hover, a:active {text-decoration: underline}

#content .opinion .date {color: #666666}

#content li {line-height: 20px}

#content h2 {
	font-size: 14px;
	font-weight: normal;
}

#content .back {
	font-size: 13px;
	text-align: right;
	padding-top: 22px;
	font-weight: bold;
}

#content .back a:link, .back a:visited {
	color: #009900;
	text-decoration: none;
}

#content .back a:hover, .back a:active {text-decoration: underline}

#bottom {
	float: left;
	text-align: center;
	width: 740px;
	padding-top: 0;
	margin-top: 0;
}

#bottom .contact {
	background-color: #66CC33;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}

#bottom .contact a:link, .contact a:visited
{
	text-decoration: none;
	color: white;
}

#bottom .contact a:hover, .contact a:active
{	
	text-decoration: underline;
}

#bottom .counter {
	font-size: 10px;
	color: #666666;
}