@charset "utf-8";
/* CSS Document */
body
{
	font-family:"Century Gothic", Verdana, sans-serif;
	font-size:12px;
	background-image:url(img/bg1.jpg);
	background-position:top;}
	
	
#hela
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;}
	
#meny
{
	font-family:"Century Gothic", Verdana, sans-serif;
	background-image:url(img/meny.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding-top:3px;
	padding-left:30px;}
	
#meny a
{
	color:#333;
	text-decoration:none;
	font-size:14px;
	padding-left:12px;
	padding-right:12px;
	}
#meny a:hover
{
	color:#6a8b56;}
	
#text
{
	padding-left:30px;
	width:620px;
	float:left;
	}
	
#text a
{color:#6a8b56;
	}
	
#right
{
	float:left;
	width:330px;}
	
#footer_left
{
	width:300px;
	float:left;
	font-size:11px;
	padding-left:30px;
	}
	
#footer_right
{
	width:600px;
	float:right;
	text-align:right;
	font-size:11px;
	padding-right:30px;}
	
#footer_right a
{color:#6a8b56;}

