body { 
	background: url('images/bg_body.png');
}

a { color: #176a11;}
h1 { color: #176a11;}
h2 { color: #176a11;}
h3 { color: #176a11;}
h4 { color: #176a11;}
h5 { color: #176a11;}

.Container { 
	_background: url('images/bg_container.png') repeat-y;
}
.PageHeader {
	background: #83d16d url('images/bg_header.png') repeat-x;
}

.GalleryNavigator a.Previous {
	background: url('images/gallery_previous.png') no-repeat;
}
.GalleryNavigator a.Next { 
	background: url('images/gallery_next.png') no-repeat;
}

.Diary .DiaryDateInput { color: #176a11; }
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #176a11;
	border-bottom: 1px solid #176a11;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #176a11; 
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #83d16d; 
}

.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #83d16d; 
}

table.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #83d16d; 
}

/*
Gallery
===============================================================
*/

table.GalleryPagerLinks {
	width: 200px;	
}

table.GalleryPagerLinks td.PreviousPage a { background: url('images/gallery_previous.png') no-repeat top left; }
table.GalleryPagerLinks td.NextPage a { background: url('images/gallery_next.png') no-repeat top left; }

/*
===============================================================
*/
