/* —[ THE bn RESET ]— */
html, body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial";
	color: #252525;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-color: #fafbf5;
}
* {
	font-size: 1em;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
h1 {
	font-size: 16px;
	padding-bottom: 25px;
	padding-top: 15px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 15px;
}
h3 {
		font-size: 14px;
		padding-top: 15px;
		color: #FFFFFF;
		font-weight: bold;
		padding-left: 15px;
}
h4 {
	padding-left: 20px;
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 12px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
img {
	border: none;
}
ul, ol, li {
	list-style: none;
}
:focus {
	outline: none;
}
table, td, form, fieldset {
	border: none;
	border-collapse:
 collapse;
	border-spacing: 0;
}
/* —[ REUSABLE CLASSES ]— */
.hide {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.current {
	cursor: default;
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	border: none;
}
.clear-left {
	clear: left;
	height: 0;
	line-height: 0;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.photo {
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.photo-left {
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.photo-right {
	float: right;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-left: 10px;
}
.linje {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-small {
		font-size: 10px;
		color: #BDC96D;
}

.green_bg {
	background-color: #5C7241;
	font-weight: bold;
	color: #FFFFFF;
}
.grey_bg {
	background-color: #EEE;
}
a:link {
	color: #5C7241;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5C7241;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #5C7241;
}
#wrapper {
	width: 950px;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
}
#header {
	height: 199px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#header .flash {
	height: 100px;
	width: 250px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 32px;
}
#menu {
	height: 42px;
}
#mainContent {
	float: left;
	width: 600px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 30px;
	display: inline;
}
#mainContent li {
	margin-left: 25px;
	list-style-type: disc;
}
#mainContent table {
	width: 600px;
}
#mainContent td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#sidebar {
		float: right;
		width: 255px;
		margin-top: 50px;
		margin-right: 25px;
		background-image: url(../images/sidebar.png);
		background-repeat: repeat;
		font-size: 11px;
		margin-bottom: 30px;
		display: inline;
		padding: 0px;
}
#sidebar li {
	margin-left: 40px;
	list-style-type: disc;
}
#sidebar p {
		margin-top: 25px;
		padding-right: 15px;
		padding-left: 15px;
}
#sidebar .last {
		background-image: url(../images/sidebar_last.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		height: 60px;
		margin: 0px;
		padding: 0px;
}
#footer {
	height: 100px;
	margin-top: 20px;
	background-color: #F1F4E3;
	text-align: right;
	padding-top: 40px;
	font-size: 11px;
	color: #111111;
	padding-right: 25px;
}
