
body {
	font-family: Tahoma, Geneva, sans-serif;
}

#bodyg {
	width:800px;
	height:500px;
	margin: 0 auto;
	
}
#logo {
	left:0px;
	top:0px;
	width:800px;
	height:155px;
	background:url(2d.jpg) no-repeat;
	font-size: 24px;
	color: #0099FF;
	padding: 50px 0 0 245px;
}
.meny {
	width:800px;
	height:30px;
}
.meny a {
	font-size: 18px;
	color: #9C0;
	text-align: center;
	margin: 0 40px 0 50px;
}
.meny a:hover {
	color: #9CC;
	text-decoration: none;
}
#content {
	width:550px;
	margin: 0 0 50px 0;
	float:left;
}

#content h2 {
font-size:16pt;
padding: 0 50px 0 0;
color:#FF6666;
}

#content h2 a {
font-size:16pt;
padding: 0 50px 0 0;
color: #9C0;
}

#content p {
font-size:10pt;
padding: 0 50px 0 50px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 14pt;
}

#bar {
	width:250px;
	margin: 20px 0 0 0;
	float:right;	
}

#bar b a {
font-size:10pt;
padding: 0;
color: #9C0;
line-height: 14pt;
}
#bar b a:hover {
	color: #9CC;
	text-decoration: none;
}

#bar p {
font-size:10pt;
padding: 0 0 0 50px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height: 14pt;
color:#9999FF;
}
#footer {
	width:800px;
	margin: 40px auto;
	font-size: 8pt;
	color: #9C0;
	text-align: center;
	clear:both;
}

