body {
	font-family : Arial, Helvetica, sans-serif;
	background-color: #363030;
	width: 98%;
}
h1 {
	font-size: 16px;
	color: #E3E0D9;
}
h2 {
	font-size: 12px;
	color: #E3E0D9;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
p {
	font-size: 12px;
	color: #E3E0D9;
}
li {
	color: #ccc;
	list-style: circle;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.contentbox {
	height: 400px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
}
.contentimage {
	float: right;
	width: 300px;
	border: 1px solid #E3E0D9;
}
.contentboxbgr {
	height: 380px;
	background: url(../images/cecilie_bg.jpg) no-repeat 150px;
}
.border {
	border: 1px solid #E3E0D9;
	margin-right: 10px;
}
.bold {
	font-weight: bold;
}
.contentboxbgr2 {
	height: 410px;
	background: url(../images/index_bg.jpg) no-repeat 70px;
}

