HTML, BODY, H1, H2, H3, H4
{
	margin: 0;
	padding: 0;
}
H1 IMG
{
	display: block;
}
IMG
{
	border: 0;
}
A
{
	color: #464544;
}
A:hover
{
	color: #6666ff;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.more
{
	text-align: right;
}
.clear
{
	clear: both;
}
BODY
{
	background: url(images/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}
#outer
{
	background: url(images/page_bg_top.gif) repeat-x top left;
	padding-top: 20px;
}
/** layout **/
#wrapper
{
	text-align: left;
	margin: auto;
	width: 798px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
}
#body-bot
{
	background: url(images/fjell1.jpg) no-repeat bottom left;
}
#body-top
{
	background: url(images/fjell1_top.gif) no-repeat;
	min-height: 800px;
	height: 800px;
	padding-bottom: 0px;
}
/** logo **/
#logo
{
	width: 25em;
	text-align: center;
}
#logo H1
{
	color: #6F7033;
	font: 22px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0.8em;
}
#logo P
{
	color: #464544;
	font: 16px "Arial narrow", arial, sans-serif;
	margin: 0;
}
/** nav **/
#nav
{
	margin-top: 50px;
}
#nav LI
{
	list-style: none;
	float: left;
	background: url(images/arr.gif) no-repeat left center;
	padding-left: 15px;
	padding-right: 20px;
}
#nav A
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#nav A:hover
{
	color: #FFA405;
}
/** green box **/
#gbox
{
	width: 431px;
	margin-top: 12px;
	margin-left: 22px;
}
#gbox-bg
{
	background: url(images/green_bg.gif) repeat-y;
}
#gbox-fill
{
	background: url(images/green_fill.png) repeat bottom;
}
#gbox-light-fill
{
	background: url(images/lilla_bg.png) repeat bottom;
}
#gbox-grd-top
{
	background: url(images/green_grad_bot.png) top;
}
#gbox-grd
{
	background: url(images/green_grad_bot.png) repeat-x bottom;
}
#gbox-top
{
	background: url(images/green_top.gif) no-repeat;
	height: 24px;
}
#gbox-bot
{
	background: url(images/green_bot.gif) no-repeat bottom left;
	height: 23px;
}
#gbox-light-bot
{
	background: url(images/green_light_bot.gif) no-repeat bottom left;
	height: 23px;
}
#gbox-fill
{
	min-height: 40px;
	padding: 0px 24px;
}
#gbox-light-fill
{
	min-height: 40px;
	padding: 0px 24px;
}
#gbox-grd-top
{
	min-height: 215px;
	padding: 2px 24px;
}
#gbox-grd
{
	min-height: 215px;
	padding: 2px 24px;
}
#gbox-nogrd
{
	min-height: 215px;
	padding: 2px 24px;
}
#gbox H2
{
	font: bold 14px arial, sans-serif;
	color: #000;
	margin: 0;
}
#gbox P
{
	margin: 1em 0;
}
#features
{
	background: #EDF0C4;
	background: #d4da89;
	padding: 14px;
	margin: 0 -14px;
}
#features H1
{
	font: bold 16px arial, sans-serif;
	color: #000;
	margin: 0;
}
#features H2
{
	position: relative;
}
#features UL
{
	float: left;
	width: 49%;
	margin: 1em 0;
	padding: 0;
}
#features LI
{
	list-style: square;
	margin-left: 12px;
}
#features_emph LI
{
	list-style: square;
	margin-left: 12px;
}
#features_emph A
{
	color: #3333ff;
	font: bold 14px arial, sans-serif;
}
/** footer **/
#newsletter, #events
{
	float: left;
	width: 99%;
	margin-top: 1em;
}
#newsletter H2, #events H2
{
	color: #FFF;
}
#newsletter .text
{
	width: 125px;
}
#newsletter FORM
{
	margin: 0.3em 0 0.6em;
}
#newsletter P
{
	margin: 0.3em 0;
	font-size: 12px;
}
#newsletter A
{
	color: #000;
}
#events
{
	margin-left: 6%;
	width: 38%;
}
#events UL
{
	margin: 0.3em 0;
	padding: 0;
}
#events LI
{
	list-style: none;
	margin: 0;
	padding: 0;
}
/** grey box **/
#greybox
{
	background: url(images/grey_bg.gif) repeat-y;
	width: 326px;
	position: absolute;
	top: 292px;
	left: 457px;
}
#greybox-top
{
	background: url(images/grey_img.jpg) no-repeat;
	padding-left: 165px;
	padding-top: 18px;
}
#greybox-bot
{
	background: url(images/grey_bot.gif) no-repeat bottom left;
	padding-bottom: 4px;
}
#greybox H2
{
	font: bold 12px arial, sans-serif;
	color: #E4EE6A;
	line-height: 1.5;
}
#greybox A
{
	color: #FFF;
}
#copyright
{
	font-size: 9px;
	color: #FFF;
	margin-top: 60px;
}
