﻿body { 
  background: #000 url(img/main-bg.gif);
  font-family: Trebuchet MS, Verdana, Sans-Serif; 
  margin: 0px; 
  padding: 0px; 
}

img { border: none; }

#page {
  background-color: #000;
  width: 720px;
  margin: 0 auto;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
}

#header {
	background: #000000 url(img/banner-gradient.png) repeat-x;
	height: 135px;
	border-bottom: 1px solid #FFF2AD;
	position: relative;
}

#headerimg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 135px;
}



#content {
   width: 720px;
    padding: 5px 5px;
    margin-top:-10px;
    
}
.imgholder {
	width: 100px;
	height: 100px;
	margin: 1px;
	font-size: 1em;
	}
.diary {
font-family:Candara, Verdana;
color:White;}