body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	background-image:url(/images/bg.png);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	
	font-size:12px;
	background-color:#c5e4cc;
}

#container {
	width:937px;
	margin: 0 auto;
	text-align: left; 
} 

#banner {
	float: left;
	height: 249px;
	width: 937px;
}
#middle {
	float: left;
	height: auto;
	width: 937px;
	background-image:url(/images/extend.png);
	background-repeat:repeat-y;
}#left_colum {
	float: left;
	height: 453px;
	width: 229px;
	background-image:url(/images/menu.png);
	background-repeat:no-repeat;
       
}
#menu {
	float: left;
	height: 225px;
	width: 172px;
	margin-top: 38px;
	margin-left: 45px;
}
#counter {
	float: left;
	height: auto;
	width: 172px;
	margin-left: 45px;
	margin-top: 20px;
	text-align: center;
}
#copenhagen {
	float: left;
	height: auto;
	width: 172px;
	margin-left: 45px;
	margin-top: 5px;
	text-align: center;
}
#right_colum {
	float: left;
	height: auto;
	width: 633px;
	background-image:url(/images/content.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 65px;
	padding-bottom: 20px;
}
#footer {
	clear: both;
	height: 61px;
	width: 632px;
	background-image:url(/images/footer.png);
	background-repeat:no-repeat;
	padding-left: 240px;
	padding-right: 65px;
	font-size: 10px;
	color:#333;	
}
a:link {
	color: #50296B;
	text-decoration:underline;
}
a:visited {
	color: #50296B;
	text-decoration:none;
}
a:hover {
color:#333;
	text-decoration:underline;
}
a:active {
color:#50296B;
	text-decoration:underline;
}
.small_font{font-size:10px !important;}
.rss_title{
	text-decoration:underline;
	color:#1A6996;
}
.rss_time{
	font-size:8pt;
	color:#666666;
}
a:link{color:#1A6996;}
.frontpagenew p{
 margin:0;
}