#me {
	width:  640px;
}

#me p {
	text-align: center;
	color: gray;
	font: small "Courier New", Courier, mono;
}

img {
	border: none;
}

/* navigation links */

a {
	text-decoration: none;
}

.menu {
	color: black;
	/* font: bold x-large Georgia, "Times New Roman", Times, serif; */
	font-weight: bold;
    font-size: x-large;
    font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 640px;
}

.menu a {
	color: black;
}

.menu a:hover {
	color:  gray;
}

.menu ul {
	list-style-type: none;
}

#go {
    position: absolute;
	top:  -18px;
}

#more {
    font-size: large;
    position: absolute;
    top:  80px;
    color: #646366;
}

#more a {
    color: #9b999e;
}

#links {
	position: absolute;
	top: 250px;
	font-size: large;
	color: #a3a1a5;
}

#links a {
	color: #bdbbbf;
	font-size: medium;
}

#email {
	position: absolute;
	top: 460px;
	left: 679px;
}

