body 	{
		height: 100%; 
		margin: 0px;
		padding: 0px;
		background: url(images/bg.jpg) no-repeat center top;
		background-color: black;
		font:12px Lucida Grande, 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
		
		}
		
html, body {
     height: 100%;
 }
#header {
width: 640px;
margin-left: auto;
margin-right: auto;
}
#logo {
height: 124px;
}
h2 { 
color: white;
font-size: 12px;

}
#menubar {
margin-right: -5px;
}
#content {
width: 620px;
margin-left: auto;
margin-right: auto;
background: white;
text-align: left;
padding: 10px;
}


.img-shadow {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }


.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
.red {color: #FF0000}
.style1 {color: #a6591c}
.style2 {color: navy}
.donate {color: #572620; text-align: center;}
a.category { font-size: 14px; color: navy; text-decoration: none;}
a.category:hover { font-size: 14px; color: navy; text-decoration: underline;}
