body {
	background-image: url(images/blue3.jpg);
	/* Backgroud by u235 http://members.tripod.com/~merad/backgrounds.html */
	background-repeat: repeat;
}
h1 {
	color: #ffdead;
}
h2 {
	color: #ffdead;
}
p {
	color: #87cefa;
}
a:link {
	color: #00ffff;
}
a:visited {
color: #adff2f
}
.twitter p {
	color: #adff2f;
}
.section {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #87cefa;
}
.employ {
	float: right;
	width: 20%;
}
.footer {
	float:none;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: 87cefa;
	border-right-color: 87cefa;
	border-bottom-color: 87cefa;
	border-left-color: 87cefa;
}
.leftnav {
	float: left;
	width: 20%;
}

