body{
	top:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#486688;
	font-family:  Arial, Helvetica, sans-serif;
	color:#000;
}

a			{text-decoration:none; color:#000;}
a:hover		{color:#09F;}
a:visited	{text-decoration:none; color:#000;}


#slideshow{
	position: absolute;
	width: 1000px;
}

#menu{
	position: absolute;
	height: 23px;
	width:1000px;
	top:150px;
	padding-top:7px;
	background-image:url(../images/navnormal.jpg);
	background-repeat:repeat-x;
	}
	
	#menu a{
		padding-left:5px;
		padding-right:5px;
	}
	#menu a:hover { 
		color: #FFF;
		height:30px;
	} 
	
	#menu a:visited { 
		textdecoration:none;
	} 

#crumbs{
	position: absolute;
	padding-left:10px;
	padding-top:10px;
}
	#crumbs a:hover{
		color:#09F;

	}



#content{
	position: absolute;
	left: 0px;
	height:auto;
	width: 1000px;
	top:180px;
	background-color:#FFF;
	padding-bottom:40px;
	color:#000;
}

/* content */
#wrapper{
	position: relative;
	font-family:  Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 0.7em;
	margin: 0px auto;
	width:1000px;
	height: 100%;
}

H1{
	color:#669ACC;
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;

	border-bottom:dotted 2px;
	border-bottom-color:#999;
	margin-left:42px;
	margin-right:42px;
}

P{
	color:#333;
	font-size: 12px;
	padding-left:42px;
	padding-right:42px;
	padding-right:42px;
	text-decoration:none;
	padding-bottom:12px;
}

ul{
	padding-left:52px;
	padding-right:42px;
	list-style-type:disc;
	color:#333;
	font-size: 12px;
}

ul li a:hover{
	color:#09F;	
}

	


H2{
	color: #669acc;
	font-size: 14px;
	font-weight:bold;

	border-bottom:dotted 1px;
	border-bottom-color:#999;
	margin-left:42px;
	margin-right:42px;
}


	
#menulinking{
	position: absolute;
	padding-left:42px;
	padding-right:42px;
	text-align:center;
}

#menulinking a{
	text-decoration:underline;
}

	#menulinking a:hover{
		color:#09F;
	}




