#logo {
	position: absolute;
	height: 80px;
	width: 200px;
	left: 35px;
	top: 100px;
	z-index: 2;
}
#about {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
	left: 225px;
	top: 100px;
	position: absolute;
	width: 200px;
	height: auto;
	z-index: 4;
}
#investments {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
	left: 445px;
	top: 100px;
	position: absolute;
	width: 200px;
	height: auto;
	z-index: 5;
}
#contact {

	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
	left: 665px;
	top: 100px;
	position: absolute;
	width: 200px;
	height: auto;
	z-index: 6;
}
#bottom {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 5;
	background-color: #9966CC;
	bottom: 1px;
	left: 10px;
	overflow: hidden;
}
#form {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
	left: 193px;
	top: 100px;
	position: absolute;
	height: auto;
	z-index: 6;
	width: 350px;
}
#bookmarks {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
	left: 190px;
	top: 100px;
	position: absolute;
	width: 400px;
	height: auto;
	z-index: 4;
}
