/* Main column layout and styles */
#mainColumn {
	position: absolute;
	left: 210px;
	top: 0px;
	bottom: 10px;
	width: 576px;

	text-align: justify;
      text-justify: newspaper;
	position: relative;
/*	margin: 0px 6px 6px 200px;
	left: 6px;
	right: 6px;
	bottom: 0px;
	top: 150px;
	width: 592px; */
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background: #FFFFFF url(http://www.caudata.org/images/green_column_background_2.gif) repeat-x;
/*	background: #FFFFFF;*/
}
html>body #mainColumn {
/*	margin: 0px 6px 6px 150px; */}

#mainColumn a, a:hover, a:visited, a:active {
	font-weight: bold;
}
	
#largeMainColumn {
	text-align: justify;
        text-justify: newspaper;
	left: 6px;
	right: 6px;
	bottom: 0px;
	top: 0px;
/*	margin: 0px 6px 6px 6px;*/
	width: 736px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background: #ffffff;}
html>body #largeMainColumn {
	margin: 0px 6px 6x 6px;}	

.mainColumnGreen {
	text-align: justify;
      text-justify: newspaper;
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background: #cce3d7;
	font-size: 11px;
	font-weight: bold;}

.mainColumnLatestReviews {
	border-bottom: 1px #bbbbbb solid;
	background: #eeeeee;
	text-align: center;
	font-size: 11px;}

.mainColumnContent {
/*	background: #005000;*/
	padding: 10px;}
.mainColumnContentH1Normal {
	color: #333333;}

.mainColumnLinksContent {
	background: #005000;
	padding: 10px;}
.mainColumnContentH1Normal {
	color: #333333;}

.mainColumnArticle {
/*	background: #005000;*/
	border-bottom: 1px #aaaaaa dotted;
	padding: 5px 0px 5px 0px;}
.mainColumnArticleImage {
	text-align: center;}
		
.mainColumnLinksArticle {
	background: #005000;
/*	border-bottom: 1px #aaaaaa dotted; */
	padding: 5px 0px 5px 0px;}
.mainColumnArticleImage {
	text-align: center;}

#copyright {
	padding: 10px;
	background: #eeeeee;
	border-top: 1px #bbbbbb solid;
	border-bottom: 1px #bbbbbb solid;
	font-size: 11px;
	text-align: center;}

#copyright a {
	font-size: 11px;
}	