body { 
	background: url('images/bg_body.png');
}

a { color: #545355;}
h1 { color: #545355;}
h2 { color: #545355;}
h3 { color: #545355;}
h4 { color: #545355;}
h5 { color: #545355;}

.Container { 
	_background: url('images/bg_container.png') repeat-y;
}
.PageHeader {
	background: #929494 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: #545355; }
.Diary .DiaryCommentListContainer .CommentCountContainer h2 {
	border-top: 1px solid #545355;
	border-bottom: 1px solid #545355;
}
.Diary .DiaryCommentForm input.DiaryCommentSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #545355; 
}

.Guestbook .GuestbookForm input.GuestSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #929494; 
}

.Contact .ContactForm input.ContactSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #929494; 
}

table.GalleryCommentFormControl input.GalleryCommentSubmit { 
	background: url('images/bg_guest_submit.png') repeat-x;
	border: 1px solid #929494; 
}

/*
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; }

/*
===============================================================
*/
