	
body {
	background-color: 777777;
	background-image: url(../images/bodybackground.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
		}

#logo {
	float: left;
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
		}

#header {
	float: left;
	height: 50px;
	width: 800px;
	background-color: #333333;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-image: url(../images/logotype.gif);
	background-repeat: no-repeat;
	background-position: 80px 10px;
		}
	
#nav {
	float: left;
	height: 30px;
	width: 800px;
	background-color: #bbbbbb;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 0;
		}

#contentframe {
	float: left;
	height: 100%;
	width: 800px;
	background-color: #777777;
	position: absolute;
	left: 0px;
	top: 80px;
	z-index: 0;
		}

#image {
	float: left;
	width: 800px;
	background-color: #444444;
	position: relative;
	left: 0px;
	z-index: 0;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
			}

#main {
	float: left;
	width: 800px;
	background-color: #777777;
	position: relative;
	left: 0px;
	z-index: 1;
			}
