a:link, a:visited {
	color: #708090;

}
a:hover, a:active {
	color: #cc0000;
}


#main {
	position: absolute;
	/* width: 512px; */
	left: 19%;
	padding: 20px;
}
#header {
	padding: 0px 6px 2px 6px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	line-height: 15px;
	color: #666666; 
}
#header div {
	border: 1px solid black;
}
#header h1 {
	float: left;
	font-size: 9px;	
	line-height: 15px;
	padding: 2px;
}
#header p {
	padding: 2px;
}
#header #header_metas {
	text-align: right;
}

#teaser {
	border: 14px double #708090;
	text-align: center;
	/* border: 6px solid #708090; */
	-moz-border-radius: 14px;
	float: left;
}
#content {
	margin-left: 5px;
}
#content div.col {
		border: 6px double #cc0000;
			border: 6px solid #cc0000;	
	-moz-border-radius: 14px;
		margin: 10px 0px 10px 0px;
		padding: 0px 5px 0px 5px;
		min-height: 150px;
		background-color: #FFE1FF;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
		color: #708090;
}
#content h2 div.big {
	margin-left: 160px;
	font-size: 55px;
	font-style: italic;
}
#content #news2 h2 {
	text-align: right;
	margin-left: 20px;
}
#content #news2 h2 div.big {
	text-align: left;
	margin-left: 0px;
}
#content #news3 h2 div.big {
	text-align: left;
	margin-left: 80px;
}
#content p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

#content div.col1 {
	background-color: #FFFFB0;
}
#content div.col1 h2  {
	color: orange;
	color: fuchsia;
}
#content div.col3_1 {
	float: left;
	width: 28%;
}
#content div.col3_3 {
	width: 28%;
	float:right;
}
#content div.col3_2 {
	width: 28%;
	margin: 10px 0 0 33%;
}
.clear {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}

