body {
	margin: 0px;
	background: url('pic/wave.png');
	background-repeat: repeat;
	}

#body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}
	
h1 {
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	color: #3c3c3c;
	}
h2 {
	font-family: arial, verdana, sans-serif;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #3c3c3c;
	}

h3 {
	font-family: arial, verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	color: #3c3c3c;
	}

p {
	font-family: arial, verdana, sans-serif;
	text-align: justify;
	font-size: 14px;
	}

a {
	color: #3c3c3c;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
	}
	
table {
	font-family: arial, verdana, sans-serif;
	text-align: justify;
	font-size: 14px;
	}
	
td {
	background-color: #e5e5e5;
	}

a:visited {
	color: #3c3c3c;
	text-decoration:none;
	}

a:active {
	color: #3c3c3c;
	text-decoration:none;
	}


a:hover {
	color: black;
	text-decoration: underline;
	}

a.selected {
	text-decoration:underline;
	color: #3c3c3c;
	}
	
#banner {
	width: 895px;
	height: 74px;
	border: 0px;
	background-repeat: no-repeat;
	background: url('pic/banner.png');
	}
	
#main {
	width: 895px;
	height: 100%;
	background-repeat: repeat;
	background: url('pic/back.png');
	}
	
#portal {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
}

#text {
	width: 820px;
	height: 100%;
	padding-left: 30px;
}

#midt {
	width: 820px;
	height: 100%;
	padding-left: 30px;
}

#headline {
	width: 524px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
}

#back {
	padding-left: 770px;
}

#right {
	float: right;
	padding: 5px 5px 5px 5px;
}

#left {
	float: left;
	padding: 5px 5px 5px 5px;
}

ul li {
	color: #3c3c3c;
}

#col1 {
	float:left;
	width: 33%;
}

#butt {
	width: 895px;
	height: 37px;
	background: url('pic/butt.png');
	float:left;
	}