* {
	margin: 0px;
	padding: 0px;
}

html { 
	height: 100%; 
}
body {
	background-color: #e9ecee;
	margin: 0px;
	padding: 0px;
	height: 100%;
}



#mainpage {
	background-color: #FFFFFF;
	background-image: url(../images/header_lines.gif);
	background-repeat: repeat-x;
	width: 970px;
}
	#topnav {
		position: relative;
		left: 205px;
		top: 10px;
		height: 25px;
		width: 655px;
	}	
	
	#flashheader {
		height: 245px;
		width: 970px;
		margin-left: 0px;
	}
	
	#sponsor_header {
		width:970px;
		height:73px;
		background-image: url(../images/sponsor_header.png);
		background-repeat: no-repeat;
	}

	#maintable {
		margin-top: 17px;
	}

	.maincontent{
		width: 496px;
		margin-top:15px;
		margin-left: 50px;
		padding-bottom: 1px;
	}
			.maincontent_header {
				margin-left: 22px;
			}
			.maincontent_header_circle {
				background-image: url(../images/circle.gif);
				background-repeat: no-repeat;
			}
			.maincontent_text {
				margin-left: 22px;
				margin-top: 5px;
				margin-bottom: 10px;
			}
			
	.subcontent_holder {
	background-color:#eff1f2;
	margin-top: 5px;
	width: 546px;
	
	}
		.top_right_edge {
			background: url(../images/subcontent_topedge.gif) no-repeat top right;
		}
		.bottom_right_edge {
			background: url(../images/subcontent_bottomedge.gif) no-repeat bottom right;
		}
		.subcontent_element{
	margin-left: 72px;
	margin-right: 10px;
	margin-bottom: 10px;
		}
			
	.sponsor_banner_holder {
		background-image: url(../images/sub_sponsors.png);
		background-repeat: repeat-y;
		width: 379px;
		height: 140px;
	}
		.sponsor_banner_content {
			position:relative;
			width: 365px;
			height: 117px;
			margin-left: 7px;
			margin-bottom: 3px;
			overflow: hidden;
			top: 7px;
		}

	.right_content_holder {
	background-color:#dff2fb;
	margin-top: 10px;
	margin-left: 6px;
	width: 397px;
	}
		.top_left_edge{
			background: url(../images/top_left_edge.gif) no-repeat top left;
		}
		.bottom_left_edge{
			background: url(../images/bottom_left_edge.gif) no-repeat bottom left;
		}
		.right_content_element {
			margin-left: 21px;
			margin-right: 30px;
			margin-bottom: 15px;
		}
		
	.banner_holder {
		background-image: url(../images/double_cross_wide.gif);
		background-repeat: repeat-y;
		width: 379px;
		margin-top: 20px;
	}
		.banner_content {
			position:relative;
			width: 179px;
			height: 115px;
			margin-bottom: 3px;
			overflow: hidden;
			top: 7px;
			border: #d8d8d8 solid 1px;
		}
		.banner_content_left {
			float:left;
			left: 7px;
		}	
		.banner_content_right {
			float:right;
			right: 7px;
		}
	
	#wissen_logo {
		margin-top: 30px;
		margin-left: 203px;
	}
	
	.footer {
		margin-top: 15px;
		background-image: url(../images/footer_crossline.png);
		background-repeat: no-repeat;
		height: 147px;
		width: 970px;
	}
	
		#footer_nav_one {
			position: relative;
			left: 20px;
		}
		
		#footer_nav_two {
			position: relative;
			left: 175px;
		}
		
		#footer_nav_three {
			position: relative;
			left: 235px;
		}
