body { background: url('images/bg-body.gif'); }
a { color: #b2832d; }

/*
Functions
==================================================================================
*/

.GalleryNavigator a.Previous {
	background: url('images/gallery-previous.jpg') no-repeat top left;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery-next.jpg') no-repeat top left;
}

table.GalleryPagerLinks td.PreviousPage a {
	background: url('images/gallery-previous.jpg') no-repeat top left;
}
table.GalleryPagerLinks td.NextPage a {
	background: url('images/gallery-next.jpg') no-repeat top left;
}

.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	border: 1px solid #b2832d;
	background: #d9b066 url('images/bg-top-level.gif') repeat-x top left;
}

.Guestbook .GuestbookForm input.GuestSubmit {
	border: 1px solid #b2832d;
	background: #d9b066 url('images/bg-top-level.gif') repeat-x top left;
}

.Contact .ContactForm input.ContactSubmit { 
	border: 1px solid #b2832d;
	background: #d9b066 url('images/bg-top-level.gif') repeat-x top left;
}

.GalleryCommentFormControl input.GalleryCommentSubmit { 
	border: 1px solid #b2832d;
	background: #d9b066 url('images/bg-top-level.gif') repeat-x top left;
}


/*
DropDown Menu
==================================================================================
*/


.DropMenu a {
	border: 1px solid #b2832d;
	background: #d9b066 url('images/bg-top-level.gif') repeat-x top left;
}

.DropMenu a:hover {
	background: #f2e4cb url('images/bg-hover.gif') repeat-x top left;
	color: #b2832d;
}

.DropMenu li ul a {
	background: #e2d1b3 url('images/bg-2nd-level.gif') repeat-x top left;
	border: 1px solid #dfbd7f;
}

.DropMenu li ul ul a {
	background: #eedcbb;
	color: #6f582c;
	border-left: 1px solid #dfbd7f;
	border-right: 1px solid #dfbd7f;
}
