div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img {
	margin: 0px;
	padding: 0px;
}
	
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666;
	background-image: url(../_images/back_heading.gif);
	background-repeat: repeat-x;
	background-color: #ECE9E4;
}

a img {
	border: none;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #666;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #788995;
	font-weight: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #666;
}

#wrapper {
	margin: 0 auto 0;
	text-align: left;
	width: 960px;
	position: relative;
}

/* ---------- HEADER STYLES ------------*/

#header {
	width: 960px;
	margin: 0px;
	padding: 0px;
	height: 130px;
	background-image:url(../_images/sjomerke.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#logo {
	width: 214px;
	height: 130px;
	margin: 0 0 0 475px;
	float: left;
	position: absolute;
	border: none;
}

/* ---------- MAINCONTENT STYLES ------------*/

#maincontent {
	float: left;
	width: 643px;
	background-image:url(../_images/back_maincontent_end.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-bottom:10px;
}

#maincontent a:link, #maincontent a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none; 
}

#maincontent a:hover {
	color: #000;
	border-bottom: dashed 1px;
}


#maincontenttext {
	width: 614px;
}

#maincontenttext h1 {
	padding-bottom: 0.4em;
}

#maincontenttext h2 {
	padding-bottom: 0.2em;
}

#maincontenttext h3 {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	line-height: 1.4em;
}

#maincontenttext p {
	padding: 1em 0 1em 0;
	line-height: 1.4em;
}


#maincontent img {
	margin-top:30px;
	margin-bottom:13px;
	padding-top:8px;
	padding-bottom:8px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.padding,
#padding {
	padding-bottom: 20px;
}


#flash_02 {
	margin-top:30px;
	margin-bottom:14px;
	padding-top:8px;
	padding-bottom:8px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 614px;
}

#flash {
	margin-top:30px;
	margin-bottom:14px;
	padding-top:8px;
	padding-bottom:8px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 614px;
}

/* ---------- SIDEBAR STYLES ------------*/

#sidebar {
	float: right;
	width: 317px;
	background-image:url(../_images/back_sidebar_top.gif);
	background-repeat:no-repeat;
}

#sidebar ul {
	list-style: none;
	margin: 3px 0 2em 27px;
	padding: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#sidebar li{
	margin: 0;
	padding:0;
	border-top: 1px solid #fff;
}

#sidebar li a:link, #sidebar li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 2em;
	color: #666;
	text-decoration: none; 
	padding: 0 0.75em;
	display:block;
}

#sidebar li a:hover {
	color:#FFF;
	background: #788995;
}

#sidebar li a.current,#sidebar li a.current:hover,#sidebar li a.current:active {
	color: #FFF;
	background: #b3c3cd;
	cursor: default;
}


#sidebar li.last{
	border-bottom: 1px solid #fff;
}

#sidebarimage {
	margin-top:-25px;
	margin-left:20px;
	height:214px;
	width:214px;
	background-image:url(../_images/back_sidebarimage_index.gif);
}


/* ---------- FOOTER STYLES ------------*/

#footer {
	padding-top: 4px;
	clear: both;
	border-top: 1px solid #FFF;
} 

#footer p {
	margin: 0;
	padding: 6px 0;
	color: #666;
	font-size: 0.6em;
	text-align: left;
}

#footer a:link, #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none; 
	padding: 0;
}

#footer a:hover {
	color: #000;
	border-bottom: dashed 1px;
}

