body {
  background: #001830;
  color: #ddd;
  font-family: Verdana, "Courier New", sans-serif;
	font-size: 12px;
	line-height: 150%;
  text-align: center;
}

a {
  color: #4cf;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

strong {
  color: #f0c040;
}

#page {
  margin: 20px auto;
  text-align: left;
  width: 900px;
}

#topbar {
  background: #001830 url(logo.jpg) no-repeat left top;
  height: 125px;
  margin-bottom: 10px;
}

#topbar a {
  display: block;
  height: 125px;
  width: 580px;
}

#nav {
  float: right;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  width: 220px;
}

#nav a {
  color: #ddd;
}

#nav a:hover {
  color: #fff;
  text-decoration: none;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  text-align: center;
  height: 30px;
  width: 200px;
}

#nav .selected {
  background: url(selected.png) no-repeat left top;
}

#nav .selected a, #nav .selected a:hover {
  color: #013;
}

#nav .divider {
  border-bottom: 1px solid #036;
  color: #f0c040;
  font-size: 12px;
  padding: 0;
  letter-spacing: 0;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

#content {
  margin-right: 230px;
  text-align: left
}

#articles table {
  font-size: 10px;
}

#articles .snippet, #music .song {
  background: #024;
  border: 1px solid #036;
  margin-top: 30px;
  padding: 0 10px 0;
}

#music .nowplaying {
  background: #3b3020 url(nowplaying.png) no-repeat top right;
  border: 1px solid #786020;
  margin-top: 30px;
  padding: 0 10px 0;
}

#webdev table {
  font-size: 12px;
  width: 100%;
}

#webdev .cell {
  background: #024;
  border: 1px solid #036;
  margin-top: 30px;
  padding: 0 10px 0 0;
}

#webdev img {
  margin: 10px 0 10px 10px;
}

#credits li {
  text-align: justify;
}

#credits h1, #resume h1, #article h1, #webdev h2 {
	color: #fff;
	text-align: center;
}

#credits .addr, #resume .addr {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#credits h2 {
	border-bottom: 1px solid #036;
	border-top: 1px solid #036;
	color: #f0c040;
	font-size: 24px;
	padding: 5px 0 5px;
	margin: 0;
	text-align: center;
}

#resume h2 {
	border-bottom: 1px solid #036;
	border-top: 1px solid #036;
	color: #f0c040;
	font-size: 18px;
	padding: 5px 0 5px;
	margin: 10px 0 10px;
	text-align: center;
}

#credits ul, #resume ul, #webdev ul, #music ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

#credits li, #resume li, #webdev li, #music li {
  margin-left: 5px;
  padding-left: 15px;
  background: url(li1.png) no-repeat 0 .5em;
}

#credits li li, #resume li li {
  background: url(li2.png) no-repeat 0 .5em;
}

#credits li, #resume .spacy li {
	margin-bottom: 10px;
}

#contact {
  padding-top: 50px;
  text-align: center;
}

#contact img {
  border-top: 2px solid #000;
  border-right: 2px solid #036;
  border-bottom: 2px solid #036;
  border-left: 2px solid #000;
}

#photography .thumb {
  border: 0;
  margin: 5px;
  opacity: 0.5;
}

#photography .thumb:hover {
  opacity: 1.0;
}

#photography {
  text-align: center;
}

.hidden {
  display: none;
}

.c {
  text-align: center;
}