/* Global stuff */
a {
	text-decoration: none;
	color: #66CC66;
}

a:hover { border-bottom: 2px dotted; }

li {
	padding: 2px;
	font-weight: normal;
}

p { text-align: justify; }

/* Layout */
#main {
	margin: 65px;
}

#maintitle a:hover {
	border-bottom: 4px dotted;
}

#photo {
	float: left;
	height: 340px;
	width: 500px;
}

#contact {
	padding-left: 25px;
	padding-top: 69px;
	float: left;
}

#contact .name {
	font-weight: bold;
	font-variant: small-caps;
}