
body {
	/*background-image: url('fade.gif');
	background-repeat: repeat-x;*/
	text-align: center;
}

#container {
	width: 616px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	padding: 8px 8px 8px 8px;
	text-align: left;
}

#containerFooter {
	/*height: 56px;
	background-image: url('grad2.gif');
	background-repeat: repeat-x;*/
}

#mainFrame {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	padding-bottom: 22px;
	border-bottom: 2px solid black;
	
}

#content {
	padding-left: 12px;
	padding-bottom: 8px;
	padding-top: 12px;
	border-bottom: 2px solid black;
	max-height: 280px;
	overflow: auto;
	background-image: url('grad2.gif');
	background-repeat: repeat-x;	

}

#banner {
	border-top: 1px solid black;
	height: 200px;
	background-image: url('blomma1.jpg');
	background-repeat: no-repeat;	
}

#content h1 {
	font-family: lucida grande, arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

#content h2 {
	font-family: lucida grande, arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0055bb;
}

#content li a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-family: arial, sans-serif;
}

#content li {
	font-size: 11px;
	text-decoration: none;
	color: black;
	font-family: arial, sans-serif;
}

.newsDate {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height: 1.5;
}

#content p {
	font-family: lucida grande, arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

#nav {
	padding-left: 12px;
	padding-top: 32px;
}

.navSection {
	width: auto;
	padding-right: 20px;
	vertical-align: top;
}

.navSectionHeader {
	font-family: lucida grande, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0055bb;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px dotted black;
}

.navSectionItem {
	font-size: 12px;
	font-family: lucida grande, arial, sans-serif;
	margin-bottom: 4px;
}

.navSectionItem a {
	font-size: 12px;
	text-decoration: none;
	color: black;
	font-family: lucida grande, arial, sans-serif;
}