@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif sans-serif;
	font-size: 12px;
	background: #fff;
	
	color:#f1368a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

img	{
		border:none;}
		
#container	{	margin: 0 auto;
				width:950px;
				height:747px;
				background-image:url(bgcontainer.gif);
				background-repeat:no-repeat;			
	}
	
#top {
	background-image:url(top.jpg);
	background-repeat:no-repeat;
	widht: 950px;
	height:208px;
	}
		
#meny	{
	width:950px;
	height:36px;
	color:#f1368a;
	letter-spacing:1px;
	
	
	
	
}

#main	{
	width:900px;
	height:450px;	
	overflow:auto;
	color:#333333;
	padding-left: 25px;
	padding-right:25px;
	
		}

#footer	{
		margin: 0 auto;
		width: 950px;
		height:25px;
		color:#f1368a;
		text-align:center;
		font-size:10px;
		letter-spacing:1px;
		}
		
a:link	{
		color:#f1368a;
		text-decoration:none;
		padding-right:10px;
		padding-left:10px;}
		
a:visited	{
		color:#f1368a;
		text-decoration:none;
		padding-right:10px;
		padding-left:10px;}
		
a:hover	{
		color:#f1368a;
		text-decoration: underline;
		padding-right:10px;
		padding-left:10px;}
