html {overflow: auto}
html, body {background-color: #f5f5f0;text-align:center;margin:0; height: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt;}
#bg
{
	width: 100%;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background-color: #fff;
}

#container
{
	margin:auto;
	width: 765px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background-color:#fff;
	text-align: left;
}
#header
{
	height: 128px;
	background-color:#fff;
	margin: 0;
	padding: 0;
	text-align: left;
	clear: both;
}

#logo
{
	
	float:left;
	margin-top: 43px;
	margin-left: 40px;
	display: inline;
}

#address
{
	float:right;
	margin-top: 49px;
	margin-right: 40px;
	display: inline;
}

#menu
{
	display: none;
}

#search
{
	display: none;
}
#footer
{
	display: none; 
}

#textfooter
{
	margin:auto;
	font-family: Tahome, Verdana, Arial;
	font-size: 10px;
	text-align: left;
	width: 715px;
	clear: both;
	color: #7a7a7a;
	padding-top: 30;
	padding-bottom: 20;
}

#textfooter a
{
	color: #7a7a7a;
}

/* Frontpage columns */

#news
{
	padding-bottom: 30px;
	min-height: 572px;
	height: auto;
	height: 572px;
	width: 100%;
	border-width: 0px 0px 0px 0px; 
	border-color: #ddd;
	border-style: solid;
	float: left;
	clear:none;
}

#bigimage
{
	display: none;
}

#smallimages
{
	display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	


