body {
	background-color: white;
	font-family: Georgia, Times, serif;
	margin: 0;
}

#banner {
	margin: 0;
	font-size: 480%;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background: white url('/images/home.jpg') no-repeat bottom center;
}

#content {
	position: relative;
	padding: 0 2em 2em 2em;
	xborder-bottom: black .3ex solid;
}

h1 {
	text-align: right;
	color: black;
	margin: 0;
	margin-bottom: 1em;
	font-size: 480%;
	font-weight: normal;
	text-align: right;
	font-style: italic;
	text-transform: lowercase;
}
	
#projects {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#projects li {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
	border-bottom: white 1px solid;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	border-bottom: black 1px dashed;
}

#projects h5 {
	margin: 1.5ex 0 0 0;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
}

#projects h6 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

#categories {
	position: absolute;
	bottom: 2em;
	right: 2em;
}

#categories h4 {
}

#categories ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#categories li {
	margin-top: .25ex 0;
	padding: 0;
	text-align: right;
}
