body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(light_body.gif) repeat-y top center;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 170%;
  
  color: #555;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover{
	color: #4178AF;
}
#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(header_image.jpg) no-repeat top left;
}

.albumTitle {
	font-size: 35px;
	color: #003399;
}

#topLine {
	height: 22px;
	background-image: url(topLineBack.gif);
	background-position: right;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
#topLine a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
#topLine a:hover{
	color: #99CC00;

}
table {
	color: #000066;
	font-size: 25px;
	width: 756px;
	margin-left:auto; margin-right:auto;
}
.thumbsBox{
	width: 145px;
	height: 135px;
	text-align: center;
	float: left;
	word-wrap:break-word;
	word-break:break-all;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 0px;
}
.thumbsBox a{
	word-wrap:break-word;
	word-break:break-all;
	padding: 5px;
	border: 1px solid #ccccff;
	text-align: center;
	width: 125px;
	float: left;
	height: 103px;
	overflow: hidden;
}
.thumbsBox a:hover{
	color: #003399;
	background-color: #f7f9fb;
}

/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(header.gif) repeat-x bottom left;
}

#footer #bg ul {
	float: right;
	margin: 3em 1em 0 0 !important;
	margin: 3em 0.5em 0 0;
	padding: 0;
	font-size: 1.1em;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #4D5760;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #6C0;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}
#contentBox {
	padding-top: 10px;
	width: 756px;
	margin-left:auto; margin-right:auto;
	min-height:500px;
}
.control {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5B7900;
}
#logoBox {
	float: left;
}

