body {
	background-image: url('../images/profileHead.jpg');
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: hidden;
}

p a:link {
 	color: #80ffff;
}

p a:active, p a:visited {
	color: #0080ff;
}

span.company {
	font-style: italic;
}

#dock {
	margin-left: 250px;
	width: 250px;
	position: absolute;
	bottom: 15px;
}

#dock div {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	height: 20px;
	width: 120px;
	background-color: #000080;
	color: #FFFFFF;
	font-weight: bold;
	font-family: sans-serif;
	cursor: pointer;
	border: dashed thin #FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#dock #menu2, #dock #menu5 {
	margin-left: 40px;
}

#dock #menu3, #dock #menu4 {
	margin-left: 80px;
}

#dock div.selected {
	padding: 23px 20px 23px 10px;
	background-color: #00001b;
}

#dock div.neighbors {
	padding: 13px 15px 13px 15px;
}

#copyright {
	position: absolute;
	left: 500px;
	bottom: 15px;
	width: 475px;
	text-align: center;
}

#desk div {
	height: 400px;
	width: 475px;
	background-color: #000040;
	float: right;
	position: absolute;
	left: 2000px;
	bottom: 33px;
	color: #FFFFFF;
	padding: 10px;
	border: groove medium #FFFFFF;
	overflow-y: auto;
	overflow-x: hidden;
}

#page1 {
	z-index: 91;
}

#page2 {
	z-index: 92;
}

#page2 p {
	text-align: center;
}

#page3 {
	z-index: 93;
}

#page4 {
	z-index: 94;
}

#page5 {
	z-index: 95;
}

#page6 {
	z-index: 96;
}

table#contactform tr td {
	padding: 5px;
	margin: 5px;
}
