body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #f9eec7;
	margin: 0px;
	padding: 0px;
}

/* länkfärgerna */
a
{
	color: #9b541f;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #9b541f;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #9b541f;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

/* hela sidan */
#container
{
	width: 717px;
	height: 599px;
	margin: auto;
	background-image: url(bak.jpg);
	background-repeat: no-repeat;
}


#meny
{
	width: 600px;
	height: 100px;
	text-align: right;
	margin: auto;
	padding-top: 80px;
}

#center
{
	width: 600px;
	height: 370px;
	margin: auto;
}

#footer
{
	width: 600px;
	height: 25px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #9b541f;
}

h1
{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #9b541f;
}

/* till vänster */
#left
{
	float: left;
	width: 300px;
	height: 370px;
	margin-left: 20px;
}

/* till höger */
#indexright
{
	float: right;
	width: 200px;
	height: 370px;
}

#right
{
	float: right;
	width: 200px;
	height: 370px;
	padding-right: 80px;
}

