/* CSS Document */



#box

{

	margin: 0 auto;

	width: 916px;

}



#header

{

	height: 186px;

	width: 916px;

	background-image: url(pictures/header.png);

	background-repeat: no-repeat;

}



#meny

{

	height: 438px;

	width: 208px;

	float: left;

	background-image: url(pictures/meny.png);

	background-repeat: no-repeat;	

}

	.meny

	{

		margin-left: 20px;

		margin-top: 10px;

		float: left;

		border: 0px;

	}



#content

{

	height: 438px;

	width: 707px;

	float: left;

	background-image: url(pictures/content.png);

	background-position: bottom;

	background-repeat: no-repeat;

}



	.content

	{

		margin-left: 15px;

		margin-top: 10px;

		height: 410px;

		width: 670px;

		

		font-family: "Comic Sans MS";

		font-size: 14px;

		color: #333333;

	}

	
.copy, .copy a:link, .copy a:visited
{
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
	

.both

{

	clear: both;

}
