
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #EDEDED;
	margin: 0 0 30px;
}

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

h1, p, #welcome, #albumlist, #photolist, #emptyHeader {
	font-size: 1.0em;
	background: white;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	width: 740px;
	border-top: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#emptyHeader {
  background: white;
  height: 19px;
	padding: 0 20px;
}

h1 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 75px 0 0 40px;
	background: #3371A3;
	color: white;
}

h1 a {
  color: white;
}

#welcome a {
  color: white;
  text-decoration: underline;
}

#welcome {
	padding: 0 0 53px 40px;
	background: #3371A3;
	color: white;
}

a {
  color: #306;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#albumlist, #photolist {
	border-bottom: 1px solid #ddd;
}
	
#albumlist a, #photohome a {
  font-size: 2.0em;
  line-height: 1.5em;
  padding: 5px;
}

#albumlist a.albumprevious, #photohome a {
  padding: 5px;
  color: #bbb;
}

#photolist img {
  padding: 7px;
  border: 1px solid #e6e6df;
  margin: 2px 0;
}

#footer {
	background: #EDEDED;
	margin-top: 15px;
	text-align: center;
	color: #888;
  font-size: 1.0em;
  border: 0;
}

#footer a {
	color: #888;
	font-weight: bold;
	text-decoration: underline;
}
