body {
	background-color: #fcfcd5;
}

a { color: #373710; }
a:hover { color: #262601; }

.PageContainer { _background: url("images/bg-paper.gif") no-repeat top left; }

.GalleryNavigator a.Previous { background: url('images/gallery-previous.gif') no-repeat; }
.GalleryNavigator a.Next { background: url('images/gallery-next.gif') no-repeat; }

.GalleryPagerLinks td.PreviousPage a { background: url('images/gallery-previous.gif') no-repeat; }
.GalleryPagerLinks td.NextPage a { background: url('images/gallery-next.gif') no-repeat; }

.Diary .LeftColumn { border-right: 1px solid #7b7b54; }

.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #7b7b54;
	border-bottom: 1px solid #7b7b54;
}
.Diary .DiaryCommentFormTable input { border: 1px solid #7b7b54; }
.Diary .DiaryCommentFormTable textarea { border: 1px solid #7b7b54; }
.Diary .DiaryCommentForm input.DiaryCommentSubmit { border: 1px solid #7b7b54; }
.Diary .DiaryCommentListItemContainer { border-bottom: 1px solid #7b7b54; }

.Guestbook .GuestbookForm input.textname { border: 1px solid #7b7b54; }
.Guestbook .GuestbookForm input.textemail { border: 1px solid #7b7b54; }
.Guestbook .GuestbookForm textarea.textmessage { border: 1px solid #7b7b54; }
.Guestbook .GuestbookForm input.GuestSubmit { border: 1px solid #7b7b54; }
.Guestbook .GuestbookList .GuestbookListItemContainer { border-bottom: 1px solid #7b7b54; }

.Contact .ContactForm input.text { border: 1px solid #7b7b54; }
.Contact .ContactForm textarea.textmessage { border: 1px solid #7b7b54; }
.Contact .ContactForm input.ContactSubmit { border: 1px solid #7b7b54; }

.GalleryCommentFormControl textarea { border: 1px solid #7b7b54; }
.GalleryCommentFormControl input.GalleryCommentSubmit { border: 1px solid #7b7b54; }


.DropMenu a:hover {
	border: 2px solid #7b7b54;
}
.DropMenu a.parent {
	background-color: #fcfcd5;
}
.DropMenu li ul a {
	background-color: #fcfcd5;
}
