body {
	background-color: #FFDAC4;
	color: #000000;
	margin: 0;
	padding: 0;
}

p {
  font-family: Verdana;
  font-size: 10pt;
  color: #424242;
  margin: 15px;
}

#tagline {
  font-weight: bold;
  font-size: 14pt;
  color: #424242;
  font-style: italic;
}

#main {
  margin-top: 10px;
}

#sidebar {
  float: left;
  margin: 0 0 0 0;
  width: 160px;
  background-color: #FFDAC4;

}

#sidebar2 {
  float: right;
  margin: 0 0 0 0;
  width: 460px;
  border: 1px dashed #424242;
  background-color: #FFDAC4;
}

#content {
  border: 1px dashed #424242;
  background-color: #FFDAC4;
  margin: 10px 100px 0 200px;
}


ul#nav {
  list-style-type: none;
  border: 1px dashed #424242;
}

#nav a:link, #nav a:visited {
  font: bold 80% Arial, Helvetica, sans-serif;
  color: #424242;
  text-decoration: none;
  padding: 10px;
}

#nav a:hover {
	color: #B51032;
}
#nav a:active {
	color: #4D4D4D;
}

#albumlist {
	list-style-type: none;
	margin-right: 6px;
	margin-bottom: 10px;
        background-color: #FFDAC4;
}
#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
}

a:hover {
	background-position: 0 -69px;
	color: #B51032;
}

a:active {
	background-position: 10 -138px;
	color: #4D4D4D;
}

h2 {
  color: #424242;
  text-align: center;
  font-family: Verdana;
}

#footer {
  clear: both;
  background-color: #FFDAC4;
  font-size: small;
  text-align: center;
  color: #FFDAC4;
}
