body
{
	margin:0px;
	padding: 0px;
	background-color:#abbc68;
}
#bg
{
	background-color:#ffffff;
	margin: 10px;
	width: 900px;

}

#content
{
	position:relative;
	font-family: verdana;
	font-size: 9pt;
	line-height: 14pt;
	margin: 10px;
	margin-top: 10px;
}

#left-box
{
	float:left;
	width: 347px;
	border:0px solid;
	text-align:center;
}

#right-box
{
	border:0px solid;
	float:right;
	width: 525px;

}

#meny
{
	border-top: 0px solid;
	border-bottom: 0px dashed;
	text-align: center;
	width: 525px;
	word-spacing: 40px;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 60px;
	font-family: sans-serif;

}

#meny a
{
	color: #000000;
	word-spacing: 0px;
	text-decoration: none;
}

#meny a:hover
{
	color:#cc0000;
	text-decoration: none;
}

#text
{
	margin:10px;
	margin-top:30px;
}

#footer
{
	margin:10px;
	margin-top:-10px;
	width:900px;
	text-align:center;
	font-size: 9pt;
}

#footer a
{
	color:#000000;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration: underline;
}


